Searched refs:bstp_task_mtx (Results 1 – 1 of 1) sorted by relevance
103 static lck_mtx_t *const bstp_task_mtx = &bstp_task_mtx_data; variable2427 lck_mtx_lock(bstp_task_mtx); in bstp_task_thread_func()2432 msleep(&bstp_task_queue, bstp_task_mtx, PZERO, "bstp_task_queue", NULL); in bstp_task_thread_func()2441 lck_mtx_unlock(bstp_task_mtx); in bstp_task_thread_func()2445 lck_mtx_lock(bstp_task_mtx); in bstp_task_thread_func()2466 lck_mtx_lock(bstp_task_mtx); in bstp_task_enqueue()2470 lck_mtx_unlock(bstp_task_mtx); in bstp_task_enqueue()2478 lck_mtx_unlock(bstp_task_mtx); in bstp_task_enqueue()2486 lck_mtx_lock(bstp_task_mtx); in bstp_task_drain()2490 msleep(&bstp_task_queue_running, bstp_task_mtx, PZERO, "bstp_task_queue", NULL); in bstp_task_drain()[all …]