Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_hpts.c821 bool need_wakeup = false; in tcp_hpts_insert_diag() local
858 need_wakeup = true; in tcp_hpts_insert_diag()
863 if (need_wakeup) { in tcp_hpts_insert_diag()
937 need_wakeup = 1; in tcp_hpts_insert_diag()
957 if (need_wakeup) { in tcp_hpts_insert_diag()
/freebsd-14-stable/sys/vm/
HDvm_map.c3321 bool holes_ok, need_wakeup, user_unwire; in vm_map_unwire() local
3394 need_wakeup = false; in vm_map_unwire()
3439 need_wakeup = true; in vm_map_unwire()
3445 if (need_wakeup) in vm_map_unwire()
3533 bool holes_ok, need_wakeup, user_wire; in vm_map_wire_locked() local
3682 need_wakeup = false; in vm_map_wire_locked()
3748 need_wakeup = true; in vm_map_wire_locked()
3753 if (need_wakeup) in vm_map_wire_locked()
/freebsd-14-stable/sys/dev/cxgbe/tom/
HDt4_tom.c990 bool need_wakeup; in final_cpl_received() local
1003 need_wakeup = (toep->flags & TPF_WAITING_FOR_FINAL) != 0; in final_cpl_received()
1014 if (need_wakeup) { in final_cpl_received()