• Home
  • Raw
  • Download

Lines Matching refs:jiffies

92 	unsigned long j = jiffies;  in rcu_gp_might_be_stalled()
172 unsigned long j = jiffies; in record_gp_stall_check_time()
189 WRITE_ONCE(rdp->last_fqs_resched, jiffies); in zero_cpu_stall_ticks()
203 if (time_after(jiffies, j) && rcu_state.gp_kthread && in rcu_stall_kick_kthreads()
409 unsigned long j = jiffies - READ_ONCE(rcu_state.gp_activity); in rcu_is_gp_kthread_starving()
430 j = jiffies - READ_ONCE(rdp->rcuc_activity); in rcu_is_rcuc_kthread_starving()
544 time_after(jiffies, jiffies_fqs + RCU_STALL_MIGHT_MIN) && in rcu_check_gp_kthread_expired_fqs_timer()
548 rcu_state.name, (jiffies - jiffies_fqs), in rcu_check_gp_kthread_expired_fqs_timer()
598 smp_processor_id(), (long)(jiffies - gps), in print_other_cpu_stall()
610 j = jiffies; in print_other_cpu_stall()
619 if (ULONG_CMP_GE(jiffies, READ_ONCE(rcu_state.jiffies_stall))) in print_other_cpu_stall()
621 jiffies + 3 * rcu_jiffies_till_stall_check() + 3); in print_other_cpu_stall()
659 jiffies - gps, in print_cpu_stall()
669 if (ULONG_CMP_GE(jiffies, READ_ONCE(rcu_state.jiffies_stall))) in print_cpu_stall()
671 jiffies + 3 * rcu_jiffies_till_stall_check() + 3); in print_cpu_stall()
713 j = jiffies; in check_cpu_stall()
745 jn = jiffies + ULONG_MAX / 2; in check_cpu_stall()
783 jn = jiffies + 3 * rcu_jiffies_till_stall_check() + 3; in check_cpu_stall()
866 j = jiffies; in show_rcu_gp_kthreads()
935 j = jiffies; /* Expensive access, and in common case don't get here. */ in rcu_check_gp_start_stall()
942 j = jiffies; in rcu_check_gp_start_stall()
956 j = jiffies; in rcu_check_gp_start_stall()
991 __func__, jiffies - data_race(READ_ONCE(rcu_state.gp_start))); in rcu_fwd_progress_check()
995 __func__, jiffies - data_race(READ_ONCE(rcu_state.gp_end))); in rcu_fwd_progress_check()