Searched refs:ULONG_CMP_LT (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 748 while (ULONG_CMP_LT(jiffies, oldstarttime)) { in rcu_torture_boost() 758 while (ULONG_CMP_LT(jiffies, endtime)) { in rcu_torture_boost() 875 while (ULONG_CMP_LT(jiffies, fqs_resume_time) && in rcu_torture_fqs() 1421 while (ULONG_CMP_LT(get_seconds(), stop_at)) in rcu_torture_stall()
|
D | tree.c | 623 ULONG_CMP_LT(READ_ONCE(rsp->completed), in cpu_needs_another_gp() 1076 if (ULONG_CMP_LT(READ_ONCE(rdp->gpnum) + ULONG_MAX / 4, in dyntick_save_progress_counter() 1384 ULONG_CMP_LT(j, js) || in check_cpu_stall() 1550 if (ULONG_CMP_LT(c, rdp->nxtcompleted[i])) in rcu_start_future_gp() 1713 if (ULONG_CMP_LT(rnp->completed, rdp->nxtcompleted[i])) in rcu_advance_cbs()
|
D | tree_plugin.h | 950 ULONG_CMP_LT(jiffies, rnp->boost_time)) in rcu_initiate_boost_trace() 2764 if (ULONG_CMP_LT(*maxj, j)) in rcu_sysidle_check_cpu() 3016 ULONG_CMP_LT(jiffies, READ_ONCE(rsp->gp_start) + HZ))) in rcu_nohz_full_cpu()
|
/linux-4.4.14/kernel/ |
D | torture.c | 431 while (ULONG_CMP_LT(jiffies_snap, shutdown_time) && in torture_shutdown()
|
/linux-4.4.14/include/linux/ |
D | rcupdate.h | 123 #define ULONG_CMP_LT(a, b) (ULONG_MAX / 2 < (a) - (b)) macro
|