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

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c222 * tdq_lock. The load and lowpri may be accessed without to avoid excess
227 struct mtx tdq_lock; /* run queue lock. */ member in struct:tdq
290 #define TDQ_LOCKPTR(t) (&(t)->tdq_lock)
1307 mtx_init(&tdq->tdq_lock, tdq->tdq_name, "sched lock",

Completed in 43 milliseconds