Searched refs:reschedule (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/pf/libevent/
H A Devbuffer.c77 * If we are below the watermark then reschedule reading if it's
112 goto reschedule;
143 reschedule:
172 goto reschedule;
177 goto reschedule;
201 reschedule:
/freebsd-13-stable/contrib/libevent/
H A Dbufferevent_sock.c194 goto reschedule;
216 reschedule:
299 goto reschedule;
328 reschedule:
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c173 goto reschedule;
191 reschedule:
273 goto reschedule;
302 reschedule:
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_core.c508 int reschedule, tx_done = 1; local
510 reschedule = lio_droq_process_packets(oct, droq, oct->rx_budget);
524 if (reschedule || !tx_done)
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_droq.c240 int reschedule, tx_done = 1; local
242 reschedule = lio_droq_process_packets(oct, droq, oct->rx_budget);
247 if (reschedule || !tx_done)
/freebsd-13-stable/sys/dev/ice/
H A Dif_ice_iflib.c2114 bool reschedule = false; local
2158 reschedule = true;
2162 reschedule = true;
2172 * If there are still messages to process, we need to reschedule
2176 if (reschedule) {
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c3001 goto reschedule;
3015 goto reschedule;
3032 goto reschedule;
3037 goto reschedule;
3044 reschedule:

Completed in 161 milliseconds