Home
last modified time | relevance | path

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

/linux/fs/jfs/
A Djfs_dtree.c575 s8 *stbl; in dtSearch() local
1335 u8 *stbl; in dtSplitPage() local
1653 u8 *stbl; in dtExtendPage() local
1875 s8 *stbl; in dtSplitRoot() local
2039 stbl = sp->header.stbl; in dtSplitRoot()
2084 u8 *stbl; in dtDelete() local
2448 s8 *stbl; in dtRelocate() local
2638 s8 *stbl; in dtSearchNode() local
2916 s8 *stbl; in add_missing_indices() local
3008 s8 *stbl; in jfs_readdir() local
[all …]
A Djfs_dtree.h143 s8 stbl[8]; /* 8: sorted entry index table */ member
222 ((dtroot_t *)(p))->header.stbl : \
/linux/arch/x86/boot/compressed/
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()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/
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()

Completed in 13 milliseconds