Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6707 #define N_PRLE 1024 macro
6716 static struct prle page_relocate_log[N_PRLE];
6727 prl_entry = (prl_entry == (N_PRLE - 1))? 0 : prl_entry + 1; \