Searched refs:PF_KTHREAD (Results 1 – 25 of 69) sorted by relevance
123
48 if (pm_freezing && !(p->flags & PF_KTHREAD)) in freezing_slow_path()137 if (!(p->flags & PF_KTHREAD)) in freeze_task()
73 WARN_ON(!(k->flags & PF_KTHREAD)); in to_kthread()91 if (kthread && !(p->flags & PF_KTHREAD)) in __to_kthread()1350 WARN_ON_ONCE(!(tsk->flags & PF_KTHREAD)); in kthread_use_mm()1396 WARN_ON_ONCE(!(tsk->flags & PF_KTHREAD)); in kthread_unuse_mm()1436 if (!(current->flags & PF_KTHREAD)) in kthread_associate_blkcg()1462 if (current->flags & PF_KTHREAD) { in kthread_blkcg()
159 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()210 if (!(next->flags & PF_KTHREAD)) in _switch_fpu()
202 if (task->flags & PF_KTHREAD) in cgroup_do_freeze()230 if (task->flags & PF_KTHREAD) in cgroup_freezer_migrate_task()
42 !(current->flags & PF_KTHREAD)) { in switch_fpu_prepare()
31 if (unlikely(p->flags & PF_KTHREAD)) in current_is_single_threaded()
60 if (WARN_ON_ONCE(current->flags & PF_KTHREAD)) in fpregs_restore_userregs()
344 if (!(current->flags & PF_KTHREAD) && in kernel_fpu_begin_mask()491 if (dst->flags & (PF_KTHREAD | PF_IO_WORKER)) { in fpu_clone()
52 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
339 if (likely(!in_interrupt() && !(task->flags & PF_KTHREAD))) { in fput_many()372 BUG_ON(!(task->flags & PF_KTHREAD)); in __fput_sync()
32 return current->mm == mm && !(current->flags & PF_KTHREAD); in vmacache_valid_mm()
76 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
336 if (likely(!(p->flags & (PF_KTHREAD | PF_IO_WORKER)))) { in copy_thread()413 if (unlikely(next->flags & PF_KTHREAD)) in ssbs_thread_switch()
115 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
200 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
175 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
238 if (p->flags & PF_KTHREAD) in thaw_kernel_threads()
194 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
62 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
117 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
128 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
227 if (!(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
133 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
160 if (unlikely(p->flags & (PF_KTHREAD | PF_IO_WORKER))) { in copy_thread()
77 .flags = PF_KTHREAD,
Completed in 24 milliseconds