Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Drcu.c421 static int atfork_depth = 1; variable
425 atfork_depth++; in rcu_enable_atfork()
430 atfork_depth--; in rcu_disable_atfork()
436 if (atfork_depth < 1) { in rcu_init_lock()
446 if (atfork_depth < 1) { in rcu_init_unlock()
456 if (atfork_depth < 1) { in rcu_init_child()