Searched refs:BITSET_DEFINE (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | _bitset.h | 47 #define BITSET_DEFINE(t, _s) \ macro 58 #define BITSET_DEFINE_VAR(t) BITSET_DEFINE(t, 1) 64 BITSET_DEFINE(bitset, 1);
|
| H A D | _cpuset.h | 49 BITSET_DEFINE(_cpuset, CPU_SETSIZE);
|
| H A D | _domainset.h | 46 BITSET_DEFINE(_domainset, DOMAINSET_SETSIZE);
|
| /f-stack/tools/compat/include/sys/ |
| H A D | _bitset.h | 45 #define BITSET_DEFINE(t, _s) \ macro 56 #define BITSET_DEFINE_VAR(t) BITSET_DEFINE(t, 1)
|
| H A D | _cpuset.h | 48 BITSET_DEFINE(_cpuset, CPU_SETSIZE);
|
| H A D | _domainset.h | 46 BITSET_DEFINE(_domainset, DOMAINSET_SETSIZE);
|
| /f-stack/tools/compat/include/vm/ |
| H A D | uma_int.h | 378 BITSET_DEFINE(noslabbits, 0);
|
| /f-stack/freebsd/vm/ |
| H A D | uma_int.h | 375 BITSET_DEFINE(noslabbits, 0);
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_bio.c | 387 BITSET_DEFINE(bufdomainset, BUF_DOMAINS);
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_ioctl.c | 149 BITSET_DEFINE(, TAGID_MAX) avail;
|