Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dmemalloc.c114 atomic_t call_rcu_in_progress; member
372 atomic_set(&c->call_rcu_in_progress, 0); in __free_by_rcu()
392 if (atomic_xchg(&c->call_rcu_in_progress, 1)) { in check_free_by_rcu()
414 atomic_set(&c->call_rcu_in_progress, 0); in check_free_by_rcu()
750 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
765 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
875 if (!atomic_read(&c->call_rcu_in_progress)) in unit_free_rcu()