Searched refs:mtx_trylock (Results 1 – 25 of 29) sorted by relevance
12
36 #define MDIO_TRYLOCK() mtx_trylock(&cvm_oct_mdio_mtx)
307 #define vm_pagequeue_trylock(pq) mtx_trylock(&(pq)->pq_mutex)319 mtx_trylock(vm_domain_free_lockptr((d)))
360 #define PA_TRYLOCK(pa) mtx_trylock(PA_LOCKPTR(pa))380 #define vm_page_trylock(m) mtx_trylock(vm_page_lockptr((m)))
129 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
118 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
143 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
195 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
376 mtx_trylock(&(_tcb)->tcb_mtx)
631 #define INP_INFO_TRY_WLOCK(ipi) mtx_trylock(&(ipi)->ipi_lock)
87 #define IPQ_TRYLOCK(i) mtx_trylock(&V_ipq[i].lock)
947 if (mtx_trylock(&hsh->mtx) == 0) { in ng_netflow_flow_show()1103 if (mtx_trylock(&hsh->mtx) == 0) in ng_netflow_expire()1141 if (mtx_trylock(&hsh->mtx) == 0) in ng_netflow_expire()
300 #define ND6_ONLINK_TRYLOCK() mtx_trylock(&V_nd6_onlink_mtx)
140 #define IP6QB_TRYLOCK(_b) mtx_trylock(&V_ip6qb[(_b)].lock)
337 #define SIGIO_TRYLOCK() mtx_trylock(&sigio_lock)
237 #define SOLISTEN_TRYLOCK(sol) mtx_trylock(&(sol)->so_lock)
385 #define mtx_trylock(m) mtx_trylock_flags((m), 0) macro
285 #define MNT_ITRYLOCK(mp) mtx_trylock(&(mp)->mnt_mtx)
893 #define PROC_TRYLOCK(p) mtx_trylock(&(p)->p_mtx)
401 #define PMAP_TRYLOCK(pmap) mtx_trylock(&(pmap)->pm_mtx)
529 #define IF_AFDATA_TRYLOCK(ifp) mtx_trylock(&(ifp)->if_afdata_lock)
845 if (!mtx_trylock(vlp1)) in cache_trylock_vnodes()848 if (!mtx_trylock(vlp2)) { in cache_trylock_vnodes()1307 if (!mtx_trylock(&nl->nl_evict_lock)) { in cache_neg_evict_select_list()1534 if (!mtx_trylock(vlp1)) in cache_zap_locked_vnode_kl2()2103 if (mtx_trylock(vlp)) in cache_lock_vnodes_cel_3()
406 if (!mtx_trylock(&rm->rm_lock_mtx)) in _rm_rlock_hard()