Home
last modified time | relevance | path

Searched refs:run (Results 1 – 6 of 6) sorted by relevance

/devicemodel/core/
A Dmevent.c60 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 Diothread.c55 if (aevp && aevp->run) { in io_thread()
56 (*aevp->run)(aevp->arg); in io_thread()
/devicemodel/include/
A Dmevent.h44 void (*run)(int, enum ev_type, void *), void *param,
A Diothread.h21 void (*run)(void *); member
/devicemodel/hw/
A Dblock_if.c1221 bq->iomvt.run = iou_completion_cb; in iou_set_iothread()
/devicemodel/hw/pci/virtio/
A Dvirtio.c112 vq->viothrd.iomvt.run = iothread_handler; in virtio_set_iothread()

Completed in 16 milliseconds