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

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dbsd_stubs.c54 lck_mtx_t devsw_lock_list_mtx; variable
354 lck_mtx_lock_spin(&devsw_lock_list_mtx);
358 res = msleep(tmplock, &devsw_lock_list_mtx, PVFS, "devsw_lock", NULL);
365 lck_mtx_unlock(&devsw_lock_list_mtx);
375 lck_mtx_lock_spin(&devsw_lock_list_mtx);
394 lck_mtx_unlock(&devsw_lock_list_mtx);
405 lck_mtx_init(&devsw_lock_list_mtx, devsw_lock_grp, NULL);

Completed in 114 milliseconds