Home
last modified time | relevance | path

Searched refs:cpuset_first (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/kern/
Dkern_sched.c407 if (cpuset_first(&set) == NULL) in sched_choosecpu_fork()
410 while ((ci = cpuset_first(&set)) != NULL) { in sched_choosecpu_fork()
467 if (cpuset_first(&set) == NULL) in sched_choosecpu()
470 while ((ci = cpuset_first(&set)) != NULL) { in sched_choosecpu()
512 while ((ci = cpuset_first(&set)) != NULL) { in sched_steal_proc()
805 cpuset_first(struct cpuset *cs) in cpuset_first() function
/openbsd/src/sys/sys/
Dproc.h643 struct cpu_info *cpuset_first(struct cpuset *);