Home
last modified time | relevance | path

Searched refs:msleep (Results 1 – 25 of 256) sorted by relevance

1234567891011

/freebsd-13-stable/sys/dev/cxgb/common/
HDcxgb_ael1002.c34 #undef msleep
35 #define msleep t3_os_sleep macro
119 msleep(100); in ael100x_txon()
121 msleep(30); in ael100x_txon()
138 msleep(1); in ael_i2c_rd()
173 msleep(1); in ael_i2c_wr()
250 msleep(delay_ms); in ael1002_get_module_type()
373 msleep(125); in ael1006_reset()
378 msleep(125); in ael1006_reset()
384 msleep(125); in ael1006_reset()
[all …]
HDcxgb_tn1010.c34 #undef msleep
35 #define msleep t3_os_sleep macro
78 msleep(500); in tn1010_reset()
219 msleep(500); /* PHY needs up to 500ms to start responding to MDIO */ in t3_tn1010_phy_prep()
HDcxgb_aq100x.c34 #undef msleep
35 #define msleep t3_os_sleep macro
236 msleep(300); in aq100x_power_down()
243 msleep(10); in aq100x_power_down()
481 msleep(1); in t3_aq100x_phy_prep()
487 msleep(1000); in t3_aq100x_phy_prep()
502 msleep(10); in t3_aq100x_phy_prep()
HDcxgb_vsc8211.c34 #undef msleep
35 #define msleep t3_os_sleep macro
439 msleep(20); /* PHY needs ~10ms to start responding to MDIO */ in t3_vsc8211_phy_prep()
HDcxgb_xgmac.c34 #undef msleep
35 #define msleep t3_os_sleep macro
211 msleep(1); in t3_mac_init()
248 msleep(10); in t3_mac_reset()
288 msleep(1); in t3_mac_reset()
714 msleep(100); in t3_mac_disable()
/freebsd-13-stable/sys/dev/drm2/ttm/
HDttm_lock.c107 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_lock()
153 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_trylock()
208 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_write_lock()
286 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_vt_lock()
344 msleep(lock, &lock->lock, 0, "ttms", 0); in ttm_suspend_lock()
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_reset.c108 msleep(1); in mlx4_reset()
123 msleep(1000); in mlx4_reset()
131 msleep(1); in mlx4_reset()
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDdelay.h45 #undef msleep
46 #define msleep(ms) linux_msleep(ms) macro
/freebsd-13-stable/sys/dev/aic7xxx/
HDaic_osm_lib.c99 msleep(aic->platform_data, &aic->platform_data->mtx, PUSER, "thtrm", 0); in aic_terminate_recovery_thread()
113 msleep(aic, &aic->platform_data->mtx, PUSER, "idle", 0); in aic_recovery_thread()
/freebsd-13-stable/sys/dev/ow/
HDow_temp.c150 msleep(sc, &sc->temp_lock, 0, "owtcvt", hz); in ow_temp_event_thread()
180 msleep(sc, &sc->temp_lock, 0, "owtcvt", sc->reading_interval); in ow_temp_event_thread()
258 msleep(sc->event_thread, &sc->temp_lock, PWAIT, "owtun", 0); in ow_temp_detach()
/freebsd-13-stable/sys/dev/smbus/
HDsmbconf.c94 error = msleep(sc, &sc->lock, SMBPRI|PCATCH, "smbreq", 0); in smbus_poll()
98 error = msleep(sc, &sc->lock, SMBPRI, "smbreq", 0); in smbus_poll()
/freebsd-13-stable/sys/kern/
HDkern_kthread.c203 return (msleep(&p->p_siglist, &p->p_mtx, PPAUSE | PDROP, in kproc_suspend()
231 msleep(&p->p_siglist, &p->p_mtx, PPAUSE, "kpsusp", 0); in kproc_suspend_check()
425 return (msleep(&td->td_flags, &p->p_mtx, PPAUSE | PDROP, "suspkt", in kthread_suspend()
483 msleep(&td->td_flags, &p->p_mtx, PPAUSE, "ktsusp", 0); in kthread_suspend_check()
HDsubr_autoconf.c161 if (msleep(&intr_config_hook_list, &intr_config_hook_lock, in boot_run_interrupt_driven_config_hooks()
285 if (msleep(&intr_config_hook_list, &intr_config_hook_lock, in config_intrhook_drain()
/freebsd-13-stable/sys/contrib/vchiq/interface/compat/
HDvchi_bsd.h377 #if defined(msleep)
378 #undef msleep
380 #define msleep(msec) mdelay(msec) macro
/freebsd-13-stable/sys/dev/mthca/
HDmthca_reset.c174 msleep(1000); in mthca_reset()
192 msleep(100); in mthca_reset()
/freebsd-13-stable/sys/rpc/
HDclnt_vc.c170 error = msleep(&so->so_timeo, SOCK_MTX(so), in clnt_vc_create()
421 msleep(&ct->ct_rcvstate, &ct->ct_lock, 0, "rpcrcvst", hz); in clnt_vc_call()
497 error = msleep(cr, &ct->ct_lock, ct->ct_waitflag, ct->ct_waitchan, in clnt_vc_call()
822 msleep(ct, &ct->ct_lock, 0, "rpcclose", 0); in clnt_vc_close()
851 msleep(ct, &ct->ct_lock, 0, "rpcclose", 0); in clnt_vc_close()
891 msleep(&ct->ct_sslrefno, &ct->ct_lock, 0, in clnt_vc_destroy()
1271 (void) msleep(&ct->ct_upcallrefs, in clnt_vc_upcallsdone()
1315 msleep(&ct->ct_sslrefno, &ct->ct_lock, 0, "clntvcdu", hz); in clnt_vc_dotlsupcall()
/freebsd-13-stable/sys/geom/
HDgeom_event.c90 msleep(&g_pending_events, &g_eventlock, PPAUSE, in g_waitidle()
274 msleep(&g_wait_event, &g_eventlock, PRIBIO | PDROP, in g_run_events()
437 msleep(ep, &g_eventlock, PRIBIO, "g_waitfor_event", 0); in g_waitfor_event()
/freebsd-13-stable/sys/geom/uzip/
HDg_uzip_wrkthr.c62 msleep(sc, &sc->queue_mtx, PRIBIO | PDROP, in g_uzip_wrkthr()
/freebsd-13-stable/share/doc/papers/newvm/
HDspell.ok43 msleep
/freebsd-13-stable/sys/contrib/openzfs/config/
HDkernel-usleep_range.m44 dnl # usleep_range is a finer precision implementation of msleep
/freebsd-13-stable/sys/dev/cxgbe/common/
HDt4vf_hw.c32 #undef msleep
33 #define msleep(x) do { \ macro
55 msleep(500); in t4vf_wait_dev_ready()
/freebsd-13-stable/sys/powerpc/mambo/
HDmambo_disk.c157 msleep(sc, &sc->sc_mtx, PRIBIO, "detach", 0); in mambodisk_detach()
212 msleep(sc, &sc->sc_mtx, PRIBIO, "jobqueue", 0); in mambodisk_task()
/freebsd-13-stable/sys/netsmb/
HDsmb_iod.c388 msleep(evp, SMB_IOD_EVLOCKPTR(iod), PWAIT | PDROP, "90evw", 0); in smb_iod_request()
450 msleep(&iod->iod_muxwant, SMB_IOD_RQLOCKPTR(iod), in smb_iod_addrq()
476 msleep(rqp, SMB_IOD_RQLOCKPTR(iod), PWAIT, "90xrm", 0); in smb_iod_removerq()
508 msleep(&rqp->sr_state, SMBRQ_SLOCKPTR(rqp), PWAIT, "90wrq", 0); in smb_iod_waitrq()
/freebsd-13-stable/sys/dev/virtio/balloon/
HDvirtio_balloon.c243 msleep(sc->vtballoon_td, VTBALLOON_MTX(sc), 0, "vtbdth", 0); in vtballoon_detach()
432 msleep(sc, VTBALLOON_MTX(sc), 0, "vtbspf", 0); in vtballoon_send_page_frames()
536 msleep(sc, VTBALLOON_MTX(sc), 0, "vtbslp", timeout); in vtballoon_sleep()
/freebsd-13-stable/sys/fs/fifofs/
HDfifo_vnops.c198 error = msleep(&fip->fi_readers, PIPE_MTX(fpipe), in fifo_open()
226 error = msleep(&fip->fi_writers, PIPE_MTX(fpipe), in fifo_open()

1234567891011