Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_ule.c325 static struct thread *tdq_move(struct tdq *, struct tdq *);
933 (td = tdq_move(high, low)) != NULL) { in sched_balance_pair()
950 tdq_move(struct tdq *from, struct tdq *to) in tdq_move() function
1046 if (tdq_move(steal, tdq) != NULL) in tdq_idled()
1986 if (tdq_move(steal, tdq) == NULL) { in tdq_trysteal()