Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_local_storage.c129 static void bpf_local_storage_free_rcu(struct rcu_head *rcu) in bpf_local_storage_free_rcu() function
140 bpf_local_storage_free_rcu(rcu); in bpf_local_storage_free_trace_rcu()
142 call_rcu(rcu, bpf_local_storage_free_rcu); in bpf_local_storage_free_trace_rcu()
183 call_rcu(&local_storage->rcu, bpf_local_storage_free_rcu); in bpf_local_storage_free()