MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tdq_unlock_pair

Function tdq_unlock_pair

freebsd/kern/sched_ule.c:911–916  ·  view source on GitHub ↗

* Unlock two thread queues. Order is not important here. */

Source from the content-addressed store, hash-verified

909 * Unlock two thread queues. Order is not important here.
910 */
911static void
912tdq_unlock_pair(struct tdq *one, struct tdq *two)
913{
914 TDQ_UNLOCK(one);
915 TDQ_UNLOCK(two);
916}
917
918/*
919 * Transfer load between two imbalanced thread queues.

Callers 2

sched_balance_pairFunction · 0.85
tdq_idledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected