Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dtree_plugin.h1659 static atomic_t oom_callback_count; variable
1668 if (atomic_dec_and_test(&oom_callback_count)) in rcu_oom_callback()
1687 atomic_inc(&oom_callback_count); in rcu_oom_notify_cpu()
1706 wait_event(oom_callback_wq, atomic_read(&oom_callback_count) == 0); in rcu_oom_notify()
1713 atomic_set(&oom_callback_count, 1); in rcu_oom_notify()
1721 atomic_dec(&oom_callback_count); in rcu_oom_notify()