Home
last modified time | relevance | path

Searched refs:mtx_pool_find (Results 1 – 13 of 13) sorted by relevance

/freebsd-13-stable/sys/sys/
HDmutex.h393 struct mtx *mtx_pool_find(struct mtx_pool *pool, void *ptr);
396 mtx_lock(mtx_pool_find((pool), (ptr)))
398 mtx_lock_spin(mtx_pool_find((pool), (ptr)))
400 mtx_unlock(mtx_pool_find((pool), (ptr)))
402 mtx_unlock_spin(mtx_pool_find((pool), (ptr)))
/freebsd-13-stable/sys/dev/nvme/
HDnvme_test.c75 mtx = mtx_pool_find(mtxpool_sleep, bio); in nvme_ns_bio_test_cb()
120 mtx = mtx_pool_find(mtxpool_sleep, bio); in nvme_ns_bio_test()
HDnvme_ctrlr.c1305 mtx = mtx_pool_find(mtxpool_sleep, pt); in nvme_ctrlr_passthrough_cmd()
/freebsd-13-stable/sys/kern/
HDkern_mtxpool.c99 mtx_pool_find(struct mtx_pool *pool, void *ptr) in mtx_pool_find() function
HDuipc_usrreq.c741 vplock = mtx_pool_find(mtxpool_sleep, vp); in uipc_close()
816 vplock = mtx_pool_find(mtxpool_sleep, vp); in uipc_detach()
1585 vplock = mtx_pool_find(mtxpool_sleep, vp); in unp_connectat()
2858 vplock = mtx_pool_find(mtxpool_sleep, vp); in vfs_unp_reclaim()
HDvfs_bio.c4445 mtxp = mtx_pool_find(mtxpool_sleep, bp); in biodone()
4462 mtxp = mtx_pool_find(mtxpool_sleep, bp); in biowait()
5080 mtxp = mtx_pool_find(mtxpool_sleep, bp); in bdone()
5092 mtxp = mtx_pool_find(mtxpool_sleep, bp); in bwait()
HDvfs_vnops.c840 mtxp = mtx_pool_find(mtxpool_sleep, fp); in foffset_lock()
862 mtxp = mtx_pool_find(mtxpool_sleep, fp); in foffset_unlock()
907 mtxp = mtx_pool_find(mtxpool_sleep, fp); in get_advice()
HDsys_generic.c1851 mtxp = mtx_pool_find(mtxpool_select, sip); in selrecord()
/freebsd-13-stable/sys/geom/
HDgeom_io.c674 mtxp = mtx_pool_find(mtxpool_sleep, pp); in g_io_deliver()
/freebsd-13-stable/sys/dev/cxgbe/cxgbei/
HDicl_cxgbei.c1342 struct mtx *lock = mtx_pool_find(mtxpool_sleep, toep); in icl_cxgbei_conn_close()
/freebsd-13-stable/sys/dev/cxgbe/tom/
HDt4_tom.c884 struct mtx *lock = mtx_pool_find(mtxpool_sleep, toep); in final_cpl_received()
/freebsd-13-stable/share/man/man9/
HDMakefile1565 mtx_pool.9 mtx_pool_find.9 \
/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_mod.c2615 ppnew->pp_tdslock = mtx_pool_find(pmc_mtxpool, ppnew); in pmc_find_process_descriptor()