Home
last modified time | relevance | path

Searched refs:timestamp_bits (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/mm/
Dworkingset.c506 unsigned int timestamp_bits; in workingset_init() local
518 timestamp_bits = BITS_PER_LONG - EVICTION_SHIFT; in workingset_init()
520 if (max_order > timestamp_bits) in workingset_init()
521 bucket_order = max_order - timestamp_bits; in workingset_init()
523 timestamp_bits, max_order, bucket_order); in workingset_init()