Searched refs:task (Results 1 – 4 of 4) sorted by relevance
20 struct task_struct *task = current; in current_is_single_threaded() local21 struct mm_struct *mm = task->mm; in current_is_single_threaded()25 if (atomic_read(&task->signal->live) != 1) in current_is_single_threaded()36 if (unlikely(p == task->group_leader)) in current_is_single_threaded()
62 struct task_struct *task; member371 tdata[i].task = kthread_run(threadfunc, &tdata[i], in test_rht_init()373 if (IS_ERR(tdata[i].task)) in test_rht_init()383 if (IS_ERR(tdata[i].task)) in test_rht_init()385 if ((err = kthread_stop(tdata[i].task))) { in test_rht_init()
57 static bool fail_task(struct fault_attr *attr, struct task_struct *task) in fail_task() argument59 return !in_interrupt() && task->make_it_fail; in fail_task()
552 task has ever had available in the sysrq-T and sysrq-P debug output.729 generate interrupts and kick the watchdog task every 4 seconds.800 which are bugs that cause the task to be stuck in803 When a hung task is detected, the kernel will print the805 task will stay in uninterruptible state. If lockdep is810 int "Default timeout for hung task detection (in seconds)"815 to determine when a task has become non-responsive and should830 which are bugs that cause the kernel to leave a task stuck835 hung task has been detected. This feature is useful for1017 held during task exit.