Searched defs:pcf (Results 1 – 1 of 1) sorted by relevance
170 struct pcf { struct171 kmutex_t pcf_lock; /* protects the structure */ argument172 uint_t pcf_count; /* page count */ argument173 uint_t pcf_wait; /* number of waiters */ argument174 uint_t pcf_block; /* pcgs flag to page_free() */ argument175 uint_t pcf_reserve; /* pages freed after pcf_block set */ argument176 uint_t pcf_fill[10]; /* to line up on the caches */ argument189 static struct pcf pcf[MAX_PCF_FANOUT]; variable