Home
last modified time | relevance | path

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

/linux-4.4.14/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.c1124 if (ULONG_CMP_GE(rdp->rsp->gp_start + 2, jiffies)) in rcu_implicit_dynticks_qs()
1156 rdp->rsp->gp_start + jiffies_till_sched_qs) || in rcu_implicit_dynticks_qs()
1181 rsp->gp_start = j; in record_gp_stall_check_time()
1276 smp_processor_id(), (long)(jiffies - rsp->gp_start), in print_other_cpu_stall()
1323 jiffies - rsp->gp_start, in print_cpu_stall()
1380 gps = READ_ONCE(rsp->gp_start); in check_cpu_stall()
1998 gp_duration = jiffies - rsp->gp_start; in rcu_gp_cleanup()
Dtree.h518 unsigned long gp_start; /* Time at which GP started, */ member
Dtree_trace.c328 gpage = jiffies - rsp->gp_start; in show_one_rcugp()
Dtree_plugin.h3016 ULONG_CMP_LT(jiffies, READ_ONCE(rsp->gp_start) + HZ))) in rcu_nohz_full_cpu()