/illumos-gate/usr/src/lib/libfakekernel/common/sys/ |
H A D | condvar.h | 95 extern clock_t cv_reltimedwait(kcondvar_t *, kmutex_t *, clock_t, time_res_t);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | condvar.h | 99 extern clock_t cv_reltimedwait(kcondvar_t *, kmutex_t *, clock_t, time_res_t);
|
/illumos-gate/usr/src/uts/common/io/vscan/ |
H A D | vscan_door.c | 109 time_left = cv_reltimedwait(&vscan_door_cv, &vscan_door_mutex, in vscan_door_close()
|
H A D | vscan_drv.c | 522 (void) cv_reltimedwait(&vscan_drv_cv, &vscan_drv_mutex, in vscan_drv_delayed_disable()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | graphics.c | 146 (void) cv_reltimedwait(&pbar_cv, &pbar_lock, end, in progressbar_thread()
|
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | cond.c | 146 cv_reltimedwait(kcondvar_t *cv, kmutex_t *mp, clock_t delta, time_res_t res) in cv_reltimedwait() function
|
H A D | mapfile-vers | 70 cv_reltimedwait;
|
/illumos-gate/usr/src/uts/common/io/softmac/ |
H A D | softmac_pkt.c | 123 if (cv_reltimedwait(&slp->sl_cv, &slp->sl_mutex, ACKTIMEOUT, in softmac_output()
|
/illumos-gate/usr/src/uts/sun4v/promif/ |
H A D | promif_prop.c | 215 if (cv_reltimedwait(&promif_prop_cv, &promif_prop_lock, in promif_ldom_setprop()
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_thread.c | 332 (void) cv_reltimedwait(&thread->sth_cv, in smb_thread_continue_timedwait_locked()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | callb.c | 295 if ((ret = cv_reltimedwait(&cp->cc_callb_cv, in callb_generic_cpr()
|
H A D | condvar.c | 246 cv_reltimedwait(kcondvar_t *cvp, kmutex_t *mp, clock_t delta, time_res_t res) in cv_reltimedwait() function
|
H A D | damap.c | 314 if (cv_reltimedwait(&mapp->dam_sync_cv, &mapp->dam_lock, in damap_sync() 329 (void) cv_reltimedwait(&mapp->dam_sync_cv, &mapp->dam_lock, in damap_sync()
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_watch.c | 456 (void) cv_reltimedwait(&sw.sw_cv, &sw.sw_mutex, in scsi_watch_suspend() 831 (void) cv_reltimedwait(&sw.sw_cv, &sw.sw_mutex, next_delay, in _NOTE()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_thread.c | 328 rtn = cv_reltimedwait(&thread->sign.cdv, &thread->sign.mtx, in iscsi_thread_wait()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | uadmin.c | 118 (void) cv_reltimedwait(&p->p_srwchan_cv, in killall()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_rq.c | 289 (void) cv_reltimedwait(&rqp->sr_cond, &(rqp)->sr_lock, in smb_rq_simple_timed() 1518 (void) cv_reltimedwait(&t2p->t2_cond, &(t2p)->t2_lock, in smb_t2_request() 1551 (void) cv_reltimedwait(&ntp->nt_cond, &(ntp)->nt_lock, in smb_nt_request()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_thread.c | 92 (void) cv_reltimedwait(&logmap->mtm_to_roll_cv, &logmap->mtm_mutex, in trans_roll_wait()
|
/illumos-gate/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_fc.c | 216 (void) cv_reltimedwait(&mac->fm_tx_cv, &mac->fm_mutex, in fcoe_tx_frame()
|
/illumos-gate/usr/src/uts/common/io/iwi/ |
H A D | ipw2200_hw.c | 501 if (cv_reltimedwait(&sc->sc_fw_cond, &sc->sc_ilock, clk, in ipw2200_load_fw()
|
/illumos-gate/usr/src/uts/common/io/ipw/ |
H A D | ipw2100_hw.c | 489 if (cv_reltimedwait(&sc->sc_fw_cond, &sc->sc_ilock, clk, in ipw2100_load_fw()
|
/illumos-gate/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 593 (void) cv_reltimedwait(&zone_list_condvar, in tzmon_monitor()
|
/illumos-gate/usr/src/uts/common/mapfiles/ |
H A D | ddi.mapfile | 73 cv_reltimedwait { FLAGS = EXTERN };
|
/illumos-gate/usr/src/uts/common/crypto/core/ |
H A D | kcf_sched.c | 1022 rv = cv_reltimedwait(&gswq->gs_cv, in kcfpool_svc() 1420 rv = cv_reltimedwait(&kcfpool->kp_cv, in kcfpoold()
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | balloon.c | 678 (void) cv_reltimedwait(&bln_cv, &bln_mutex, in balloon_worker_thread()
|