Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dworkingset.c183 static unsigned int bucket_order __read_mostly;
188 eviction >>= bucket_order; in pack_shadow() local
213 *evictionp = entry << bucket_order; in unpack_shadow()
675 bucket_order = max_order - timestamp_bits; in workingset_init()
676 pr_info("workingset: timestamp_bits=%d max_order=%d bucket_order=%u\n", in workingset_init()
677 timestamp_bits, max_order, bucket_order); in workingset_init()
/kernel/linux/linux-6.6/mm/
H A Dworkingset.c196 static unsigned int bucket_order __read_mostly;
400 eviction >>= bucket_order; in workingset_eviction() local
441 eviction <<= bucket_order; in workingset_test_recent() local
862 bucket_order = max_order - timestamp_bits; in workingset_init()
863 pr_info("workingset: timestamp_bits=%d max_order=%d bucket_order=%u\n", in workingset_init()
864 timestamp_bits, max_order, bucket_order); in workingset_init()

Completed in 3 milliseconds