Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/rcu/
Drcu_segcblist.c23 rclp->len_lazy = 0; in rcu_cblist_init()
57 drclp->len_lazy = srclp->len_lazy; in rcu_cblist_flush_enqueue()
65 srclp->len_lazy = 0; in rcu_cblist_flush_enqueue()
164 rsclp->len_lazy = 0; in rcu_segcblist_init()
260 rsclp->len_lazy++; in rcu_segcblist_enqueue()
286 rsclp->len_lazy++; in rcu_segcblist_entrain()
310 rclp->len_lazy += rsclp->len_lazy; in rcu_segcblist_extract_count()
311 rsclp->len_lazy = 0; in rcu_segcblist_extract_count()
364 rsclp->len_lazy += rclp->len_lazy; in rcu_segcblist_insert_count()
366 rclp->len_lazy = 0; in rcu_segcblist_insert_count()
Drcu_segcblist.h24 rclp->len_lazy--; in rcu_cblist_dequeued_lazy()
65 return rsclp->len_lazy; in rcu_segcblist_n_lazy_cbs()
71 return rcu_segcblist_n_cbs(rsclp) - rsclp->len_lazy; in rcu_segcblist_n_nonlazy_cbs()
/Linux-v5.4/include/linux/
Drcu_segcblist.h25 long len_lazy; member
76 long len_lazy; member