Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drcu_segcblist.h27 #define RCU_CBLIST_INITIALIZER(n) { .head = NULL, .tail = &n.head } macro
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree.c2432 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_do_batch()