Home
last modified time | relevance | path

Searched defs:hat_lock (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h168 typedef struct hat_lock { struct
169 kmutex_t hl_mutex;
170 uchar_t hl_pad[64 - sizeof (kmutex_t)];
H A Dhat_sfmmu.c327 hatlock_t hat_lock[SFMMU_NUM_LOCK]; variable