Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_exp.h565 static bool synchronize_rcu_expedited_wait_once(long tlimit) in synchronize_rcu_expedited_wait_once() argument
572 tlimit); in synchronize_rcu_expedited_wait_once()
Dtree.c2242 long pending, tlimit = 0; in rcu_do_batch() local
2270 tlimit = local_clock() + rrn; in rcu_do_batch()
2310 if (unlikely(tlimit)) { in rcu_do_batch()
2312 if (likely((count & 31) || local_clock() < tlimit)) in rcu_do_batch()