Home
last modified time | relevance | path

Searched refs:CPU_SET_ROOT (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dcpuset.h120 #define CPU_SET_ROOT 0x0001 /* Set is a root set. */ macro
/f-stack/freebsd/sys/
H A Dcpuset.h125 #define CPU_SET_ROOT 0x0001 /* Set is a root set. */ macro
/f-stack/freebsd/kern/
H A Dkern_cpuset.c163 while ((set->cs_flags & CPU_SET_ROOT) == 0 && set->cs_parent != NULL) in cpuset_getroot()
697 if ((set->cs_flags & CPU_SET_ROOT) != 0 && in cpuset_modify()
705 if ((set->cs_flags & (CPU_SET_ROOT | CPU_SET_RDONLY)) == CPU_SET_ROOT) { in cpuset_modify()
822 set->cs_flags & CPU_SET_ROOT) in cpuset_modify_domain()
1615 set->cs_flags = CPU_SET_ROOT | CPU_SET_RDONLY; in cpuset_thread0()
1693 set->cs_flags |= CPU_SET_ROOT; in cpuset_create_root()