Searched refs:PF_KTHREAD (Results 1 – 25 of 50) sorted by relevance
12
49 if (pm_freezing && !(p->flags & PF_KTHREAD)) in freezing_slow_path()163 if (!(p->flags & PF_KTHREAD)) in freeze_task()
75 WARN_ON(!(k->flags & PF_KTHREAD)); in to_kthread()93 if (kthread && !(p->flags & PF_KTHREAD)) in __to_kthread()1410 WARN_ON_ONCE(!(tsk->flags & PF_KTHREAD)); in kthread_use_mm()1454 WARN_ON_ONCE(!(tsk->flags & PF_KTHREAD)); in kthread_unuse_mm()1492 if (!(current->flags & PF_KTHREAD)) in kthread_associate_blkcg()1518 if (current->flags & PF_KTHREAD) { in kthread_blkcg()
231 if (current->flags & PF_KTHREAD) in stack_trace_save_user()
557 if (tsk->flags & PF_KTHREAD) in free_task()1357 if (!(task->flags & PF_KTHREAD)) in get_task_exe_file()1380 if (task->flags & PF_KTHREAD) in get_task_mm()2087 p->flags &= ~PF_KTHREAD; in copy_process()2089 p->flags |= PF_KTHREAD; in copy_process()
42 !(current->flags & PF_KTHREAD)) { in switch_fpu_prepare()
31 if (unlikely(p->flags & PF_KTHREAD)) in current_is_single_threaded()
202 if (task->flags & PF_KTHREAD) in cgroup_do_freeze()230 if (task->flags & PF_KTHREAD) in cgroup_freezer_migrate_task()
60 if (WARN_ON_ONCE(current->flags & PF_KTHREAD)) in fpregs_restore_userregs()
432 if (!(current->flags & PF_KTHREAD) && in kernel_fpu_begin_mask()
9 #define PF_KTHREAD 0x00200000 /* I am a kernel thread */ macro143 if (t->flags & PF_KTHREAD) in can_record()
374 if (likely(!in_interrupt() && !(task->flags & PF_KTHREAD))) { in fput()402 BUG_ON(!(task->flags & PF_KTHREAD)); in __fput_sync()
233 if (p->flags & PF_KTHREAD) in thaw_kernel_threads()
77 .flags = PF_KTHREAD,
368 WARN_ON_ONCE(!(current->flags & PF_KTHREAD)); in play_idle_precise()
426 return (current->flags & PF_KTHREAD) && kthread_should_stop(); in is_kthread_should_stop()
166 if (p->flags & PF_KTHREAD) in oom_unkillable_task()985 if (unlikely(p->flags & PF_KTHREAD)) in __oom_kill_process()
46 (current->flags & PF_KTHREAD || test_thread_flag(TIF_TAGGED_ADDR))) in access_ok()
431 if (t->flags & PF_KTHREAD) in update_sections_early()
82 if (current->flags & PF_KTHREAD) { in report_access()
359 if (task->flags & PF_KTHREAD) { in klp_send_signals()
253 } else if (current->flags & PF_KTHREAD) { \
447 if (unlikely(next->flags & PF_KTHREAD)) in ssbs_thread_switch()
60 mov r0, r13 ; (see PF_KTHREAD block in copy_thread)
692 if (unlikely(current->flags & PF_KTHREAD)) in smack_privileged()
179 if (unlikely(p->flags & PF_KTHREAD)) { in copy_thread()