Home
last modified time | relevance | path

Searched refs:max_window (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/net/rose/
H A Dsysctl_net_rose.c20 static int min_window[] = {1}, max_window[] = {7}; variable
113 .extra2 = &max_window
/kernel/linux/linux-6.6/net/rose/
H A Dsysctl_net_rose.c20 static int min_window[] = {1}, max_window[] = {7}; variable
113 .extra2 = &max_window
/kernel/linux/linux-5.10/net/netrom/
H A Dsysctl_net_netrom.c25 static int min_window[] = {1}, max_window[] = {127}; variable
105 .extra2 = &max_window
/kernel/linux/linux-5.10/net/ax25/
H A Dsysctl_net_ax25.c16 static int min_window[] = {1}, max_window[] = {7}; variable
68 .extra2 = &max_window
/kernel/linux/linux-6.6/net/ax25/
H A Dsysctl_net_ax25.c16 static int min_window[] = {1}, max_window[] = {7}; variable
68 .extra2 = &max_window
/kernel/linux/linux-6.6/net/netrom/
H A Dsysctl_net_netrom.c25 static int min_window[] = {1}, max_window[] = {127}; variable
105 .extra2 = &max_window
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-omap.c297 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 Dsdhci-omap.c324 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 Dtcp.h243 uint32_t max_window; member
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dtcp.h145 __u32 max_window; member
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtcp.h161 __u32 max_window; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtcp.h145 __u32 max_window; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtcp.h106 __u32 max_window; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dtcp.h145 __u32 max_window; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtcp.h106 __u32 max_window; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtcp.h110 __u32 max_window; member
/kernel/linux/linux-5.10/include/linux/
H A Dtcp.h206 u32 max_window; /* Maximal window ever seen from peer */ member
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c675 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 Dtcp_fastopen.c286 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
H A Dtcp_minisocks.c523 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
/kernel/linux/linux-6.6/include/linux/
H A Dtcp.h238 u32 max_window; /* Maximal window ever seen from peer */ member
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_fastopen.c269 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
H A Dtcp.c659 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 Dtcp.h641 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 Dtcp.h661 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()

Completed in 45 milliseconds

12