Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Drcu_segcblist.h28 #define RCU_CBLIST_INITIALIZER(n) { .head = NULL, .tail = &n.head } macro
/Linux-v5.4/kernel/rcu/
Dtree.c2117 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_do_batch()