Home
last modified time | relevance | path

Searched refs:need_sched (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/rtls/
H A Drtls.h196 boolean_t need_sched; member
H A Drtls.c1074 rtlsp->need_sched = B_TRUE; in rtls_send()
1452 if (rtlsp->need_sched) { in rtls_intr()
1453 rtlsp->need_sched = B_FALSE; in rtls_intr()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c2066 boolean_t need_sched, clean_ring; in xnf_intr() local
2133 need_sched = xnfp->xnf_need_sched; in xnf_intr()
2134 clean_ring = need_sched || (xnfp->xnf_pending_multicast > 0); in xnf_intr()
2143 if (need_sched && (free_slots >= XEN_MAX_SLOTS_PER_TX)) { in xnf_intr()