Searched refs:inactive (Results 1 – 4 of 4) sorted by relevance
1471 inactive = NULL; in tcp_kill_prio()1476 inactive = pcb; in tcp_kill_prio()1480 if (inactive != NULL) { in tcp_kill_prio()1483 tcp_abort(inactive); in tcp_kill_prio()1500 inactive = NULL; in tcp_kill_state()1507 inactive = pcb; in tcp_kill_state()1511 if (inactive != NULL) { in tcp_kill_state()1530 inactive = NULL; in tcp_kill_timewait()1535 inactive = pcb; in tcp_kill_timewait()1538 if (inactive != NULL) { in tcp_kill_timewait()[all …]
960 int active = 0, inactive = 0; in update_display() local979 inactive |= transform; in update_display()986 inactive &= ~active; in update_display()989 dp->ignored_transforms = inactive; /* excluding write-only transforms */ in update_display()
240 // whenever the application comes back from being inactive, trigger a 20s pairing scan and reconne…241 // any devices that may have paired while we were inactive.
1833 from the default list (inactive by default).
Completed in 19 milliseconds