Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Ddomainset.h49 #define DOMAINSET_SET(n, p) BIT_SET(DOMAINSET_SETSIZE, n, p)
H A Dcpuset.h49 #define CPU_SET(n, p) BIT_SET(CPU_SETSIZE, n, p)
H A Dbitset.h59 #define BIT_SET(_s, n, p) \ macro
/f-stack/tools/compat/include/sys/
H A Dcpuset.h47 #define CPU_SET(n, p) BIT_SET(CPU_SETSIZE, n, p)
H A Dbitset.h50 #define BIT_SET(_s, n, p) \ macro
/f-stack/freebsd/kern/
H A Dvfs_bio.c560 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 Dpf_ioctl.c612 BIT_SET(TAGID_MAX, tag - 1, &ts->avail); in tag_unref()
/f-stack/freebsd/vm/
H A Duma_core.c4520 BIT_SET(keg->uk_ipers, freei, &slab->us_free); in slab_free_item()