Lines Matching refs:task_struct
8 struct task_struct *kthread_create_on_node(int (*threadfn)(void *data),
28 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data),
44 struct task_struct *__k \
51 void kthread_bind(struct task_struct *k, unsigned int cpu);
52 void kthread_bind_mask(struct task_struct *k, const struct cpumask *mask);
53 int kthread_stop(struct task_struct *k);
57 void *kthread_data(struct task_struct *k);
58 void *kthread_probe_data(struct task_struct *k);
59 int kthread_park(struct task_struct *k);
60 void kthread_unpark(struct task_struct *k);
64 extern struct task_struct *kthreadd_task;
65 extern int tsk_fork_get_node(struct task_struct *tsk);
88 struct task_struct *task;