Searched defs:pcf (Results 1 – 1 of 1) sorted by relevance
174 struct pcf { struct175 kmutex_t pcf_lock; /* protects the structure */ argument176 uint_t pcf_count; /* page count */ argument177 uint_t pcf_wait; /* number of waiters */ argument178 uint_t pcf_block; /* pcgs flag to page_free() */ argument179 uint_t pcf_reserve; /* pages freed after pcf_block set */ argument180 uint_t pcf_fill[10]; /* to line up on the caches */ argument193 static struct pcf pcf[MAX_PCF_FANOUT]; variable