Home
last modified time | relevance | path

Searched refs:__check_bitop_pr (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/linux/
Dbitops.h71 #define __check_bitop_pr(name) \ macro
76 __check_bitop_pr(__set_bit);
77 __check_bitop_pr(__clear_bit);
78 __check_bitop_pr(__change_bit);
79 __check_bitop_pr(__test_and_set_bit);
80 __check_bitop_pr(__test_and_clear_bit);
81 __check_bitop_pr(__test_and_change_bit);
82 __check_bitop_pr(test_bit);
84 #undef __check_bitop_pr