Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree.h253 #define RCU_NEXT_SIZE 4 macro
301 struct rcu_head **nxttail[RCU_NEXT_SIZE];
302 unsigned long nxtcompleted[RCU_NEXT_SIZE];
Dtree.c1363 for (i = 0; i < RCU_NEXT_SIZE; i++) in init_default_callback_list()
2430 for (i = RCU_NEXT_SIZE - 1; i >= RCU_DONE_TAIL; i--) in rcu_adopt_orphan_cbs()
2601 for (i = RCU_NEXT_SIZE - 1; i >= 0; i--) in rcu_do_batch()
2631 for (i = 0; i < RCU_NEXT_SIZE; i++) in rcu_do_batch()