Lines Matching defs:smap
18 select_bucket(struct bpf_local_storage_map *smap, in select_bucket()
24 static int mem_charge(struct bpf_local_storage_map *smap, void *owner, u32 size) in mem_charge()
34 static void mem_uncharge(struct bpf_local_storage_map *smap, void *owner, in mem_uncharge()
44 owner_storage(struct bpf_local_storage_map *smap, void *owner) in owner_storage()
62 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, in bpf_selem_alloc()
91 struct bpf_local_storage_map *smap; in bpf_selem_unlink_storage_nolock() local
167 struct bpf_local_storage_map *smap; in bpf_selem_unlink_map() local
182 void bpf_selem_link_map(struct bpf_local_storage_map *smap, in bpf_selem_link_map()
205 struct bpf_local_storage_map *smap, in bpf_local_storage_lookup()
256 struct bpf_local_storage_map *smap, in bpf_local_storage_alloc()
322 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap, in bpf_local_storage_update()
469 void bpf_local_storage_map_free(struct bpf_local_storage_map *smap) in bpf_local_storage_map_free()
543 struct bpf_local_storage_map *smap; in bpf_local_storage_map_alloc() local