Home
last modified time | relevance | path

Searched refs:io_thread (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/net/rxrpc/
A Dlocal_object.c156 struct task_struct *io_thread; in rxrpc_open_socket() local
216 io_thread = kthread_run(rxrpc_io_thread, local, in rxrpc_open_socket()
218 if (IS_ERR(io_thread)) { in rxrpc_open_socket()
219 ret = PTR_ERR(io_thread); in rxrpc_open_socket()
224 local->io_thread = io_thread; in rxrpc_open_socket()
401 kthread_stop(local->io_thread); in rxrpc_unuse_local()
A DMakefile20 io_thread.o \
A Dar-internal.h284 struct task_struct *io_thread; member
1045 wake_up_process(local->io_thread); in rxrpc_wake_up_io_thread()
A Dio_thread.c557 local->io_thread = NULL; in rxrpc_io_thread()
/linux-6.3-rc2/drivers/memstick/host/
A Dr592.c720 if (wake_up_process(dev->io_thread)) in r592_submit_req()
781 dev->io_thread = kthread_run(r592_process_thread, dev, "r592_io"); in r592_probe()
782 if (IS_ERR(dev->io_thread)) { in r592_probe()
783 error = PTR_ERR(dev->io_thread); in r592_probe()
811 kthread_stop(dev->io_thread); in r592_probe()
831 kthread_stop(dev->io_thread); in r592_remove()
A Dr592.h140 struct task_struct *io_thread; member
/linux-6.3-rc2/arch/um/drivers/
A Dubd.h11 extern int io_thread(void *arg);
A Dubd_user.c50 pid = clone(io_thread, (void *) sp, CLONE_FILES | CLONE_VM, NULL); in start_io_thread()
A Dubd_kern.c1560 int io_thread(void *arg) in io_thread() function
/linux-6.3-rc2/include/linux/sched/
A Dtask.h34 int io_thread; member
/linux-6.3-rc2/kernel/
A Dfork.c2106 if (args->io_thread) { in copy_process()
2629 .io_thread = 1, in create_io_thread()

Completed in 27 milliseconds