Searched refs:mtx_pool_find (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/sys/ |
H A D | mutex.h | 397 struct mtx *mtx_pool_find(struct mtx_pool *pool, void *ptr); 400 mtx_lock(mtx_pool_find((pool), (ptr))) 402 mtx_lock_spin(mtx_pool_find((pool), (ptr))) 404 mtx_unlock(mtx_pool_find((pool), (ptr))) 406 mtx_unlock_spin(mtx_pool_find((pool), (ptr)))
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_test.c | 75 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()
|
H A D | nvme_ctrlr.c | 1302 mtx = mtx_pool_find(mtxpool_sleep, pt); in nvme_ctrlr_passthrough_cmd() 1394 mtx = mtx_pool_find(mtxpool_sleep, npc); in nvme_ctrlr_linux_passthru_cmd()
|
/freebsd/sys/kern/ |
H A D | kern_mtxpool.c | 98 mtx_pool_find(struct mtx_pool *pool, void *ptr) in mtx_pool_find() function
|
H A D | uipc_usrreq.c | 684 vplock = mtx_pool_find(unp_vp_mtxpool, vp); in uipc_close() 774 vplock = mtx_pool_find(unp_vp_mtxpool, vp); in uipc_detach() 1981 vplock = mtx_pool_find(unp_vp_mtxpool, vp); in unp_connectat() 3471 vplock = mtx_pool_find(unp_vp_mtxpool, vp); in vfs_unp_reclaim()
|
H A D | vfs_bio.c | 4502 mtxp = mtx_pool_find(mtxpool_sleep, bp); in biodone() 4519 mtxp = mtx_pool_find(mtxpool_sleep, bp); in biowait() 5140 mtxp = mtx_pool_find(mtxpool_sleep, bp); in bdone() 5152 mtxp = mtx_pool_find(mtxpool_sleep, bp); in bwait()
|
H A D | vfs_vnops.c | 847 mtxp = mtx_pool_find(mtxpool_sleep, fp); in foffset_lock() 869 mtxp = mtx_pool_find(mtxpool_sleep, fp); in foffset_unlock() 921 mtxp = mtx_pool_find(mtxpool_sleep, fp); in get_advice()
|
H A D | sys_generic.c | 1917 mtxp = mtx_pool_find(mtxpool_select, sip); in selrecord()
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_aer.c | 250 sc->aer[i].lock = mtx_pool_find(mtxpool_sleep, &sc->aer[i]); in nvmf_init_aer()
|
H A D | nvmf.c | 48 mtx = mtx_pool_find(mtxpool_sleep, status); in nvmf_complete() 62 mtx = mtx_pool_find(mtxpool_sleep, status); in nvmf_io_complete() 74 mtx = mtx_pool_find(mtxpool_sleep, status); in nvmf_wait_for_reply()
|
/freebsd/sys/geom/ |
H A D | geom_io.c | 677 mtxp = mtx_pool_find(mtxpool_sleep, pp); in g_io_deliver()
|
/freebsd/sys/dev/cxgbe/cxgbei/ |
H A D | icl_cxgbei.c | 1341 struct mtx *lock = mtx_pool_find(mtxpool_sleep, toep); in icl_cxgbei_conn_close()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_tom.c | 1015 struct mtx *lock = mtx_pool_find(mtxpool_sleep, toep); in final_cpl_received()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1617 mtx_pool.9 mtx_pool_find.9 \
|
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_mod.c | 2562 ppnew->pp_tdslock = mtx_pool_find(pmc_mtxpool, ppnew); in pmc_find_process_descriptor()
|