Home
last modified time | relevance | path

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

/devicemodel/hw/pci/virtio/
A Dvirtio_i2c.c137 int closing; member
529 vi2c->closing = 1; in virtio_i2c_req_stop()
552 while (!vq_has_descs(vq) && !vi2c->closing) in virtio_i2c_proc_thread()
555 if (vi2c->closing) { in virtio_i2c_proc_thread()
869 vi2c->closing = 0; in virtio_i2c_init()
A Dvirtio_net.c154 volatile int closing; /* stop the tx i/o thread */ member
321 net->closing = 0; in virtio_net_reset()
333 net->closing = 1; in virtio_net_tx_stop()
599 while (!net->closing && !vq_ring_ready(vq)) in virtio_net_tx_thread()
602 if (net->closing) { in virtio_net_tx_thread()
626 if (net->closing) { in virtio_net_tx_thread()
1024 net->closing = 0; in virtio_net_init()
/devicemodel/hw/platform/
A Dioc.c1220 while (!ioc->closing) { in ioc_core_thread()
1254 if (ioc->closing) in ioc_rx_thread()
1257 if (ioc->closing) in ioc_rx_thread()
1305 if (ioc->closing) in ioc_tx_thread()
1308 if (ioc->closing) in ioc_tx_thread()
1343 ioc->closing = 1; in ioc_kill_workers()
/devicemodel/include/
A Dioc.h785 int closing; /* Close IOC mediator device flag */ member
/devicemodel/hw/
A Dblock_if.c109 int closing; member
887 if (bq->closing) in blockif_thr()
1829 bq->closing = 1; in blockif_close()

Completed in 23 milliseconds