Home
last modified time | relevance | path

Searched refs:ULONG_CMP_LT (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/kernel/
Drcutorture.c798 while (ULONG_CMP_LT(jiffies, oldstarttime)) { in rcu_torture_boost()
809 while (ULONG_CMP_LT(jiffies, endtime)) { in rcu_torture_boost()
876 while (ULONG_CMP_LT(jiffies, fqs_resume_time) && in rcu_torture_fqs()
1381 while (ULONG_CMP_LT(jiffies_snap, shutdown_time) && in rcu_torture_shutdown()
1522 while (ULONG_CMP_LT(get_seconds(), stop_at)) in rcu_torture_stall()
Drcutree.c332 ULONG_CMP_LT(rdp->rsp->gp_start + 2, jiffies)) { in rcu_implicit_offline_qs()
961 if (ULONG_CMP_LT(rdp->gpnum, rdp->completed)) in __rcu_process_gp_end()
1745 if (ULONG_CMP_LT(ACCESS_ONCE(rsp->jiffies_force_qs), jiffies)) in __rcu_process_callbacks()
1875 } else if (ULONG_CMP_LT(ACCESS_ONCE(rsp->jiffies_force_qs), jiffies)) in __call_rcu()
2102 ULONG_CMP_LT(ACCESS_ONCE(rsp->jiffies_force_qs) - 1, in __rcu_pending()
2136 ULONG_CMP_LT(ACCESS_ONCE(rsp->jiffies_force_qs), jiffies)) { in __rcu_pending()
Drcutiny_plugin.h809 if (ULONG_CMP_LT(snap, sync_rcu_preempt_exp_count)) in synchronize_rcu_expedited()
Drcutree_plugin.h1230 ULONG_CMP_LT(jiffies, rnp->boost_time)) in rcu_initiate_boost_trace()
/linux-3.4.99/include/linux/
Drcupdate.h75 #define ULONG_CMP_LT(a, b) (ULONG_MAX / 2 < (a) - (b)) macro