Home
last modified time | relevance | path

Searched refs:kthread (Results 1 – 6 of 6) sorted by relevance

/fs/smb/server/
A Dtransport_tcp.c42 static void tcp_stop_kthread(struct task_struct *kthread);
319 struct task_struct *kthread; in ksmbd_tcp_run_kthread() local
321 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() argument
623 if (!kthread) in tcp_stop_kthread()
626 ret = kthread_stop(kthread); in tcp_stop_kthread()
/fs/bcachefs/
A Dclock.c86 bool kthread = (current->flags & PF_KTHREAD) != 0; in bch2_kthread_io_clock_wait_once() local
97 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() local
112 while (!(kthread && kthread_should_stop()) && in bch2_kthread_io_clock_wait()
A Djournal_reclaim.c679 bool kthread = (current->flags & PF_KTHREAD) != 0; in __bch2_journal_reclaim() local
695 if (kthread && kthread_should_stop()) in __bch2_journal_reclaim()
A Dmove.c1101 bool kthread = (current->flags & PF_KTHREAD) != 0; in bch2_move_btree() local
1133 if (kthread && kthread_should_stop()) in bch2_move_btree()
1158 if (kthread && kthread_should_stop()) in bch2_move_btree()
/fs/erofs/
A DKconfig180 bool "EROFS per-cpu decompression kthread workers"
183 Saying Y here enables per-CPU kthread workers pool to carry out
189 bool "EROFS high priority per-CPU kthread workers"
193 This permits EROFS to configure per-CPU kthread workers to run
/fs/ecryptfs/
A DMakefile9 crypto.o keystore.o kthread.o debug.o

Completed in 43 milliseconds