Home
last modified time | relevance | path

Searched defs:cotd (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/platform/vkernel64/platform/
H A Dcothread.c79 cothread_create(void (*thr_func)(cothread_t cotd), in cothread_create()
80 void (*thr_intr)(cothread_t cotd), in cothread_create()
83 cothread_t cotd; in cothread_create() local
125 cothread_t cotd; in cothread_delete() local
141 cothread_t cotd = arg; in cothread_thread() local
157 cothread_intr(cothread_t cotd) in cothread_intr()
167 cothread_signal(cothread_t cotd) in cothread_signal()
177 cothread_wait(cothread_t cotd) in cothread_wait()
186 cothread_sleep(cothread_t cotd, struct timespec *ts) in cothread_sleep()
192 cothread_wakeup(cothread_t cotd, struct timespec *ts) in cothread_wakeup()
[all …]
H A Dsystimer.c217 vktimer_thread(cothread_t cotd) in vktimer_thread()
/dflybsd-src/sys/dev/virtual/vkernel/disk/
H A Dvdisk.c61 cothread_t cotd; member
238 vkd_io_intr(cothread_t cotd) in vkd_io_intr()
273 vkd_io_thread(cothread_t cotd) in vkd_io_thread()
/dflybsd-src/sys/dev/virtual/vkernel/net/
H A Dif_vke.c370 cothread_t cotd = sc->cotd_tx; in vke_start() local
531 vke_rx_intr(cothread_t cotd) in vke_rx_intr()
582 vke_tx_intr(cothread_t cotd) in vke_tx_intr()
625 vke_rx_thread(cothread_t cotd) in vke_rx_thread()
706 vke_tx_thread(cothread_t cotd) in vke_tx_thread()