Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dbpf_local_storage.c502 if (cache->idx_usage_counts[i] < min_usage) { in bpf_local_storage_cache_idx_get()
503 min_usage = cache->idx_usage_counts[i]; in bpf_local_storage_cache_idx_get()
511 cache->idx_usage_counts[res]++; in bpf_local_storage_cache_idx_get()
522 cache->idx_usage_counts[idx]--; in bpf_local_storage_cache_idx_free()
/linux-6.1.9/include/linux/
Dbpf_local_storage.h111 u64 idx_usage_counts[BPF_LOCAL_STORAGE_CACHE_SIZE]; member