Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dmemalloc.c110 atomic_t call_rcu_in_progress; member
377 atomic_set(&c->call_rcu_in_progress, 0); in __free_by_rcu()
397 if (atomic_xchg(&c->call_rcu_in_progress, 1)) { in check_free_by_rcu()
419 atomic_set(&c->call_rcu_in_progress, 0); in check_free_by_rcu()
691 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
708 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
810 if (!atomic_read(&c->call_rcu_in_progress)) in unit_free_rcu()