Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c70 #define NUM_M2P_LOCKS 128 macro
74 } m2p_lock[NUM_M2P_LOCKS];
76 #define XM2P_HASH ((uintptr_t)curthread->t_tid & (NUM_M2P_LOCKS - 1))
101 for (i = 0; i < NUM_M2P_LOCKS; ++i) in xen_start_migrate()
110 for (i = 0; i < NUM_M2P_LOCKS; ++i) in xen_end_migrate()