Home
last modified time | relevance | path

Searched refs:need_wakeup (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_lro.c873 int need_wakeup = 0, can_queue = 0; in tcp_lro_flush() local
916 if (le->need_wakeup || in tcp_lro_flush()
927 need_wakeup = 1; in tcp_lro_flush()
929 (le->need_wakeup != 1)) { in tcp_lro_flush()
933 need_wakeup = 0; in tcp_lro_flush()
939 need_wakeup = 1; in tcp_lro_flush()
951 if (need_wakeup) { in tcp_lro_flush()
957 if (le->need_wakeup) in tcp_lro_flush()
1316 le->need_wakeup = need_flush; in tcp_lro_rx2()
1388 le->need_wakeup = need_flush; in tcp_lro_rx2()
[all …]
H A Dtcp_lro.h75 uint16_t need_wakeup; member
H A Dtcp_hpts.c904 int8_t need_wakeup = 0; in tcp_hpts_insert_locked() local
986 need_wakeup = 1; in tcp_hpts_insert_locked()
1006 if (need_wakeup) { in tcp_hpts_insert_locked()
/f-stack/dpdk/doc/guides/nics/
H A Daf_xdp.rst21 AF_XDP PMD enables need_wakeup flag by default if it is supported. This
22 need_wakeup feature is used to support executing application and driver on the
49 * For need_wakeup feature, it requires kernel version later than v5.3-rc1;
/f-stack/freebsd/vm/
H A Dvm_map.c3259 bool holes_ok, need_wakeup, user_unwire; in vm_map_unwire() local
3332 need_wakeup = false; in vm_map_unwire()
3377 need_wakeup = true; in vm_map_unwire()
3383 if (need_wakeup) in vm_map_unwire()
3471 bool holes_ok, need_wakeup, user_wire; in vm_map_wire_locked() local
3621 need_wakeup = false; in vm_map_wire_locked()
3687 need_wakeup = true; in vm_map_wire_locked()
3692 if (need_wakeup) in vm_map_wire_locked()
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_19_08.rst153 * Enabled "need_wakeup" feature which can provide efficient support for the