Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/kernel/bpf/
H A Dbpf_local_storage.c674 u64 min_usage = U64_MAX; in bpf_local_storage_cache_idx_get() local
680 if (cache->idx_usage_counts[i] < min_usage) { in bpf_local_storage_cache_idx_get()
681 min_usage = cache->idx_usage_counts[i]; in bpf_local_storage_cache_idx_get()
685 if (!min_usage) in bpf_local_storage_cache_idx_get()
/linux-6.15/include/linux/
H A Dpage_counter.h22 atomic_long_t min_usage; member