Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c173 struct pcf { struct
174 kmutex_t pcf_lock; /* protects the structure */ argument
175 uint_t pcf_count; /* page count */ argument
176 uint_t pcf_wait; /* number of waiters */ argument
177 uint_t pcf_block; /* pcgs flag to page_free() */ argument
178 uint_t pcf_reserve; /* pages freed after pcf_block set */ argument
179 uint_t pcf_fill[10]; /* to line up on the caches */ argument
192 static struct pcf pcf[MAX_PCF_FANOUT]; variable