Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_local_storage.c647 if (cache->idx_usage_counts[i] < min_usage) { in bpf_local_storage_cache_idx_get()
648 min_usage = cache->idx_usage_counts[i]; in bpf_local_storage_cache_idx_get()
656 cache->idx_usage_counts[res]++; in bpf_local_storage_cache_idx_get()
667 cache->idx_usage_counts[idx]--; in bpf_local_storage_cache_idx_free()
/linux/include/linux/
H A Dbpf_local_storage.h116 u64 idx_usage_counts[BPF_LOCAL_STORAGE_CACHE_SIZE]; member