| /kernel/linux/linux-5.10/arch/x86/boot/ |
| D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| D | bitops.h | 34 #define test_bit(nr,addr) \ macro
|
| /kernel/linux/linux-5.10/include/asm-generic/bitops/ |
| D | instrumented-non-atomic.h | 132 static inline bool test_bit(long nr, const volatile unsigned long *addr) in test_bit() function
|
| 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/ |
| 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/tools/include/asm-generic/bitops/ |
| 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/sh/include/asm/ |
| D | bitops-op32.h | 136 static inline int test_bit(int nr, const volatile unsigned long *addr) in test_bit() function
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| D | bitops.h | 42 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
|
| /kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
| D | bitops.h | 175 #define test_bit(nr, addr) __test_bit(nr, addr) macro
|
| /kernel/linux/linux-5.10/arch/arc/include/asm/ |
| D | bitops.h | 189 test_bit(unsigned int nr, const volatile unsigned long *addr) in test_bit() function
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bitops.h | 61 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
|
| /kernel/linux/linux-5.10/arch/ia64/include/asm/ |
| D | bitops.h | 335 test_bit (int nr, const volatile void *addr) in test_bit() function
|
| /kernel/linux/linux-5.10/arch/alpha/include/asm/ |
| D | bitops.h | 287 test_bit(int nr, const volatile void * addr) in test_bit() function
|
| /kernel/linux/linux-6.6/scripts/gdb/linux/ |
| D | mm.py | 16 def test_bit(nr, addr): function
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| 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/drivers/md/ |
| D | dm-integrity.c | 3292 int test_bit; in get_provided_data_sectors() local 3310 int test_bit; in initialize_superblock() local
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-integrity.c | 3575 int test_bit; in get_provided_data_sectors() local 3595 int test_bit; in initialize_superblock() local
|