Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_soft_ring.c132 if (ringp->s_ring_wait != 0) { in mac_soft_ring_worker_wakeup()
135 ringp->s_ring_wait); in mac_soft_ring_worker_wakeup()
183 ringp->s_ring_wait = MSEC_TO_TICK(wait); in mac_soft_ring_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_soft_ring.h106 clock_t s_ring_wait; /* lbolts to wait after a fill() */ member