Home
last modified time | relevance | path

Searched refs:threads_pending (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdc.h384 uint64_t threads_pending; /* num of threads */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvdc.c698 vdc->threads_pending = 0; in vdc_do_attach()
3076 vdcp->threads_pending++; in vdc_populate_descriptor()
3097 vdcp->threads_pending--; in vdc_populate_descriptor()
3130 vdcp->threads_pending--; in vdc_populate_descriptor()
3143 vdcp->threads_pending--; in vdc_populate_descriptor()
3191 vdcp->threads_pending--; in vdc_populate_descriptor()
4838 "(pending = %d)\n", (int)vdcp->threads_pending); in vdc_process_msg_thread()
4852 while (vdcp->threads_pending) { in vdc_process_msg_thread()
4861 ASSERT(vdcp->threads_pending == 0); in vdc_process_msg_thread()