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

/linux-master/kernel/bpf/
H A Dsyscall.c768 static void bpf_map_free_rcu_gp(struct rcu_head *rcu) function
776 bpf_map_free_rcu_gp(rcu);
778 call_rcu(rcu, bpf_map_free_rcu_gp);
794 call_rcu(&map->rcu, bpf_map_free_rcu_gp);

Completed in 93 milliseconds