/kernel/linux/linux-5.10/net/rose/ |
H A D | sysctl_net_rose.c | 20 static int min_window[] = {1}, max_window[] = {7}; variable 113 .extra2 = &max_window
|
/kernel/linux/linux-6.6/net/rose/ |
H A D | sysctl_net_rose.c | 20 static int min_window[] = {1}, max_window[] = {7}; variable 113 .extra2 = &max_window
|
/kernel/linux/linux-5.10/net/netrom/ |
H A D | sysctl_net_netrom.c | 25 static int min_window[] = {1}, max_window[] = {127}; variable 105 .extra2 = &max_window
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | sysctl_net_ax25.c | 16 static int min_window[] = {1}, max_window[] = {7}; variable 68 .extra2 = &max_window
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | sysctl_net_ax25.c | 16 static int min_window[] = {1}, max_window[] = {7}; variable 68 .extra2 = &max_window
|
/kernel/linux/linux-6.6/net/netrom/ |
H A D | sysctl_net_netrom.c | 25 static int min_window[] = {1}, max_window[] = {127}; variable 105 .extra2 = &max_window
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-omap.c | 297 u32 start_window = 0, max_window = 0; in sdhci_omap_execute_tuning() local 367 max_window = start_window; in sdhci_omap_execute_tuning() 386 phase_delay = min(max_window + 4 * (max_len - 1) - 24, in sdhci_omap_execute_tuning() 387 max_window + in sdhci_omap_execute_tuning() 390 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 392 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 394 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 396 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 398 phase_delay = max_window + DIV_ROUND_UP(4 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 400 phase_delay = max_window in sdhci_omap_execute_tuning() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-omap.c | 324 u32 start_window = 0, max_window = 0; in sdhci_omap_execute_tuning() local 394 max_window = start_window; in sdhci_omap_execute_tuning() 413 phase_delay = min(max_window + 4 * (max_len - 1) - 24, in sdhci_omap_execute_tuning() 414 max_window + in sdhci_omap_execute_tuning() 417 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 419 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 421 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 423 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 425 phase_delay = max_window + DIV_ROUND_UP(4 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 427 phase_delay = max_window in sdhci_omap_execute_tuning() [all...] |
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | tcp.h | 243 uint32_t max_window; member
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | tcp.h | 145 __u32 max_window; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | tcp.h | 161 __u32 max_window; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | tcp.h | 145 __u32 max_window; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | tcp.h | 106 __u32 max_window; member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | tcp.h | 145 __u32 max_window; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | tcp.h | 106 __u32 max_window; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | tcp.h | 110 __u32 max_window; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tcp.h | 206 u32 max_window; /* Maximal window ever seen from peer */ member
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp.c | 675 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push() 2847 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect() 2960 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window() 2971 tp->max_window = opt.max_window; in tcp_repair_set_window() 3941 opt.max_window = tp->max_window; in do_tcp_getsockopt()
|
H A D | tcp_fastopen.c | 286 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
|
H A D | tcp_minisocks.c | 523 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tcp.h | 238 u32 max_window; /* Maximal window ever seen from peer */ member
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_fastopen.c | 269 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
|
H A D | tcp.c | 659 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push() 3025 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect() 3131 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window() 3142 tp->max_window = opt.max_window; in tcp_repair_set_window() 4130 opt.max_window = tp->max_window; in do_tcp_getsockopt()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 641 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd() 642 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 644 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 661 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd() 662 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 664 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
|