Lines Matching refs:jiffies

64 	unsigned long j = jiffies;  in rcu_gp_might_be_stalled()
129 jiffies + rcu_jiffies_till_stall_check()); in rcu_cpu_stall_reset()
139 unsigned long j = jiffies; in record_gp_stall_check_time()
155 WRITE_ONCE(rdp->last_fqs_resched, jiffies); in zero_cpu_stall_ticks()
169 if (time_after(jiffies, j) && rcu_state.gp_kthread && in rcu_stall_kick_kthreads()
357 rdp->last_accelerate & 0xffff, jiffies & 0xffff, in print_cpu_stall_fast_no_hz()
395 unsigned long j = jiffies - READ_ONCE(rcu_state.gp_activity); in rcu_is_gp_kthread_starving()
506 time_after(jiffies, jiffies_fqs + RCU_STALL_MIGHT_MIN) && in rcu_check_gp_kthread_expired_fqs_timer()
510 rcu_state.name, (jiffies - jiffies_fqs), in rcu_check_gp_kthread_expired_fqs_timer()
560 smp_processor_id(), (long)(jiffies - gps), in print_other_cpu_stall()
572 j = jiffies; in print_other_cpu_stall()
581 if (ULONG_CMP_GE(jiffies, READ_ONCE(rcu_state.jiffies_stall))) in print_other_cpu_stall()
583 jiffies + 3 * rcu_jiffies_till_stall_check() + 3); in print_other_cpu_stall()
621 jiffies - gps, in print_cpu_stall()
631 if (ULONG_CMP_GE(jiffies, READ_ONCE(rcu_state.jiffies_stall))) in print_cpu_stall()
633 jiffies + 3 * rcu_jiffies_till_stall_check() + 3); in print_cpu_stall()
665 j = jiffies; in check_cpu_stall()
697 jn = jiffies + ULONG_MAX / 2; in check_cpu_stall()
735 jn = jiffies + 3 * rcu_jiffies_till_stall_check() + 3; in check_cpu_stall()
818 j = jiffies; in show_rcu_gp_kthreads()
887 j = jiffies; /* Expensive access, and in common case don't get here. */ in rcu_check_gp_start_stall()
894 j = jiffies; in rcu_check_gp_start_stall()
908 j = jiffies; in rcu_check_gp_start_stall()
943 __func__, jiffies - data_race(READ_ONCE(rcu_state.gp_start))); in rcu_fwd_progress_check()
947 __func__, jiffies - data_race(READ_ONCE(rcu_state.gp_end))); in rcu_fwd_progress_check()