Searched refs:run (Results 1 – 6 of 6) sorted by relevance
| /devicemodel/core/ |
| A D | mevent.c | 60 void (*run)(int, enum ev_type, void *); member 203 (*mevp->run)(mevp->me_fd, mevp->me_type, mevp->run_param); in mevent_handle() 209 void (*run)(int, enum ev_type, void *), void *run_param, in mevent_add() 216 if (tfd < 0 || run == NULL) in mevent_add() 243 mevp->run = run; in mevent_add()
|
| A D | iothread.c | 55 if (aevp && aevp->run) { in io_thread() 56 (*aevp->run)(aevp->arg); in io_thread()
|
| /devicemodel/include/ |
| A D | mevent.h | 44 void (*run)(int, enum ev_type, void *), void *param,
|
| A D | iothread.h | 21 void (*run)(void *); member
|
| /devicemodel/hw/ |
| A D | block_if.c | 1221 bq->iomvt.run = iou_completion_cb; in iou_set_iothread()
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio.c | 112 vq->viothrd.iomvt.run = iothread_handler; in virtio_set_iothread()
|
Completed in 16 milliseconds