Home
last modified time | relevance | path

Searched refs:mtx_sleep (Results 76 – 100 of 103) sorted by relevance

12345

/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1095 mtx_sleep(&sc->flags, &sc->lock, 0, "cxgbdtch", 0); in cxgb_port_detach()
1690 if (mtx_sleep(&sc->flags, &sc->lock, PCATCH, "cxgbinit", 0)) { in cxgb_init_locked()
1766 if (mtx_sleep(&sc->flags, &sc->lock, PCATCH, "cxgbunin", 0)) { in cxgb_uninit_locked()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_controller.c312 mtx_sleep(&ctrlr->pending_commands, &ctrlr->lock, 0, "nvmftsh", in nvmft_controller_shutdown()
/freebsd/sys/opencrypto/
H A Dktls_ocf.c217 mtx_sleep(&oo, &os->lock, 0, "ocfktls", 0); in ktls_ocf_dispatch()
/freebsd/sys/dev/tws/
H A Dtws_cam.c1242 mtx_sleep(sc, &sc->gen_lock, 0, "tws_reinit", 5*hz); in tws_reinit()
/freebsd/sys/dev/drm2/
H A DdrmP.h1657 ret = -mtx_sleep(&(queue), &dev->irq_lock, \
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.c1459 if (mtx_sleep(&sc->vtblk_vq, VTBLK_MTX(sc), PRIBIO, "vtblkq", in vtblk_quiesce()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c1263 mtx_sleep(&nmp->nm_sess, &nmp->nm_mtx, PZERO, in newnfs_request()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c61 mtx_sleep(sc, &sc->mtx, 0, "tegra_dc_wait", timeout);
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c1304 mtx_sleep(pt, mtx, PRIBIO, "nvme_pt", 0); in nvme_ctrlr_passthrough_cmd()
/freebsd/sys/dev/hyperv/vmbus/
H A Dvmbus.c591 mtx_sleep(&sc->vmbus_scandone, bus_topo_mtx(), 0, "vmbusdev", 0); in vmbus_scan()
/freebsd/sys/dev/iavf/
H A Dif_iavf_iflib.c614 error = mtx_sleep(iavf_vc_get_op_chan(sc, op), in iavf_vc_sleep_wait()
/freebsd/sys/kern/
H A Dkern_exec.c1428 (void)mtx_sleep(&exec_args_kva_freelist, in exec_alloc_args_kva()
H A Duipc_ktls.c3295 mtx_sleep(wq, &wq->mtx, 0, "-", 0); in ktls_work_thread()
H A Duipc_usrreq.c1915 mtx_sleep(unp, UNP_PCB_LOCKPTR(unp), 0, "unpeer", 0); in unp_connectat()
/freebsd/sys/net/
H A Dif_tuntap.c1709 error = mtx_sleep(tp, &tp->tun_mtx, PCATCH | (PZERO + 1), in tunread()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c3315 return async ? 0 : mtx_sleep(cmd, &sc->sc_mtx, PCATCH, "wpicmd", hz); in wpi_cmd()
4982 if ((error = mtx_sleep(sc, &sc->sc_mtx, PCATCH, "wpiinit", hz)) != 0) { in wpi_load_firmware()
5345 if ((error = mtx_sleep(sc, &sc->sc_mtx, PCATCH, "wpiinit", hz)) != 0) { in wpi_hw_init()
/freebsd/sys/dev/mlx/
H A Dmlx.c1795 mtx_sleep(mc->mc_private, &sc->mlx_io_lock, PRIBIO | PCATCH, "mlxwcmd", hz); in mlx_wait_command()
/freebsd/sys/amd64/vmm/
H A Dvmm.c1465 mtx_sleep(&vm->rendezvous_func, &vm->rendezvous_mtx, 0, in vm_handle_rendezvous()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c516 (void)mtx_sleep(clp, NFSSTATEMUTEXPTR, PZERO - 1, in nfsrv_setclient()
583 (void)mtx_sleep(clp, NFSSTATEMUTEXPTR, PZERO - 1, in nfsrv_setclient()
8334 ret = mtx_sleep(lyp, NFSDRECALLMUTEXPTR, in nfsrv_copymr()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clstate.c2075 (void)mtx_sleep(clp, NFSCLSTATEMUTEXPTR, PWAIT, in nfscl_umount()
3066 (void)mtx_sleep(clp, NFSCLSTATEMUTEXPTR, PWAIT, "nfscl", in nfscl_renewthread()
/freebsd/sys/netgraph/
H A Dng_base.c280 mtx_sleep(&ng_worklist, &ng_worklist_mtx, PI_NET, "sleep", 0)
/freebsd/sys/dev/usb/wlan/
H A Dif_uath.c720 error = mtx_sleep(cmd, &sc->sc_mtx, 0, "uathcmd", 2 * hz); in uath_cmdsend()
H A Dif_zyd.c825 error = mtx_sleep(&rq, &sc->sc_mtx, 0 , "zydcmd", hz); in zyd_cmd()
/freebsd/share/man/man9/
H A DMakefile1598 mutex.9 mtx_sleep.9 \
/freebsd/sys/dev/isp/
H A Disp_freebsd.c239 mtx_sleep(&fc->num_threads, &isp->isp_lock, PRIBIO, "isp_reap", 0); in isp_detach_chan()

12345