Lines Matching full:gps
479 ticks_title = "GPs behind"; in print_cpu_stall_info()
573 static void print_other_cpu_stall(unsigned long gp_seq, unsigned long gps) in print_other_cpu_stall() argument
615 smp_processor_id(), (long)(jiffies - gps), in print_other_cpu_stall()
651 static void print_cpu_stall(unsigned long gp_seq, unsigned long gps) in print_cpu_stall() argument
681 jiffies - gps, in print_cpu_stall()
720 unsigned long gps; in check_cpu_stall() local
765 gps = READ_ONCE(rcu_state.gp_start); in check_cpu_stall()
770 ULONG_CMP_GE(gps, js) || in check_cpu_stall()
787 rcu_stall_notifier_call_chain(RCU_STALL_NOTIFY_NORM, (void *)j - gps); in check_cpu_stall()
792 print_cpu_stall(gs2, gps); in check_cpu_stall()
795 print_other_cpu_stall(gs2, gps); in check_cpu_stall()