Searched refs:bucket_order (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dworkingset.c197 static unsigned int bucket_order __read_mostly;
401 eviction >>= bucket_order; local
441 eviction <<= bucket_order; local
808 bucket_order = max_order - timestamp_bits;
809 pr_info("workingset: timestamp_bits=%d max_order=%d bucket_order=%u\n",
810 timestamp_bits, max_order, bucket_order);

Completed in 242 milliseconds