Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Drcu.c177 #define RCU_CALL_MIN_SIZE 30 macro
269 while (n == 0 || (n < RCU_CALL_MIN_SIZE && ++tries <= 5)) { in call_rcu_thread()