Searched refs:worker_private (Results 1 - 5 of 5) sorted by path

/linux-master/include/linux/
H A Dsched.h1027 void *worker_private; member in struct:task_struct
/linux-master/io_uring/
H A Dio-wq.c178 struct io_worker *worker = current->worker_private;
233 * this worker is a goner, clear ->worker_private to avoid any
237 current->worker_private = NULL;
696 struct io_worker *worker = tsk->worker_private;
714 struct io_worker *worker = tsk->worker_private;
730 tsk->worker_private = worker;
H A Dio-wq.h82 current->worker_private;
/linux-master/kernel/
H A Dfork.c1164 tsk->worker_private = NULL;
H A Dkthread.c77 return k->worker_private;
85 * (p->flags & PF_KTHREAD) && p->worker_private
93 void *kthread = p->worker_private;
126 p->worker_private = kthread;
144 k->worker_private = NULL;

Completed in 166 milliseconds