Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/alpha/alpha/
H A Dpmap.c429 #define PMAP_ACT_TRYLOCK(pmap) mutex_tryenter(pmap_activation_lock(pmap)) macro
1054 activation_locked = PMAP_ACT_TRYLOCK(tlbctx->t_pmap); in pmap_tlb_shootnow()