Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_local_storage.c308 struct bpf_local_storage_map *storage_smap, in check_storage_bpf_ma()
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, NUL in bpf_local_storage_destroy()
307 check_storage_bpf_ma(struct bpf_local_storage *local_storage, struct bpf_local_storage_map *storage_smap, struct bpf_local_storage_elem *selem) check_storage_bpf_ma() argument
[all...]

Completed in 2 milliseconds