Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf_local_storage.h17 #define BPF_LOCAL_STORAGE_CACHE_SIZE 16 macro
81 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE];
103 #define BPF_LOCAL_STORAGE_CACHE_SIZE 16 macro
107 u64 idx_usage_counts[BPF_LOCAL_STORAGE_CACHE_SIZE];
/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_local_storage.c444 for (i = 0; i < BPF_LOCAL_STORAGE_CACHE_SIZE; i++) { in bpf_local_storage_cache_idx_get()