Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_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/sys/vm/
H A Dvm_map.c3302 bool holes_ok, need_wakeup, user_unwire; in vm_map_unwire() local
3375 need_wakeup = false; in vm_map_unwire()
3420 need_wakeup = true; in vm_map_unwire()
3426 if (need_wakeup) in vm_map_unwire()
3514 bool holes_ok, need_wakeup, user_wire; in vm_map_wire_locked() local
3663 need_wakeup = false; in vm_map_wire_locked()
3729 need_wakeup = true; in vm_map_wire_locked()
3734 if (need_wakeup) in vm_map_wire_locked()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1008 bool need_wakeup; in final_cpl_received() local
1021 need_wakeup = (toep->flags & TPF_WAITING_FOR_FINAL) != 0; in final_cpl_received()
1032 if (need_wakeup) { in final_cpl_received()