Searched defs:pcc (Results 1 – 5 of 5) sorted by relevance
/minix3/lib/libpuffs/ |
H A D | callcontext.c | 74 puffs_cc_yield(struct puffs_cc *pcc) in puffs_cc_yield() 113 puffs__cc_cont(struct puffs_cc *pcc) in puffs__cc_cont() 130 puffs_cc_continue(struct puffs_cc *pcc) in puffs_cc_continue() 159 puffs_cc_schedule(struct puffs_cc *pcc) in puffs_cc_schedule() 168 puffs_cc_getcaller(struct puffs_cc *pcc, pid_t *pid, lwpid_t *lid) in puffs_cc_getcaller() 188 struct puffs_cc *volatile pcc; in slowccalloc() local 231 struct puffs_cc *pcc; in puffs__cc_create() local 288 puffs__cc_setcaller(struct puffs_cc *pcc, pid_t pid, lwpid_t lid) in puffs__cc_setcaller() 297 cc_free(struct puffs_cc *pcc) in cc_free() 308 puffs__cc_destroy(struct puffs_cc *pcc, int nonuke) in puffs__cc_destroy() [all …]
|
H A D | dispatcher.c | 59 struct puffs_cc *pcc = puffs_cc_getcc(pu); in puffs__ml_dispatch() local 90 struct puffs_cc *pcc; in puffs_dispatch_create() local 102 puffs_dispatch_exec(struct puffs_cc *pcc, struct puffs_framebuf **pbp) in puffs_dispatch_exec() 121 dispatch(struct puffs_cc *pcc) in dispatch()
|
H A D | framebuf.c | 55 struct puffs_cc *pcc; /* pcc to continue with */ member 84 struct puffs_cc *pcc; member 355 puffs_framev_enqueue_cc(struct puffs_cc *pcc, int fd, in puffs_framev_enqueue_cc() 446 puffs_framev_enqueue_directreceive(struct puffs_cc *pcc, int fd, in puffs_framev_enqueue_directreceive() 482 puffs_framev_enqueue_directsend(struct puffs_cc *pcc, int fd, in puffs_framev_enqueue_directsend() 516 struct puffs_cc *pcc) in puffs_framev_framebuf_ccpromote() 535 puffs_framev_enqueue_waitevent(struct puffs_cc *pcc, int fd, int *what) in puffs_framev_enqueue_waitevent()
|
H A D | puffs.c | 441 puffs_setback(struct puffs_cc *pcc, int whatback) in puffs_setback() 840 puffs__theloop(struct puffs_cc *pcc) 1019 struct puffs_cc *pcc; local
|
/minix3/lib/librefuse/ |
H A D | refuse.c | 259 struct puffs_cc *pcc = puffs_cc_getcc(pu); in set_fuse_context_pid() local
|