Lines Matching defs:task
24 #include <linux/sched/task.h>
37 const struct cred *koadpt_get_task_cred(struct task_struct *task)
40 return get_task_cred(task);
44 if (!task)
51 tloge("fail to find symbol get task cred\n");
55 return get_task_cred_pt(task);
59 void koadpt_kthread_bind_mask(struct task_struct *task,
63 (void)set_cpus_allowed_ptr(task, mask);
67 if (!task || !mask)
78 kthread_bind_mask_pt(task, mask);