Searched defs:per_cpu_pages (Results 1 – 1 of 1) sorted by relevance
729 struct per_cpu_pages { struct730 spinlock_t lock; /* Protects lists field */731 int count; /* number of pages in the list */732 int high; /* high watermark, emptying needed */733 int high_min; /* min high watermark */734 int high_max; /* max high watermark */735 int batch; /* chunk size for buddy add/remove */736 u8 flags; /* protected by pcp->lock */739 u8 expire; /* When 0, remote pagesets are drained */741 short free_count; /* consecutive free count */[all …]
Completed in 14 milliseconds