Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.h298 #define RCU_NEXT_SIZE 4 macro
344 struct rcu_head **nxttail[RCU_NEXT_SIZE];
345 unsigned long nxtcompleted[RCU_NEXT_SIZE];
Dtree.c1429 for (i = 0; i < RCU_NEXT_SIZE; i++) in init_default_callback_list()
2521 for (i = RCU_NEXT_SIZE - 1; i >= RCU_DONE_TAIL; i--) in rcu_adopt_orphan_cbs()
2682 for (i = RCU_NEXT_SIZE - 1; i >= 0; i--) in rcu_do_batch()
2712 for (i = 0; i < RCU_NEXT_SIZE; i++) in rcu_do_batch()