Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbpf_local_storage.c308 struct bpf_local_storage_map *storage_smap, in check_storage_bpf_ma() argument
324 if (storage_smap) in check_storage_bpf_ma()
325 return storage_smap->bpf_ma; in check_storage_bpf_ma()
345 struct bpf_local_storage_map *storage_smap; in bpf_selem_unlink_storage() local
356 storage_smap = rcu_dereference_check(local_storage->smap, in bpf_selem_unlink_storage()
358 bpf_ma = check_storage_bpf_ma(local_storage, storage_smap, selem); in bpf_selem_unlink_storage()
367 bpf_local_storage_free(local_storage, storage_smap, bpf_ma, reuse_now); in bpf_selem_unlink_storage()
732 struct bpf_local_storage_map *storage_smap; in bpf_local_storage_destroy() local
738 storage_smap = rcu_dereference_check(local_storage->smap, bpf_rcu_lock_held()); in bpf_local_storage_destroy()
739 bpf_ma = check_storage_bpf_ma(local_storage, storage_smap, NULL); in bpf_local_storage_destroy()
[all …]