Searched refs:delay_min (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_cubic.c | 92 u32 delay_min; /* min delay (usec) */ member 113 ca->delay_min = 0; in bictcp_reset() 275 t += usecs_to_jiffies(ca->delay_min); in bictcp_update() 409 threshold = ca->delay_min + hystart_ack_delay(sk); in hystart_update() 423 ca->delay_min, hystart_ack_delay(sk), tp->snd_cwnd); in hystart_update() 441 if (ca->curr_rtt > ca->delay_min + in hystart_update() 442 HYSTART_DELAY_THRESH(ca->delay_min >> 3)) { in hystart_update() 474 if (ca->delay_min == 0 || ca->delay_min > delay) in bictcp_acked() 475 ca->delay_min = delay; in bictcp_acked()
|
| H A D | tcp_cdg.c | 92 s32 delay_min; member 145 ca->delay_min = min_not_zero(ca->delay_min, ca->rtt.min); in tcp_cdg_hystart_update() 146 if (ca->delay_min == 0) in tcp_cdg_hystart_update() 156 u32 base_owd = max(ca->delay_min / 2U, 125U); in tcp_cdg_hystart_update() 175 s32 thresh = max(ca->delay_min + ca->delay_min / 8U, in tcp_cdg_hystart_update()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cubic.c | 81 __u32 delay_min; /* min delay (usec) */ member 102 ca->delay_min = 0; in bictcp_reset() 327 t += ca->delay_min; in bictcp_update() 466 threshold = ca->delay_min + hystart_ack_delay(sk); in hystart_update() 490 if (ca->curr_rtt > ca->delay_min + in hystart_update() 491 HYSTART_DELAY_THRESH(ca->delay_min >> 3)) { in hystart_update() 519 if (ca->delay_min == 0 || ca->delay_min > delay) in BPF_STRUCT_OPS() 520 ca->delay_min = delay; in BPF_STRUCT_OPS()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | flanger.c | 29 double delay_min; member 74 NUMERIC_PARAMETER(delay_min , 0 , 30 ) in getopts() 96 p->delay_min, in getopts() 109 p->delay_min /= 1000; in getopts() 139 (f->delay_min + f->delay_depth) * effp->in_signal.rate + 0.5; in start() 153 floor(f->delay_min * effp->in_signal.rate + .5), in start()
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | ab8500-gpadc.c | 397 unsigned int delay_min = 0; in ab8500_gpadc_read() local 483 delay_min = 1000; /* Delay in micro seconds */ in ab8500_gpadc_read() 502 if (delay_min != 0) in ab8500_gpadc_read() 503 usleep_range(delay_min, delay_max); in ab8500_gpadc_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 7121 uint32 delay_min; /**< minimum packet latency observed */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 8999 uint32 delay_min; /**< minimum packet latency observed */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 8999 uint32 delay_min; /**< minimum packet latency observed */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 9010 uint32 delay_min; /**< minimum packet latency observed */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 11571 uint32 delay_min; /**< minimum packet latency observed */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 11589 uint32 delay_min; /**< minimum packet latency observed */ member
|