Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Drcutorture.c701 while (ULONG_CMP_LT(jiffies, oldstarttime)) { in rcu_torture_boost()
711 while (ULONG_CMP_LT(jiffies, endtime)) { in rcu_torture_boost()
831 while (ULONG_CMP_LT(jiffies, fqs_resume_time) && in rcu_torture_fqs()
1376 while (ULONG_CMP_LT(get_seconds(), stop_at)) in rcu_torture_stall()
Dtree_plugin.h742 if (ULONG_CMP_LT(snap, in synchronize_rcu_expedited()
755 if (ULONG_CMP_LT(snap, ACCESS_ONCE(sync_rcu_preempt_exp_count))) { in synchronize_rcu_expedited()
959 ULONG_CMP_LT(jiffies, rnp->boost_time)) in rcu_initiate_boost_trace()
2799 if (ULONG_CMP_LT(*maxj, j)) in rcu_sysidle_check_cpu()
3051 ULONG_CMP_LT(jiffies, ACCESS_ONCE(rsp->gp_start) + HZ))) in rcu_nohz_full_cpu()
Dtree.c568 ULONG_CMP_LT(ACCESS_ONCE(rsp->completed), in cpu_needs_another_gp()
1014 if (ULONG_CMP_LT(ACCESS_ONCE(rdp->gpnum) + ULONG_MAX / 4, in dyntick_save_progress_counter()
1318 ULONG_CMP_LT(j, js) || in check_cpu_stall()
1484 if (ULONG_CMP_LT(c, rdp->nxtcompleted[i])) in rcu_start_future_gp()
1647 if (ULONG_CMP_LT(rnp->completed, rdp->nxtcompleted[i])) in rcu_advance_cbs()
/linux-4.1.27/kernel/
Dtorture.c431 while (ULONG_CMP_LT(jiffies_snap, shutdown_time) && in torture_shutdown()
/linux-4.1.27/include/linux/
Drcupdate.h121 #define ULONG_CMP_LT(a, b) (ULONG_MAX / 2 < (a) - (b)) macro