Searched refs:BIT_SET (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | domainset.h | 49 #define DOMAINSET_SET(n, p) BIT_SET(DOMAINSET_SETSIZE, n, p)
|
| H A D | cpuset.h | 49 #define CPU_SET(n, p) BIT_SET(CPU_SETSIZE, n, p)
|
| H A D | bitset.h | 59 #define BIT_SET(_s, n, p) \ macro
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 47 #define CPU_SET(n, p) BIT_SET(CPU_SETSIZE, n, p)
|
| H A D | bitset.h | 50 #define BIT_SET(_s, n, p) \ macro
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_bio.c | 560 BIT_SET(BUF_DOMAINS, BD_DOMAIN(bd), &bdlodirty); in bd_set() 562 BIT_SET(BUF_DOMAINS, BD_DOMAIN(bd), &bdhidirty); in bd_set()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ioctl.c | 612 BIT_SET(TAGID_MAX, tag - 1, &ts->avail); in tag_unref()
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 4520 BIT_SET(keg->uk_ipers, freei, &slab->us_free); in slab_free_item()
|