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

/linux-master/include/linux/
H A Dbpf_local_storage.h19 #define BPF_LOCAL_STORAGE_CACHE_SIZE 16 macro
89 struct bpf_local_storage_data __rcu *cache[BPF_LOCAL_STORAGE_CACHE_SIZE];
112 #define BPF_LOCAL_STORAGE_CACHE_SIZE 16 macro
116 u64 idx_usage_counts[BPF_LOCAL_STORAGE_CACHE_SIZE];
/linux-master/kernel/bpf/
H A Dbpf_local_storage.c646 for (i = 0; i < BPF_LOCAL_STORAGE_CACHE_SIZE; i++) {

Completed in 111 milliseconds