Searched refs:__bitset_word (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/sys/ |
H A D | bitset.h | 45 #define __bitset_word(_s, n) \ macro 50 ((p)->__bits[__bitset_word(_s, n)] &= ~__bitset_mask((_s), (n))) 55 ((((p)->__bits[__bitset_word(_s, n)] & __bitset_mask((_s), (n))) != 0)) 58 ((p)->__bits[__bitset_word(_s, n)] |= __bitset_mask((_s), (n))) 74 (p)->__bits[__bitset_word(_s, n)] = __bitset_mask((_s), (n)); \ 193 atomic_clear_long(&(p)->__bits[__bitset_word(_s, n)], \ 197 atomic_set_long(&(p)->__bits[__bitset_word(_s, n)], \ 201 atomic_set_acq_long(&(p)->__bits[__bitset_word(_s, n)], \ 206 &(p)->__bits[__bitset_word((_s), (n))], (n)) != 0) 210 &(p)->__bits[__bitset_word((_s), (n))], (n)) != 0) [all …]
|
/freebsd/sys/dev/random/fenestrasX/ |
H A D | fx_pool.c | 215 &(p)->__bits[__bitset_word((_s), (n))], (n)) != 0)
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 2867 __bitset_word(_BITSET_BITS + 1, _BITSET_BITS) == 1, in linux_compat_init()
|