Lines Matching full:gps
497 ticks_title = "GPs behind"; in print_cpu_stall_info()
590 static void print_other_cpu_stall(unsigned long gp_seq, unsigned long gps) in print_other_cpu_stall() argument
630 smp_processor_id(), (long)(jiffies - gps), in print_other_cpu_stall()
663 static void print_cpu_stall(unsigned long gps) in print_cpu_stall() argument
691 jiffies - gps, in print_cpu_stall()
724 unsigned long gps; in check_cpu_stall() local
769 gps = READ_ONCE(rcu_state.gp_start); in check_cpu_stall()
774 ULONG_CMP_GE(gps, js)) in check_cpu_stall()
790 rcu_stall_notifier_call_chain(RCU_STALL_NOTIFY_NORM, (void *)j - gps); in check_cpu_stall()
793 print_cpu_stall(gps); in check_cpu_stall()
796 print_other_cpu_stall(gs2, gps); in check_cpu_stall()