Home
last modified time | relevance | path

Searched refs:stbl (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dtree.c575 s8 *stbl; in dtSearch() local
628 stbl = DT_GETSTBL(p); in dtSearch()
639 ciCompare(&ciKey, p, stbl[index], in dtSearch()
644 cmp = dtCompare(&ciKey, p, stbl[index]); in dtSearch()
657 ((struct ldtentry *) & p->slot[stbl[index]])->inumber); in dtSearch()
778 pxd = (pxd_t *) & p->slot[stbl[index]]; in dtSearch()
1335 u8 *stbl; in dtSplitPage() local
1502 stbl = (u8 *) & sp->slot[sp->header.stblindex]; in dtSplitPage()
1509 si = stbl[nxt]; in dtSplitPage()
1573 stbl = DT_GETSTBL(rp); in dtSplitPage()
[all …]
H A Djfs_dtree.h143 s8 stbl[8]; /* 8: sorted entry index table */ member
222 ((dtroot_t *)(p))->header.stbl : \
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dacpi.c155 efi_system_table_64_t *stbl = (efi_system_table_64_t *)systab; in efi_get_rsdp_addr() local
157 config_tables = stbl->tables; in efi_get_rsdp_addr()
158 nr_tables = stbl->nr_tables; in efi_get_rsdp_addr()
160 efi_system_table_32_t *stbl = (efi_system_table_32_t *)systab; in efi_get_rsdp_addr() local
162 config_tables = stbl->tables; in efi_get_rsdp_addr()
163 nr_tables = stbl->nr_tables; in efi_get_rsdp_addr()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
H A Dbase.c221 struct nvbios_iccsense stbl; in nvkm_iccsense_oneinit() local
238 if (nvbios_iccsense_parse(bios, &stbl) || !stbl.nr_entry) in nvkm_iccsense_oneinit()
242 for (i = 0; i < stbl.nr_entry; ++i) { in nvkm_iccsense_oneinit()
243 struct pwr_rail_t *pwr_rail = &stbl.rail[i]; in nvkm_iccsense_oneinit()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A DCVE-2022-41741-CVE-2022-41742.patch193 + "duplicate mp4 stbl atom in \"%s\"", mp4->file.name.data);