Home
last modified time | relevance | path

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

/tools/include/linux/
A Dbitops.h35 #define bitop(op, nr, addr) \ macro
38 #define __set_bit(nr, addr) bitop(___set_bit, nr, addr)
39 #define __clear_bit(nr, addr) bitop(___clear_bit, nr, addr)
40 #define __change_bit(nr, addr) bitop(___change_bit, nr, addr)
41 #define __test_and_set_bit(nr, addr) bitop(___test_and_set_bit, nr, addr)
42 #define __test_and_clear_bit(nr, addr) bitop(___test_and_clear_bit, nr, addr)
43 #define __test_and_change_bit(nr, addr) bitop(___test_and_change_bit, nr, addr)
44 #define test_bit(nr, addr) bitop(_test_bit, nr, addr)

Completed in 2 milliseconds