Home
last modified time | relevance | path

Searched refs:ccc_waitq_freezedelay (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_waitq.c361 drv_usectohz(cccp->ccc_waitq_freezedelay * 1000); in ghd_waitq_process_and_mutex_hold()
378 cccp->ccc_waitq_freezedelay = 0; in ghd_waitq_process_and_mutex_hold()
H A Dghd_debug.c72 &P->ccc_waitq_freezetime, &P->ccc_waitq_freezedelay); in ghd_dump_ccc()
H A Dghd.h179 uint_t ccc_waitq_freezedelay; /* delta time until waitq thaws, ms */ member
H A Dghd_timer.c280 drv_usectohz(cccp->ccc_waitq_freezedelay * 1000); in ghd_timeout()
H A Dghd.c903 cccp->ccc_waitq_freezedelay = delay; in ghd_freeze_waitq()