Searched defs:qlen_lazy (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/include/trace/events/ | 
| D | rcu.h | 721 #define trace_rcu_callback(rcuname, rhp, qlen_lazy, qlen) do { } while (0)  argument722 #define trace_rcu_kfree_callback(rcuname, rhp, offset, qlen_lazy, qlen) \  argument
 724 #define trace_rcu_batch_start(rcuname, qlen_lazy, qlen, blimit) \  argument
 
 | 
| /linux-4.4.14/kernel/rcu/ | 
| D | tree.h | 347 	long		qlen_lazy;	/* # of lazy queued callbacks */  member489 	long qlen_lazy;				/* Number of lazy callbacks. */  member
 
 |