Searched refs:ts_cpu (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsched_ule.c93 u_char ts_cpu; /* CPU that we have affinity for. */ member in struct:td_sched
960 ts->ts_cpu = cpu;
1035 cpu = td->td_sched->ts_cpu;
1157 * Sets the thread lock and ts_cpu to match the requested cpu. Unlocks the
1168 td->td_sched->ts_cpu = cpu;
1222 return (ts->ts_cpu);
1229 curthread->td_intr_nesting_level && ts->ts_cpu != self) {
1231 ts->ts_cpu = self;
1234 return (ts->ts_cpu);
1241 tdq = TDQ_CPU(ts->ts_cpu);
[all...]

Completed in 61 milliseconds