Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_exp.h564 static bool synchronize_rcu_expedited_wait_once(long tlimit) in synchronize_rcu_expedited_wait_once() argument
571 tlimit); in synchronize_rcu_expedited_wait_once()
Dtree.c2468 long pending, tlimit = 0; in rcu_do_batch() local
2497 tlimit = local_clock() + rrn; in rcu_do_batch()
2539 if (unlikely(tlimit)) { in rcu_do_batch()
2541 if (likely((count & 31) || local_clock() < tlimit)) in rcu_do_batch()