Home
last modified time | relevance | path

Searched refs:timeid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c646 dwp->timeid = 0; in rdsv3_work_timeout_handler()
686 if (dwp->timeid == 0) { in rdsv3_queue_delayed_work()
688 dwp->timeid = timeout(rdsv3_work_timeout_handler, dwp, in rdsv3_queue_delayed_work()
711 if (dwp->timeid != 0) { in rdsv3_cancel_delayed_work()
712 (void) untimeout(dwp->timeid); in rdsv3_cancel_delayed_work()
713 dwp->timeid = 0; in rdsv3_cancel_delayed_work()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_impl.h266 timeout_id_t timeid; member
274 (dwp)->timeid = 0
/illumos-gate/usr/src/uts/sun/io/
H A Dfd.c1195 timeout_id_t timeid = fdc->c_mtimeid; in fd_attach_check_drive() local
1202 if (timeid) { in fd_attach_check_drive()
1203 (void) untimeout(timeid); in fd_attach_check_drive()
3953 timeout_id_t timeid; in fdexec_turn_on_motor() local
3959 timeid = fdc->c_mtimeid; in fdexec_turn_on_motor()
3961 if (timeid) { in fdexec_turn_on_motor()
3963 (void) untimeout(timeid); in fdexec_turn_on_motor()
4555 timeout_id_t timeid = fdc->c_timeid; in fdintr_dma() local
4558 (void) untimeout(timeid); in fdintr_dma()
4629 timeout_id_t timeid = fdc->c_timeid; in fd_lointr() local
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dfdc.c3078 timeout_id_t timeid; in fdc_statemach() local
3079 timeid = fcp->c_timeid; in fdc_statemach()
3082 (void) untimeout(timeid); in fdc_statemach()
3100 timeout_id_t timeid; in fdc_statemach() local
3101 timeid = fcp->c_timeid; in fdc_statemach()
3104 (void) untimeout(timeid); in fdc_statemach()