Searched defs:test_bit (Results 1 – 5 of 5) sorted by relevance
34 #define test_bit(nr,addr) \ macro
42 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
61 #define test_bit(nr, addr) bitop(_test_bit, nr, addr) macro
16 def test_bit(nr, addr): function
3565 int test_bit; in get_provided_data_sectors() local3585 int test_bit; in initialize_superblock() local