Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/vm/
H A Dvm_page.c169 struct pcf { struct
170 kmutex_t pcf_lock; /* protects the structure */ argument
171 uint_t pcf_count; /* page count */ argument
172 uint_t pcf_wait; /* number of waiters */ argument
173 uint_t pcf_block; /* pcgs flag to page_free() */ argument
174 uint_t pcf_reserve; /* pages freed after pcf_block set */ argument
175 uint_t pcf_fill[10]; /* to line up on the caches */ argument
188 static struct pcf pcf[MAX_PCF_FANOUT]; variable