Home
last modified time | relevance | path

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

/lib/
Dis_single_threaded.c20 struct task_struct *task = current; in current_is_single_threaded() local
21 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()
Dtest_rhashtable.c62 struct task_struct *task; member
371 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()
Dfault-inject.c57 static bool fail_task(struct fault_attr *attr, struct task_struct *task) in fail_task() argument
59 return !in_interrupt() && task->make_it_fail; in fail_task()
DKconfig.debug552 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 in
803 When a hung task is detected, the kernel will print the
805 task will stay in uninterruptible state. If lockdep is
810 int "Default timeout for hung task detection (in seconds)"
815 to determine when a task has become non-responsive and should
830 which are bugs that cause the kernel to leave a task stuck
835 hung task has been detected. This feature is useful for
1017 held during task exit.