Home
last modified time | relevance | path

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

/mm/
Dworkingset.c538 unsigned int timestamp_bits; in workingset_init() local
550 timestamp_bits = BITS_PER_LONG - EVICTION_SHIFT; in workingset_init()
552 if (max_order > timestamp_bits) in workingset_init()
553 bucket_order = max_order - timestamp_bits; in workingset_init()
555 timestamp_bits, max_order, bucket_order); in workingset_init()