Searched refs:smap (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ |
| D | bpf_local_storage.h | 71 struct bpf_local_storage_map __rcu *smap; member 90 struct bpf_local_storage_map __rcu *smap; member 133 struct bpf_local_storage_map *smap, 138 struct bpf_local_storage_map *smap, in bpf_local_storage_lookup() argument 145 sdata = rcu_dereference_check(local_storage->cache[smap->cache_idx], in bpf_local_storage_lookup() 147 if (sdata && rcu_access_pointer(sdata->smap) == smap) in bpf_local_storage_lookup() 153 if (rcu_access_pointer(SDATA(selem)->smap) == smap) in bpf_local_storage_lookup() 159 __bpf_local_storage_insert_cache(local_storage, smap, selem); in bpf_local_storage_lookup() 179 void bpf_selem_link_map(struct bpf_local_storage_map *smap, 183 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, void *value, [all …]
|
| D | bpf.h | 149 int (*map_local_storage_charge)(struct bpf_local_storage_map *smap, 151 void (*map_local_storage_uncharge)(struct bpf_local_storage_map *smap,
|