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

/freebsd-10.1-release/sys/kern/
H A Dsched_ule.c225 * tdq_lock. The load and lowpri may be accessed without to avoid excess
231 * tdq_lock is padded to avoid false sharing with tdq_load and
234 struct mtx_padalign tdq_lock; /* run queue lock. */ member in struct:tdq
297 #define TDQ_LOCKPTR(t) ((struct mtx *)(&(t)->tdq_lock))
1346 mtx_init(&tdq->tdq_lock, tdq->tdq_name, "sched lock",

Completed in 54 milliseconds