Searched refs:kthread (Results 1 – 6 of 6) sorted by relevance
42 static void tcp_stop_kthread(struct task_struct *kthread);319 struct task_struct *kthread; in ksmbd_tcp_run_kthread() local321 kthread = kthread_run(ksmbd_kthread_fn, (void *)iface, "ksmbd-%s", in ksmbd_tcp_run_kthread()323 if (IS_ERR(kthread)) { in ksmbd_tcp_run_kthread()324 rc = PTR_ERR(kthread); in ksmbd_tcp_run_kthread()327 iface->ksmbd_kthread = kthread; in ksmbd_tcp_run_kthread()619 static void tcp_stop_kthread(struct task_struct *kthread) in tcp_stop_kthread() argument623 if (!kthread) in tcp_stop_kthread()626 ret = kthread_stop(kthread); in tcp_stop_kthread()
86 bool kthread = (current->flags & PF_KTHREAD) != 0; in bch2_kthread_io_clock_wait_once() local97 if (!(kthread && kthread_should_stop())) { in bch2_kthread_io_clock_wait_once()110 bool kthread = (current->flags & PF_KTHREAD) != 0; in bch2_kthread_io_clock_wait() local112 while (!(kthread && kthread_should_stop()) && in bch2_kthread_io_clock_wait()
679 bool kthread = (current->flags & PF_KTHREAD) != 0; in __bch2_journal_reclaim() local695 if (kthread && kthread_should_stop()) in __bch2_journal_reclaim()
1101 bool kthread = (current->flags & PF_KTHREAD) != 0; in bch2_move_btree() local1133 if (kthread && kthread_should_stop()) in bch2_move_btree()1158 if (kthread && kthread_should_stop()) in bch2_move_btree()
180 bool "EROFS per-cpu decompression kthread workers"183 Saying Y here enables per-CPU kthread workers pool to carry out189 bool "EROFS high priority per-CPU kthread workers"193 This permits EROFS to configure per-CPU kthread workers to run
9 crypto.o keystore.o kthread.o debug.o
Completed in 10 milliseconds