Searched refs:bpf_map_free_rcu_gp (Results 1 – 1 of 1) sorted by relevance
788 static void bpf_map_free_rcu_gp(struct rcu_head *rcu) in bpf_map_free_rcu_gp() function796 bpf_map_free_rcu_gp(rcu); in bpf_map_free_mult_rcu_gp()798 call_rcu(rcu, bpf_map_free_rcu_gp); in bpf_map_free_mult_rcu_gp()814 call_rcu(&map->rcu, bpf_map_free_rcu_gp); in bpf_map_put()