Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c114 #define TSF_AFFINITY 0x0001 /* Has a non-"full" CPU set. */ macro
802 ts->ts_flags |= (tsc->ts_flags & TSF_AFFINITY); in sched_fork_thread()
1327 ts->ts_flags & TSF_AFFINITY)) { in sched_add()
1749 ts->ts_flags &= ~TSF_AFFINITY; in sched_affinity()
1752 ts->ts_flags |= TSF_AFFINITY; in sched_affinity()
1760 if (!(ts->ts_flags & TSF_AFFINITY)) in sched_affinity()