Home
last modified time | relevance | path

Searched refs:len_lazy (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/rcu/
Drcu_segcblist.c36 rclp->len_lazy = 0; in rcu_cblist_init()
73 rsclp->len_lazy = 0; in rcu_segcblist_init()
147 rsclp->len_lazy++; in rcu_segcblist_enqueue()
173 rsclp->len_lazy++; in rcu_segcblist_entrain()
197 rclp->len_lazy += rsclp->len_lazy; in rcu_segcblist_extract_count()
199 rsclp->len_lazy = 0; in rcu_segcblist_extract_count()
252 rsclp->len_lazy += rclp->len_lazy; in rcu_segcblist_insert_count()
255 rclp->len_lazy = 0; in rcu_segcblist_insert_count()
Drcu_segcblist.h31 rclp->len_lazy--; in rcu_cblist_dequeued_lazy()
64 return rsclp->len_lazy; in rcu_segcblist_n_lazy_cbs()
70 return rsclp->len - rsclp->len_lazy; in rcu_segcblist_n_nonlazy_cbs()
/Linux-v4.19/include/linux/
Drcu_segcblist.h35 long len_lazy; member
82 long len_lazy; member