Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_counter.c31 old_protected = atomic_long_read(&c->min_usage); in propagate_protected_usage()
33 old_protected = atomic_long_xchg(&c->min_usage, protected); in propagate_protected_usage()
/linux/kernel/bpf/
H A Dbpf_local_storage.c758 u64 min_usage = U64_MAX; in bpf_local_storage_cache_idx_get() local
764 if (cache->idx_usage_counts[i] < min_usage) { in bpf_local_storage_cache_idx_get()
765 min_usage = cache->idx_usage_counts[i]; in bpf_local_storage_cache_idx_get()
769 if (!min_usage) in bpf_local_storage_cache_idx_get()
/linux/include/linux/
H A Dpage_counter.h22 atomic_long_t min_usage; member