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