| /freebsd-9-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_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_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_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-9-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-9-stable/sys/ofed/include/linux/ |
| D | delay.h | 41 #undef msleep 42 #define msleep linux_msleep macro
|
| D | kthread.h | 99 msleep(task, &task->task_thread->td_proc->p_mtx, PWAIT, in kthread_stop()
|
| /freebsd-9-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-9-stable/sys/kern/ |
| D | kern_kthread.c | 186 return msleep(&p->p_siglist, &p->p_mtx, PPAUSE | PDROP, "suspkp", timo); in kproc_suspend() 213 msleep(&p->p_siglist, &p->p_mtx, PPAUSE, "kpsusp", 0); in kproc_suspend_check() 376 return (msleep(&td->td_flags, &p->p_mtx, PPAUSE | PDROP, "suspkt", in kthread_suspend() 431 msleep(&td->td_flags, &p->p_mtx, PPAUSE, "ktsusp", 0); in kthread_suspend_check()
|
| D | sys_pipe.c | 522 error = msleep(cpipe, PIPE_MTX(cpipe), 721 if ((error = msleep(rpipe, PIPE_MTX(rpipe), 894 error = msleep(wpipe, PIPE_MTX(wpipe), 910 error = msleep(wpipe, PIPE_MTX(wpipe), 944 error = msleep(wpipe, PIPE_MTX(wpipe), PRIBIO | PCATCH, 1098 error = msleep(wpipe, PIPE_MTX(rpipe), PRIBIO | PCATCH, 1204 error = msleep(wpipe, PIPE_MTX(rpipe), 1535 msleep(cpipe, PIPE_MTX(cpipe), PRIBIO, "pipecl", 0);
|
| /freebsd-9-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, 289 msleep(&g_wait_event, &g_eventlock, PRIBIO | PDROP, in g_run_events() 419 msleep(ep, &g_eventlock, PRIBIO, "g_waitfor_event", hz); in g_waitfor_event()
|
| /freebsd-9-stable/sys/dev/aic7xxx/ |
| D | aic_osm_lib.c | 104 msleep(aic->platform_data, &aic->platform_data->mtx, PUSER, "thtrm", 0); in aic_terminate_recovery_thread() 118 msleep(aic, &aic->platform_data->mtx, PUSER, "idle", 0); in aic_recovery_thread()
|
| /freebsd-9-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-9-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 | 276 error = msleep(p, &p->p_mtx, in procfs_control() 282 error = msleep(p, &p->p_mtx, in procfs_control()
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mthca/ |
| D | mthca_reset.c | 174 msleep(1000); in mthca_reset() 192 msleep(100); in mthca_reset()
|
| /freebsd-9-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() 511 msleep(sc, VTBALLOON_MTX(sc), 0, "vtbslp", timeout); in vtballoon_sleep()
|
| /freebsd-9-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-9-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-9-stable/share/doc/papers/newvm/ |
| D | spell.ok | 43 msleep
|
| /freebsd-9-stable/sys/rpc/ |
| D | clnt_vc.c | 162 error = msleep(&so->so_timeo, SOCK_MTX(so), in clnt_vc_create() 449 error = msleep(cr, &ct->ct_lock, ct->ct_waitflag, ct->ct_waitchan, in clnt_vc_call() 741 msleep(ct, &ct->ct_lock, 0, "rpcclose", 0); in clnt_vc_close() 768 msleep(ct, &ct->ct_lock, 0, "rpcclose", 0); in clnt_vc_close() 1064 (void) msleep(&ct->ct_upcallrefs, in clnt_vc_upcallsdone()
|
| /freebsd-9-stable/sys/dev/utopia/ |
| D | utopia.c | 579 msleep(utp, utp->lock, PZERO, "utopia_detach", hz); in utopia_detach() 621 msleep(&utopia_list, &utopia_list_mtx, PZERO, "*idle*", hz); in utopia_daemon() 656 msleep(kp, &kp->p_mtx, PWAIT, "utopia_destroy", 0); in utopia_mod_init()
|
| /freebsd-9-stable/sys/vm/ |
| D | vm_pager.c | 339 msleep(pfreecnt, &pbuf_mtx, PVM, "wswbuf0", 0); in getpbuf() 348 msleep(&bswneeded, &pbuf_mtx, PVM, "wswbuf1", 0); in getpbuf()
|
| /freebsd-9-stable/sys/fs/nfsclient/ |
| D | nfs_clsubs.c | 112 msleep(&ncl_numasync, &ncl_iod_mutex, PWAIT, "ioddie", 0); in ncl_uninit() 126 (void) msleep(&np->n_flag, &np->n_mtx, PZERO, "nfsdirlk", 0); in ncl_dircookie_lock()
|