Searched refs:stbl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/jfs/ |
D | jfs_dtree.c | 588 s8 *stbl; in dtSearch() local 640 stbl = DT_GETSTBL(p); in dtSearch() 651 ciCompare(&ciKey, p, stbl[index], in dtSearch() 656 cmp = dtCompare(&ciKey, p, stbl[index]); in dtSearch() 669 ((struct ldtentry *) & p->slot[stbl[index]])->inumber); in dtSearch() 790 pxd = (pxd_t *) & p->slot[stbl[index]]; in dtSearch() 1347 u8 *stbl; in dtSplitPage() local 1514 stbl = (u8 *) & sp->slot[sp->header.stblindex]; in dtSplitPage() 1521 si = stbl[nxt]; in dtSplitPage() 1585 stbl = DT_GETSTBL(rp); in dtSplitPage() [all …]
|
D | jfs_dtree.h | 156 s8 stbl[8]; /* 8: sorted entry index table */ member 235 ((dtroot_t *)(p))->header.stbl : \
|
/linux-4.4.14/arch/arm64/kernel/ |
D | entry.S | 179 stbl .req x27 // syscall table pointer label 454 adrp stbl, compat_sys_call_table // load compat syscall table pointer 669 adrp stbl, sys_call_table // load syscall table pointer 682 ldr x16, [stbl, scno, lsl #3] // address in the syscall table 713 ldr x16, [stbl, scno, lsl #3] // address in the syscall table
|