Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dmemalloc.c112 atomic_t call_rcu_in_progress; member
382 atomic_set(&c->call_rcu_in_progress, 0); in __free_by_rcu()
402 if (atomic_xchg(&c->call_rcu_in_progress, 1)) { in check_free_by_rcu()
424 atomic_set(&c->call_rcu_in_progress, 0); in check_free_by_rcu()
759 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
774 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
884 if (!atomic_read(&c->call_rcu_in_progress)) in unit_free_rcu()

Completed in 5 milliseconds