Searched refs:mtx_pool_find (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_mtxpool.c102 mtx_pool_find(struct mtx_pool *pool, void *ptr) function
H A Duipc_usrreq.c734 vplock = mtx_pool_find(mtxpool_sleep, vp);
807 vplock = mtx_pool_find(mtxpool_sleep, vp);
1562 vplock = mtx_pool_find(mtxpool_sleep, vp);
2753 vplock = mtx_pool_find(mtxpool_sleep, vp);
H A Dvfs_vnops.c720 mtxp = mtx_pool_find(mtxpool_sleep, fp);
752 mtxp = mtx_pool_find(mtxpool_sleep, fp);
794 mtxp = mtx_pool_find(mtxpool_sleep, fp);
H A Dvfs_bio.c4310 mtxp = mtx_pool_find(mtxpool_sleep, bp);
4327 mtxp = mtx_pool_find(mtxpool_sleep, bp);
4964 mtxp = mtx_pool_find(mtxpool_sleep, bp);
4976 mtxp = mtx_pool_find(mtxpool_sleep, bp);
H A Dsys_generic.c1694 mtxp = mtx_pool_find(mtxpool_select, sip);
/freebsd-12-stable/sys/dev/nvme/
H A Dnvme_test.c79 mtx = mtx_pool_find(mtxpool_sleep, bio);
125 mtx = mtx_pool_find(mtxpool_sleep, bio);
H A Dnvme_ctrlr.c1264 mtx = mtx_pool_find(mtxpool_sleep, pt);
/freebsd-12-stable/sys/sys/
H A Dmutex.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-12-stable/sys/geom/
H A Dgeom_io.c616 mtxp = mtx_pool_find(mtxpool_sleep, pp);
727 mtxp = mtx_pool_find(mtxpool_sleep, cp);
/freebsd-12-stable/sys/fs/devfs/
H A Ddevfs_vnops.c1163 mtxp = mtx_pool_find(mtxpool_sleep, fp);
/freebsd-12-stable/share/man/man9/
H A DMakefile1431 mtx_pool.9 mtx_pool_find.9 \
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c2608 ppnew->pp_tdslock = mtx_pool_find(pmc_mtxpool, ppnew);

Completed in 227 milliseconds