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

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c97 u_char ts_cpu; /* CPU that we have affinity for. */ member in struct:td_sched
929 ts->ts_cpu = cpu;
1004 cpu = td->td_sched->ts_cpu;
1118 * Sets the thread lock and ts_cpu to match the requested cpu. Unlocks the
1129 td->td_sched->ts_cpu = cpu;
1183 return (ts->ts_cpu);
1190 curthread->td_intr_nesting_level && ts->ts_cpu != self) {
1192 ts->ts_cpu = self;
1195 return (ts->ts_cpu);
1202 tdq = TDQ_CPU(ts->ts_cpu);
[all...]

Completed in 55 milliseconds