Searched refs:p_mysleep (Results 1 – 1 of 1) sorted by relevance
181 struct timeval p_mysleep; /* Our min sleep time */ member1577 hpts->p_mysleep.tv_usec /= 2; in __tcp_run_hpts()1578 if (hpts->p_mysleep.tv_usec < dynamic_min_sleep) in __tcp_run_hpts()1579 hpts->p_mysleep.tv_usec = dynamic_min_sleep; in __tcp_run_hpts()1585 if (tv.tv_usec < hpts->p_mysleep.tv_usec) { in __tcp_run_hpts()1587 tv.tv_usec = hpts->p_mysleep.tv_usec; in __tcp_run_hpts()1607 hpts->p_mysleep.tv_usec *= 2; in __tcp_run_hpts()1608 if (hpts->p_mysleep.tv_usec > dynamic_max_sleep) in __tcp_run_hpts()1609 hpts->p_mysleep.tv_usec = dynamic_max_sleep; in __tcp_run_hpts()1658 hpts->p_mysleep.tv_usec *= 2; in tcp_hpts_thread()[all …]