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.c112 atomic_t call_rcu_in_progress; member
379 atomic_set(&c->call_rcu_in_progress, 0); in __free_by_rcu()
399 if (atomic_xchg(&c->call_rcu_in_progress, 1)) { in check_free_by_rcu()
421 atomic_set(&c->call_rcu_in_progress, 0); in check_free_by_rcu()
756 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
771 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
881 if (!atomic_read(&c->call_rcu_in_progress)) in unit_free_rcu()