| /freebsd-10-stable/sys/dev/cxgb/common/ |
| D | cxgb_ael1002.c | 35 #undef msleep 36 #define msleep t3_os_sleep macro 120 msleep(100); in ael100x_txon() 122 msleep(30); in ael100x_txon() 139 msleep(1); in ael_i2c_rd() 174 msleep(1); in ael_i2c_wr() 251 msleep(delay_ms); in ael1002_get_module_type() 374 msleep(125); in ael1006_reset() 379 msleep(125); in ael1006_reset() 385 msleep(125); in ael1006_reset() [all …]
|
| D | cxgb_tn1010.c | 35 #undef msleep 36 #define msleep t3_os_sleep macro 79 msleep(500); in tn1010_reset() 220 msleep(500); /* PHY needs up to 500ms to start responding to MDIO */ in t3_tn1010_phy_prep()
|
| D | cxgb_aq100x.c | 35 #undef msleep 36 #define msleep t3_os_sleep macro 237 msleep(300); in aq100x_power_down() 244 msleep(10); in aq100x_power_down() 482 msleep(1); in t3_aq100x_phy_prep() 488 msleep(1000); in t3_aq100x_phy_prep() 503 msleep(10); in t3_aq100x_phy_prep()
|
| D | cxgb_vsc8211.c | 35 #undef msleep 36 #define msleep t3_os_sleep macro 440 msleep(20); /* PHY needs ~10ms to start responding to MDIO */ in t3_vsc8211_phy_prep()
|
| D | cxgb_xgmac.c | 35 #undef msleep 36 #define msleep t3_os_sleep macro 212 msleep(1); in t3_mac_init() 249 msleep(10); in t3_mac_reset() 289 msleep(1); in t3_mac_reset() 704 msleep(100); in t3_mac_disable()
|
| /freebsd-10-stable/sys/dev/drm2/ttm/ |
| D | ttm_lock.c | 109 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_lock() 155 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_read_trylock() 210 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_write_lock() 288 ret = -msleep(lock, &lock->lock, flags, wmsg, 0); in ttm_vt_lock() 346 msleep(lock, &lock->lock, 0, "ttms", 0); in ttm_suspend_lock()
|
| /freebsd-10-stable/sys/ofed/include/linux/ |
| D | delay.h | 41 #undef msleep 42 #define msleep linux_msleep macro
|
| /freebsd-10-stable/sys/ofed/drivers/net/mlx4/ |
| D | reset.c | 108 msleep(1); in mlx4_reset() 123 msleep(500); in mlx4_reset() 131 msleep(1); in mlx4_reset()
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_kthread.c | 187 return msleep(&p->p_siglist, &p->p_mtx, PPAUSE | PDROP, "suspkp", timo); in kproc_suspend() 214 msleep(&p->p_siglist, &p->p_mtx, PPAUSE, "kpsusp", 0); in kproc_suspend_check() 381 return (msleep(&td->td_flags, &p->p_mtx, PPAUSE | PDROP, "suspkt", in kthread_suspend() 436 msleep(&td->td_flags, &p->p_mtx, PPAUSE, "ktsusp", 0); in kthread_suspend_check()
|
| D | sys_pipe.c | 584 error = msleep(cpipe, PIPE_MTX(cpipe), 787 if ((error = msleep(rpipe, PIPE_MTX(rpipe), 961 error = msleep(wpipe, PIPE_MTX(wpipe), 977 error = msleep(wpipe, PIPE_MTX(wpipe), 1012 error = msleep(wpipe, PIPE_MTX(wpipe), PRIBIO | PCATCH, 1165 error = msleep(wpipe, PIPE_MTX(rpipe), PRIBIO | PCATCH, 1271 error = msleep(wpipe, PIPE_MTX(rpipe), 1657 msleep(cpipe, PIPE_MTX(cpipe), PRIBIO, "pipecl", 0);
|
| /freebsd-10-stable/sys/geom/ |
| D | geom_event.c | 90 msleep(&g_pending_events, &g_eventlock, PPAUSE, in g_waitidle() 105 msleep(&g_pending_events, &g_eventlock, PPAUSE, 297 msleep(&g_wait_event, &g_eventlock, PRIBIO | PDROP, in g_run_events() 427 msleep(ep, &g_eventlock, PRIBIO, "g_waitfor_event", hz); in g_waitfor_event()
|
| /freebsd-10-stable/sys/dev/aic7xxx/ |
| D | aic_osm_lib.c | 101 msleep(aic->platform_data, &aic->platform_data->mtx, PUSER, "thtrm", 0); in aic_terminate_recovery_thread() 115 msleep(aic, &aic->platform_data->mtx, PUSER, "idle", 0); in aic_recovery_thread()
|
| /freebsd-10-stable/sys/dev/smbus/ |
| D | smbconf.c | 93 error = msleep(sc, &sc->lock, SMBPRI|PCATCH, "smbreq", 0); in smbus_poll() 97 error = msleep(sc, &sc->lock, SMBPRI, "smbreq", 0); in smbus_poll()
|
| /freebsd-10-stable/sys/fs/procfs/ |
| D | procfs_ioctl.c | 130 error = msleep(&p->p_stype, &p->p_mtx, in procfs_ioctl() 150 error = msleep(&p->p_stype, &p->p_mtx, in procfs_ioctl()
|
| D | procfs_ctl.c | 277 error = msleep(p, &p->p_mtx, in procfs_control() 283 error = msleep(p, &p->p_mtx, in procfs_control()
|
| /freebsd-10-stable/sys/dev/cxgbe/common/ |
| D | t4vf_hw.c | 34 #undef msleep 35 #define msleep(x) do { \ macro 57 msleep(500); in t4vf_wait_dev_ready()
|
| /freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/ |
| D | mthca_reset.c | 174 msleep(1000); in mthca_reset() 192 msleep(100); in mthca_reset()
|
| /freebsd-10-stable/sys/rpc/ |
| D | clnt_vc.c | 165 error = msleep(&so->so_timeo, SOCK_MTX(so), in clnt_vc_create() 424 msleep(&fake_wchan, &ct->ct_lock, 0, "rpclpsnd", 1); in clnt_vc_call() 467 error = msleep(cr, &ct->ct_lock, ct->ct_waitflag, ct->ct_waitchan, in clnt_vc_call() 758 msleep(ct, &ct->ct_lock, 0, "rpcclose", 0); in clnt_vc_close() 785 msleep(ct, &ct->ct_lock, 0, "rpcclose", 0); in clnt_vc_close() 1077 (void) msleep(&ct->ct_upcallrefs, in clnt_vc_upcallsdone()
|
| /freebsd-10-stable/sys/dev/virtio/balloon/ |
| D | virtio_balloon.c | 237 msleep(sc->vtballoon_td, VTBALLOON_MTX(sc), 0, "vtbdth", 0); in vtballoon_detach() 412 msleep(sc, VTBALLOON_MTX(sc), 0, "vtbspf", 0); in vtballoon_send_page_frames() 509 msleep(sc, VTBALLOON_MTX(sc), 0, "vtbslp", timeout); in vtballoon_sleep()
|
| /freebsd-10-stable/sys/geom/uzip/ |
| D | g_uzip_wrkthr.c | 65 msleep(sc, &sc->queue_mtx, PRIBIO | PDROP, in g_uzip_wrkthr()
|
| /freebsd-10-stable/sys/powerpc/mambo/ |
| D | mambo_disk.c | 157 msleep(sc, &sc->sc_mtx, PRIBIO, "detach", 0); in mambodisk_detach() 212 msleep(sc, &sc->sc_mtx, PRIBIO, "jobqueue", 0); in mambodisk_task()
|
| /freebsd-10-stable/share/doc/papers/newvm/ |
| D | spell.ok | 43 msleep
|
| /freebsd-10-stable/sys/netsmb/ |
| D | smb_iod.c | 390 msleep(evp, SMB_IOD_EVLOCKPTR(iod), PWAIT | PDROP, "90evw", 0); in smb_iod_request() 452 msleep(&iod->iod_muxwant, SMB_IOD_RQLOCKPTR(iod), in smb_iod_addrq() 478 msleep(rqp, SMB_IOD_RQLOCKPTR(iod), PWAIT, "90xrm", 0); in smb_iod_removerq() 511 msleep(&rqp->sr_state, SMBRQ_SLOCKPTR(rqp), PWAIT, "90wrq", 0); in smb_iod_waitrq()
|
| /freebsd-10-stable/sys/dev/random/ |
| D | dummy_rng.c | 71 error = msleep(&dummy_random_block, in dummy_random_block()
|
| /freebsd-10-stable/sys/fs/fifofs/ |
| D | fifo_vnops.c | 198 error = msleep(&fip->fi_readers, PIPE_MTX(fpipe), 226 error = msleep(&fip->fi_writers, PIPE_MTX(fpipe),
|