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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c151 * When we acquire and then drop a single pcf lock
152 * we can start in the middle of the array of pcf structures.
153 * If we acquire more than one pcf lock at a time, we need to
171 struct pcf { struct
190 static struct pcf pcf[MAX_PCF_FANOUT]; variable in typeref:struct:pcf
511 static struct pcf *p = pcf;
532 if (++p > &pcf[pcf_fanout - 1])
533 p = pcf;
[all...]

Completed in 52 milliseconds