Home
last modified time | relevance | path

Searched refs:fp_func (Results 1 – 3 of 3) sorted by relevance

/minix/minix/servers/vfs/
H A Dworker.c260 if (fp->fp_func != NULL) { in worker_main()
264 fp->fp_func(); in worker_main()
266 fp->fp_func = NULL; /* deliberately unset AFTER the call */ in worker_main()
305 has_normal_work = (rfp->fp_func != NULL); in worker_can_start()
378 has_normal_work = (rfp->fp_func != NULL); in worker_start()
414 rfp->fp_func = func; in worker_start()
H A Dfproc.h73 void (*fp_func)(void); /* handler function for pending work */ member
H A Dsdev.c1089 assert(fp->fp_func == NULL); in sdev_reply()