Searched refs:PF_KTHREAD (Results 1 – 6 of 6) sorted by relevance
24 #define PF_KTHREAD 0x00200000 macro117 .is_kthread = task->flags & PF_KTHREAD ? 1 : 0, in update_task_info()
9 #define PF_KTHREAD 0x00200000 /* I am a kernel thread */ macro173 if (t->flags & PF_KTHREAD) in can_record()
114 if ((p->flags & PF_KTHREAD) && p->nr_cpus_allowed == 1) { in BPF_STRUCT_OPS()
373 if (p->nr_cpus_allowed == 1 && (p->flags & PF_KTHREAD)) { in BPF_STRUCT_OPS()
203 if (p->flags & PF_KTHREAD) { in BPF_STRUCT_OPS()
31 #define PF_KTHREAD 0x00200000 /* I am a kernel thread */ macro
Completed in 16 milliseconds