Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h111 #define LE_BIT_XOR ((BITS_PER_LONG-1) & ~0x7) macro
113 #define LE_BIT_XOR 0 macro
116 #define set_le_bit(b, p) set_bit(b ^ LE_BIT_XOR, p)
117 #define clear_le_bit(b, p) clear_bit(b ^ LE_BIT_XOR, p)
118 #define test_le_bit(b, p) test_bit(b ^ LE_BIT_XOR, p)