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

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c311 static int tdq_move(struct tdq *, struct tdq *);
886 (moved = tdq_move(high, low)) > 0) {
905 tdq_move(struct tdq *from, struct tdq *to) function
977 if (tdq->tdq_load == 0 && tdq_move(steal, tdq) == 0) {

Completed in 101 milliseconds