Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dmap_in_map.c142 WRITE_ONCE(inner_map->free_after_rcu_gp, true); in bpf_map_fd_put_ptr()
H A Dsyscall.c759 else if (READ_ONCE(map->free_after_rcu_gp)) in bpf_map_put()
/openbmc/linux/include/linux/
H A Dbpf.h299 bool free_after_rcu_gp; member