Searched refs:BIT_SET_ATOMIC (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | domainset.h | 63 #define DOMAINSET_SET_ATOMIC(n, p) BIT_SET_ATOMIC(DOMAINSET_SETSIZE, n, p)
|
| D | cpuset.h | 62 #define CPU_SET_ATOMIC(n, p) BIT_SET_ATOMIC(CPU_SETSIZE, n, p)
|
| D | bitset.h | 173 #define BIT_SET_ATOMIC(_s, n, p) \ macro
|
| /freebsd-12-stable/sys/dev/ena/ |
| D | ena.h | 183 BIT_SET_ATOMIC(ENA_FLAGS_NUMBER, (bit), &(adapter)->flags)
|
| /freebsd-12-stable/share/man/man9/ |
| D | Makefile | 617 bitset.9 BIT_SET_ATOMIC.9 \
|
| /freebsd-12-stable/sys/vm/ |
| D | uma_core.c | 4247 BIT_SET_ATOMIC(SLAB_SETSIZE, freei, &slab->us_debugfree);
|