Home
last modified time | relevance | path

Searched refs:DOMAINSET_SETSIZE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/sys/
H A Ddomainset.h39 #define _NDOMAINSETWORDS __bitset_words(DOMAINSET_SETSIZE)
46 #define DOMAINSET_CLR(n, p) BIT_CLR(DOMAINSET_SETSIZE, n, p)
49 #define DOMAINSET_SET(n, p) BIT_SET(DOMAINSET_SETSIZE, n, p)
50 #define DOMAINSET_ZERO(p) BIT_ZERO(DOMAINSET_SETSIZE, p)
51 #define DOMAINSET_FILL(p) BIT_FILL(DOMAINSET_SETSIZE, p)
53 #define DOMAINSET_EMPTY(p) BIT_EMPTY(DOMAINSET_SETSIZE, p)
58 #define DOMAINSET_OR(d, s) BIT_OR(DOMAINSET_SETSIZE, d, s)
64 BIT_SET_ATOMIC_ACQ(DOMAINSET_SETSIZE, n, p)
68 BIT_COPY_STORE_REL(DOMAINSET_SETSIZE, f, t)
69 #define DOMAINSET_FFS(p) BIT_FFS(DOMAINSET_SETSIZE, p)
[all …]
H A D_domainset.h37 #define DOMAINSET_SETSIZE MAXMEMDOM macro
42 #ifndef DOMAINSET_SETSIZE
43 #define DOMAINSET_SETSIZE DOMAINSET_MAXSIZE macro
46 BITSET_DEFINE(_domainset, DOMAINSET_SETSIZE);
/f-stack/tools/compat/include/sys/
H A D_domainset.h37 #define DOMAINSET_SETSIZE MAXMEMDOM macro
42 #ifndef DOMAINSET_SETSIZE
43 #define DOMAINSET_SETSIZE DOMAINSET_MAXSIZE macro
46 BITSET_DEFINE(_domainset, DOMAINSET_SETSIZE);
/f-stack/freebsd/kern/
H A Dkern_cpuset.c1434 (const struct bitset *)&dset->ds_mask, DOMAINSET_SETSIZE); in sysctl_handle_domainset()
1447 DOMAINSET_SETSIZE, buf)]; in sysctl_handle_domainset()
2414 ddb_display_bitset((const struct bitset *)set, DOMAINSET_SETSIZE); in ddb_display_domainset()