Lines Matching refs:cprinfo
1481 callb_cpr_t *cprinfo, clock_t timeout) in taskq_thread_wait() argument
1486 CALLB_CPR_SAFE_BEGIN(cprinfo); in taskq_thread_wait()
1494 CALLB_CPR_SAFE_END(cprinfo, mx); in taskq_thread_wait()
1510 callb_cpr_t cprinfo; in taskq_thread() local
1524 CALLB_CPR_INIT(&cprinfo, &tq->tq_lock, callb_generic_cpr, in taskq_thread()
1565 &tq->tq_exit_cv, &cprinfo, -1); in taskq_thread()
1590 &tq->tq_dispatch_cv, &cprinfo, -1); in taskq_thread()
1656 CALLB_CPR_EXIT(&cprinfo); /* drops tq->tq_lock */ in taskq_thread()
1675 callb_cpr_t cprinfo; in taskq_d_thread() local
1678 CALLB_CPR_INIT(&cprinfo, lock, callb_generic_cpr, tq->tq_name); in taskq_d_thread()
1742 &cprinfo, taskq_thread_timeout * hz); in taskq_d_thread()
1790 CALLB_CPR_EXIT(&cprinfo); in taskq_d_thread()