Searched refs:tmtx (Results 1 – 1 of 1) sorted by relevance
982 struct mtx *tmtx; in sched_switch() local987 tmtx = &sched_lock; in sched_switch()1027 tmtx = thread_lock_block(td); in sched_switch()1028 mtx_unlock_spin(tmtx); in sched_switch()1067 cpu_switch(td, newtd, tmtx); in sched_switch()