Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/mpss/common/
H A Dmpss.c163 #define PGSZELEM (8 * sizeof (void *)) macro
164 static size_t pgsz[PGSZELEM];
191 if (nelem > PGSZELEM) in pgszinit()
192 nelem = PGSZELEM; in pgszinit()