Searched refs:__ptr_test_bit (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dbitops.h324 * __ptr_test_bit - Test bit in a pointer's value
330 * if (__ptr_test_bit(bit, &p)) {
336 #define __ptr_test_bit(nr, addr) \ 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 135 milliseconds