Searched defs:per_cpu_pages (Results 1 – 2 of 2) sorted by relevance
692 struct per_cpu_pages { struct693 spinlock_t lock; /* Protects lists field */694 int count; /* number of pages in the list */695 int high; /* high watermark, emptying needed */696 int batch; /* chunk size for buddy add/remove */697 short free_factor; /* batch scaling factor during free */699 short expire; /* When 0, remote pagesets are drained */703 struct list_head lists[NR_PCP_LISTS];
350 struct per_cpu_pages { struct360 struct per_cpu_pages pcp; argument