Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_counter.c26 old_protected = atomic_long_read(&c->min_usage); in propagate_protected_usage()
28 old_protected = atomic_long_xchg(&c->min_usage, protected); in propagate_protected_usage()
/openbmc/linux/include/linux/
H A Dpage_counter.h20 atomic_long_t min_usage; member
/openbmc/linux/kernel/bpf/
H A Dbpf_local_storage.c667 u64 min_usage = U64_MAX; in bpf_local_storage_cache_idx_get() local
673 if (cache->idx_usage_counts[i] < min_usage) { in bpf_local_storage_cache_idx_get()
674 min_usage = cache->idx_usage_counts[i]; in bpf_local_storage_cache_idx_get()
678 if (!min_usage) in bpf_local_storage_cache_idx_get()