Home
last modified time | relevance | path

Searched refs:gp_start (Results 1 – 5 of 5) sorted by relevance

/kernel/rcu/
Dtiny_plugin.h36 RCU_TRACE(unsigned long gp_start); /* Start time for stalls. */
151 jiffies - rcp->gp_start, rcp->qlen); in check_cpu_stall()
164 rcp->gp_start = jiffies; in reset_cpu_stall_ticks()
Dtree.c964 if (ULONG_CMP_GE(rdp->rsp->gp_start + 2, jiffies)) in rcu_implicit_dynticks_qs()
996 rdp->rsp->gp_start + jiffies_till_sched_qs) || in rcu_implicit_dynticks_qs()
1021 rsp->gp_start = j; in record_gp_stall_check_time()
1103 smp_processor_id(), (long)(jiffies - rsp->gp_start), in print_other_cpu_stall()
1136 jiffies - rsp->gp_start, in print_cpu_stall()
1190 gps = ACCESS_ONCE(rsp->gp_start); in check_cpu_stall()
1720 gp_duration = jiffies - rsp->gp_start; in rcu_gp_cleanup()
Dtree.h489 unsigned long gp_start; /* Time at which GP started, */ member
Dtree_trace.c327 gpage = jiffies - rsp->gp_start; in show_one_rcugp()
Dtree_plugin.h3173 ULONG_CMP_LT(jiffies, ACCESS_ONCE(rsp->gp_start) + HZ))) in rcu_nohz_full_cpu()