Searched refs:gradients (Results 1 – 2 of 2) sorted by relevance
82 struct cdg_minmax *gradients; member196 if (ca->gradients) { in tcp_cdg_grad()349 struct cdg_minmax *gradients; in tcp_cdg_cwnd_event() local353 gradients = ca->gradients; in tcp_cdg_cwnd_event()354 if (gradients) in tcp_cdg_cwnd_event()355 memset(gradients, 0, window * sizeof(gradients[0])); in tcp_cdg_cwnd_event()358 ca->gradients = gradients; in tcp_cdg_cwnd_event()378 ca->gradients = NULL; in tcp_cdg_init()381 ca->gradients = kcalloc(window, sizeof(ca->gradients[0]), in tcp_cdg_init()391 kfree(ca->gradients); in tcp_cdg_release()[all …]
664 delay gradients." In Networking 2011. Preprint:
Completed in 5 milliseconds