/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | bitops-op32.h | 136 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/ |
H A D | non-atomic.h | 104 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
/kernel/linux/linux-5.10/include/asm-generic/bitops/ |
H A D | instrumented-non-atomic.h | 132 static inline bool test_bit(long nr, const volatile unsigned long *addr) in test_bit() function
|
H A D | non-atomic.h | 104 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
H A D | bitops.h | 63 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | bitops.h | 189 test_bit(unsigned int nr, const volatile unsigned long *addr) in test_bit() function
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
H A D | bitops.h | 175 #define test_bit(nr, addr) __test_bit(nr, addr) macro
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | bitops.h | 42 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | bitops.h | 335 test_bit (int nr, const volatile void *addr) in test_bit() function
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | bitops.h | 151 static inline int test_bit(int nr, const volatile unsigned long *vaddr) in test_bit() function
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | bitops.h | 287 test_bit(int nr, const volatile void * addr) in test_bit() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bitops.h | 61 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro 82 __check_bitop_pr(test_bit); variable
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | mm.py | 16 def test_bit(nr, addr): function
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-integrity.c | 3292 int test_bit; in get_provided_data_sectors() local 3310 int test_bit; in initialize_superblock() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-integrity.c | 3573 int test_bit; in get_provided_data_sectors() local 3593 int test_bit; in initialize_superblock() local [all...] |
H A D | raid5.c | 283 WARN_ON(test_bit(R5_InJournal, &sh->dev[sh->pd_idx].flags)); global() variable [all...] |