Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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);
83 __check_bitop_pr(test_bit_acquire);
85 #undef __check_bitop_pr