Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_local_storage.c673 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()
682 cache->idx_usage_counts[res]++; in bpf_local_storage_cache_idx_get()
693 cache->idx_usage_counts[idx]--; in bpf_local_storage_cache_idx_free()
/openbmc/linux/include/linux/
H A Dbpf_local_storage.h116 u64 idx_usage_counts[BPF_LOCAL_STORAGE_CACHE_SIZE]; member