Searched refs:need_wakeup (Results 1 – 6 of 6) sorted by relevance
873 int need_wakeup = 0, can_queue = 0; in tcp_lro_flush() local916 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 …]
75 uint16_t need_wakeup; member
904 int8_t need_wakeup = 0; in tcp_hpts_insert_locked() local986 need_wakeup = 1; in tcp_hpts_insert_locked()1006 if (need_wakeup) { in tcp_hpts_insert_locked()
21 AF_XDP PMD enables need_wakeup flag by default if it is supported. This22 need_wakeup feature is used to support executing application and driver on the49 * For need_wakeup feature, it requires kernel version later than v5.3-rc1;
3259 bool holes_ok, need_wakeup, user_unwire; in vm_map_unwire() local3332 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() local3621 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()
153 * Enabled "need_wakeup" feature which can provide efficient support for the