Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dbpf_local_storage.c512 if (cache->idx_usage_counts[i] < min_usage) { in bpf_local_storage_cache_idx_get()
513 min_usage = cache->idx_usage_counts[i]; in bpf_local_storage_cache_idx_get()
521 cache->idx_usage_counts[res]++; in bpf_local_storage_cache_idx_get()
532 cache->idx_usage_counts[idx]--; in bpf_local_storage_cache_idx_free()
/linux-6.3-rc2/include/linux/
A Dbpf_local_storage.h111 u64 idx_usage_counts[BPF_LOCAL_STORAGE_CACHE_SIZE]; member

Completed in 5 milliseconds