Searched refs:bpf_local_storage_cache_idx_get (Results 1 – 5 of 5) sorted by relevance
115 u16 bpf_local_storage_cache_idx_get(struct bpf_local_storage_cache *cache);
230 smap->cache_idx = bpf_local_storage_cache_idx_get(&inode_cache); in inode_storage_map_alloc()
291 smap->cache_idx = bpf_local_storage_cache_idx_get(&task_cache); in task_storage_map_alloc()
445 u16 bpf_local_storage_cache_idx_get(struct bpf_local_storage_cache *cache) in bpf_local_storage_cache_idx_get() function
103 smap->cache_idx = bpf_local_storage_cache_idx_get(&sk_cache); in bpf_sk_storage_map_alloc()
Completed in 8 milliseconds