Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dmemalloc.c490 static void destroy_mem_alloc(struct bpf_mem_alloc *ma, int rcu_in_progress) in destroy_mem_alloc() argument
494 if (!rcu_in_progress) { in destroy_mem_alloc()
522 int cpu, i, rcu_in_progress; in bpf_mem_alloc_destroy() local
525 rcu_in_progress = 0; in bpf_mem_alloc_destroy()
539 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
544 destroy_mem_alloc(ma, rcu_in_progress); in bpf_mem_alloc_destroy()
547 rcu_in_progress = 0; in bpf_mem_alloc_destroy()
554 rcu_in_progress += atomic_read(&c->call_rcu_in_progress); in bpf_mem_alloc_destroy()
559 destroy_mem_alloc(ma, rcu_in_progress); in bpf_mem_alloc_destroy()

Completed in 6 milliseconds