Searched refs:PF_KTHREAD (Results 1 – 25 of 40) sorted by relevance
12
36 !(old->flags & (PF_KTHREAD | PF_USER_WORKER))) { in switch_fpu()
31 if (unlikely(p->flags & PF_KTHREAD)) in current_is_single_threaded()
205 if (task->flags & PF_KTHREAD) in cgroup_do_freeze()233 if (task->flags & PF_KTHREAD) in cgroup_freezer_migrate_task()
41 if (p->flags & PF_KTHREAD) { in BPF_STRUCT_OPS()
22 #define PF_KTHREAD 0x00200000 macro115 .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()
226 if (p->flags & PF_KTHREAD) in thaw_kernel_threads()
79 if (task->flags & PF_KTHREAD) in arch_stack_walk_reliable()
232 if (current->flags & PF_KTHREAD) in stack_trace_save_user()
558 if (tsk->flags & PF_KTHREAD) in free_task()1363 if (task->flags & PF_KTHREAD) in get_task_exe_file()1388 if (task->flags & PF_KTHREAD) in get_task_mm()2139 p->flags &= ~PF_KTHREAD; in copy_process()2141 p->flags |= PF_KTHREAD; in copy_process()
115 if ((p->flags & PF_KTHREAD) && p->nr_cpus_allowed == 1) { in BPF_STRUCT_OPS()
347 if (p->scx.weight < 2 && !(p->flags & PF_KTHREAD)) in BPF_STRUCT_OPS()422 if (p->flags & PF_KTHREAD) { in BPF_STRUCT_OPS()517 p->scx.weight < 2 && !(p->flags & PF_KTHREAD) && !(enq_flags & SCX_ENQ_REENQ)) { in BPF_STRUCT_OPS()
23 if (p->flags & PF_KTHREAD) in tsk_is_kthread()
46 return !(current->flags & PF_KTHREAD) && current->nsproxy; in bpf_ksock_has_user_task_context()
239 if ((current->flags & (PF_KTHREAD | PF_EXITING)) || in unwind_deferred_request()
113 .flags = PF_KTHREAD,
60 mov r0, r13 ; (see PF_KTHREAD block in copy_thread)
82 if (current->flags & PF_KTHREAD) { in report_access()
421 WARN_ON_ONCE(!(current->flags & PF_KTHREAD)); in play_idle_precise()
405 if (task->flags & PF_KTHREAD) {
449 __entry->curr = current->mm == mm && !(current->flags & PF_KTHREAD);
761 if (unlikely(current->flags & PF_KTHREAD))
783 if (mm && !(task->flags & PF_KTHREAD)) { in BPF_CALL_5()912 if (kit->data->mm && !(task->flags & PF_KTHREAD)) in bpf_iter_task_vma_new()
301 } else if (current->flags & PF_KTHREAD) { \
554 if (unlikely(next->flags & PF_KTHREAD)) in ssbs_thread_switch()