Searched refs:bpf_map_free_rcu_gp (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dsyscall.c780 static void bpf_map_free_rcu_gp(struct rcu_head *rcu) function
788 bpf_map_free_rcu_gp(rcu);
790 call_rcu(rcu, bpf_map_free_rcu_gp);
806 call_rcu(&map->rcu, bpf_map_free_rcu_gp);

Completed in 287 milliseconds