Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drcu_segcblist.h38 #define RCU_CBLIST_INITIALIZER(n) { .head = NULL, .tail = &n.head } macro
/Linux-v4.19/kernel/rcu/
Dtree.c2544 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_do_batch()