Home
last modified time | relevance | path

Searched refs:ndetected (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/rcu/
Dtree_exp.h519 int ndetected; in synchronize_sched_expedited_wait() local
541 ndetected = 0; in synchronize_sched_expedited_wait()
543 ndetected += rcu_print_task_exp_stall(rnp); in synchronize_sched_expedited_wait()
550 ndetected++; in synchronize_sched_expedited_wait()
561 if (ndetected) { in synchronize_sched_expedited_wait()
Dtree_plugin.h663 int ndetected = 0; in rcu_print_task_stall() local
672 ndetected++; in rcu_print_task_stall()
675 return ndetected; in rcu_print_task_stall()
686 int ndetected = 0; in rcu_print_task_exp_stall() local
694 ndetected++; in rcu_print_task_exp_stall()
696 return ndetected; in rcu_print_task_exp_stall()
Dtree.c1378 int ndetected = 0; in print_other_cpu_stall() local
1396 ndetected += rcu_print_task_stall(rnp); in print_other_cpu_stall()
1401 ndetected++; in print_other_cpu_stall()
1414 if (ndetected) { in print_other_cpu_stall()