| H A D | bpf_local_storage.c | 111 struct bpf_local_storage *local_storage; in bpf_selem_alloc() 116 local_storage = container_of(rcu, struct bpf_local_storage, rcu); in __bpf_local_storage_free_trace_rcu() 118 kfree(local_storage); in __bpf_local_storage_free_trace_rcu() local 120 kfree_rcu(local_storage, rcu); in __bpf_local_storage_free_trace_rcu() 124 static void __bpf_local_storage_free(struct bpf_local_storage *local_storage, in __bpf_local_storage_free_trace_rcu() 128 kfree_rcu(local_storage, rcu); in __bpf_local_storage_free_trace_rcu() 130 call_rcu_tasks_trace(&local_storage->rcu, in bpf_local_storage_free_rcu() 136 struct bpf_local_storage *local_storage; in bpf_local_storage_free_rcu() 138 local_storage = container_of(rcu, struct bpf_local_storage, rcu); in bpf_local_storage_free_trace_rcu() 139 kfree_nolock(local_storage); in bpf_local_storage_free_trace_rcu() 132 struct bpf_local_storage *local_storage; bpf_local_storage_free_rcu() local 147 __bpf_local_storage_free(struct bpf_local_storage * local_storage,bool vanilla_rcu) __bpf_local_storage_free() argument 157 bpf_local_storage_free(struct bpf_local_storage * local_storage,struct bpf_local_storage_map * smap,bool bpf_ma,bool reuse_now) bpf_local_storage_free() argument 285 bpf_selem_unlink_storage_nolock(struct bpf_local_storage * local_storage,struct bpf_local_storage_elem * selem,bool uncharge_mem,struct hlist_head * free_selem_list) bpf_selem_unlink_storage_nolock() argument 339 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 378 struct bpf_local_storage *local_storage; bpf_selem_unlink_storage() local 405 bpf_selem_link_storage_nolock(struct bpf_local_storage * local_storage,struct bpf_local_storage_elem * selem) bpf_selem_link_storage_nolock() argument 452 __bpf_local_storage_insert_cache(struct bpf_local_storage * local_storage,struct bpf_local_storage_map * smap,struct bpf_local_storage_elem * selem) __bpf_local_storage_insert_cache() argument 562 struct bpf_local_storage *local_storage; bpf_local_storage_update() local 731 bpf_local_storage_destroy(struct bpf_local_storage * local_storage) bpf_local_storage_destroy() argument [all...] |