Home
last modified time | relevance | path

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

/freebsd-head/sys/kern/
HDsched_ule.c346 static struct thread *tdq_steal(struct tdq *, int);
1002 td = tdq_steal(from, cpu); in tdq_move()
1261 tdq_steal(struct tdq *tdq, int cpu) in tdq_steal() function