Searched refs:an_lock (Results 1 – 3 of 3) sorted by relevance
308 mutex_enter(&areq->an_lock); in process_req_hwp()321 cv_wait(&areq->an_turn_cv, &areq->an_lock); in process_req_hwp()326 mutex_exit(&areq->an_lock); in process_req_hwp()553 mutex_enter(&areq->an_lock); in kcf_resubmit_request()555 mutex_exit(&areq->an_lock); in kcf_resubmit_request()932 ASSERT(mutex_owned(&node->an_lock)); in kcf_remove_node()1085 mutex_enter(&req->an_lock); in kcfpool_svc()1088 cv_wait(&req->an_turn_cv, &req->an_lock); in kcfpool_svc()1093 mutex_exit(&req->an_lock); in kcfpool_svc()1141 mutex_init(&areq->an_lock, NULL, MUTEX_DEFAULT, NULL); in kcf_areq_cache_constructor()[all …]
169 kmutex_t an_lock; member
106 mdb_printf("\t\t%16s: %p\n", "an_lock", areqn->an_lock); in v_kcf_areq_node()