Home
last modified time | relevance | path

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

/linux/kernel/
H A Dhung_task.c39 static unsigned long __read_mostly sysctl_hung_task_detect_count; variable
238 sysctl_hung_task_detect_count++; in check_hung_task()
240 total_hung_task = sysctl_hung_task_detect_count - prev_detect_count; in check_hung_task()
308 unsigned long prev_detect_count = sysctl_hung_task_detect_count; in check_hung_uninterruptible_tasks()
336 if (!(sysctl_hung_task_detect_count - prev_detect_count)) in check_hung_uninterruptible_tasks()
441 .data = &sysctl_hung_task_detect_count,