Home
last modified time | relevance | path

Searched refs:fp_worker (Results 1 – 5 of 5) sorted by relevance

/minix/minix/servers/vfs/
H A Dworker.c137 rfp->fp_worker = worker; in worker_assign()
208 rfp->fp_worker = self; in worker_get_work()
249 assert(fp->fp_worker == self); in worker_main()
283 fp->fp_worker = NULL; in worker_main()
304 is_active = (rfp->fp_worker != NULL); in worker_can_start()
377 is_active = (rfp->fp_worker != NULL); in worker_start()
483 assert(fp->fp_worker == self); in worker_suspend()
598 if (rfp->fp_worker != NULL) in worker_set_proc()
601 fp->fp_worker = NULL; in worker_set_proc()
606 fp->fp_worker = self; in worker_set_proc()
H A Dfproc.h72 struct worker_thread *fp_worker;/* active worker thread, or NULL */ member
H A Dcdev.c450 wp = rfp->fp_worker; in cdev_generic_reply()
H A Dmain.c471 rfp->fp_worker = NULL; in sef_cb_init_fresh()
H A Dsdev.c1042 wp = rfp->fp_worker; in sdev_reply()