Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_4bsd.c114 #define TSF_AFFINITY 0x0001 /* Has a non-"full" CPU set. */ macro
820 ts->ts_flags |= (tsc->ts_flags & TSF_AFFINITY); in sched_4bsd_fork_thread()
1356 ts->ts_flags & TSF_AFFINITY)) { in sched_4bsd_add()
1777 ts->ts_flags &= ~TSF_AFFINITY; in sched_4bsd_affinity()
1780 ts->ts_flags |= TSF_AFFINITY; in sched_4bsd_affinity()
1788 if (!(ts->ts_flags & TSF_AFFINITY)) in sched_4bsd_affinity()