Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.c2128 long bl, count; in rcu_do_batch() local
2152 bl = max(rdp->blimit, pending >> rcu_divisor); in rcu_do_batch()
2153 if (unlikely(bl > 100)) in rcu_do_batch()
2157 rcu_segcblist_n_cbs(&rdp->cblist), bl); in rcu_do_batch()
2173 if (-rcl.len >= bl && !offloaded && in rcu_do_batch()
/kernel/trace/
Dfgraph.c186 ftrace_suspend_notifier_call(struct notifier_block *bl, unsigned long state, in ftrace_suspend_notifier_call() argument