Searched refs:BIT_SET_ATOMIC (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_dumpset.h | 49 BIT_SET_ATOMIC(vm_page_dump_pages, in dump_add_page()
|
| /f-stack/freebsd/sys/ |
| H A D | domainset.h | 62 #define DOMAINSET_SET_ATOMIC(n, p) BIT_SET_ATOMIC(DOMAINSET_SETSIZE, n, p)
|
| H A D | cpuset.h | 62 #define CPU_SET_ATOMIC(n, p) BIT_SET_ATOMIC(CPU_SETSIZE, n, p)
|
| H A D | bitset.h | 186 #define BIT_SET_ATOMIC(_s, n, p) \ macro
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 60 #define CPU_SET_ATOMIC(n, p) BIT_SET_ATOMIC(CPU_SETSIZE, n, p)
|
| H A D | bitset.h | 141 #define BIT_SET_ATOMIC(_s, n, p) \ macro
|