Searched refs:__ptr_test_bit (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/linux/
H A Dbitops.h302 * __ptr_test_bit - Test bit in a pointer's value
308 * if (__ptr_test_bit(bit, &p)) {
314 #define __ptr_test_bit(nr, addr) \
327 #define __ptr_test_bit macro
/linux-master/kernel/bpf/
H A Dcpumap.c129 if (unlikely(__ptr_test_bit(0, &ptr))) {
312 if (unlikely(__ptr_test_bit(0, &f))) {

Completed in 100 milliseconds