Searched refs:max_probes (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_timer.c | 220 int max_probes; in tcp_nip_probe_timer() local 234 max_probes = get_nip_probe_max(); /* fix session auto close */ in tcp_nip_probe_timer() 239 max_probes = tcp_nip_orphan_retries(sk, alive); in tcp_nip_probe_timer() 240 nip_dbg("sock dead, icsk_backoff=%u, max_probes=%u, alive=%u", in tcp_nip_probe_timer() 241 icsk->icsk_backoff, max_probes, alive); in tcp_nip_probe_timer() 242 if (!alive && icsk->icsk_backoff >= max_probes) { in tcp_nip_probe_timer() 243 nip_dbg("will close session, icsk_backoff=%u, max_probes=%u", in tcp_nip_probe_timer() 244 icsk->icsk_backoff, max_probes); in tcp_nip_probe_timer() 249 if (icsk->icsk_probes_out >= max_probes) { in tcp_nip_probe_timer() 252 nip_dbg("close session, probes_out=%u, icsk_backoff=%u, max_probes in tcp_nip_probe_timer() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_timer.c | 361 int max_probes; in tcp_probe_timer() local 384 max_probes = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_retries2); in tcp_probe_timer() 388 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer() 389 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer() 395 if (icsk->icsk_probes_out >= max_probes) { in tcp_probe_timer()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_timer.c | 373 int max_probes; in tcp_probe_timer() local 399 max_probes = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_retries2); in tcp_probe_timer() 403 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer() 404 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer() 410 if (icsk->icsk_probes_out >= max_probes) { in tcp_probe_timer()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-probe.c | 560 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe() 635 if (probe_conf.max_probes == 0) in __cmd_probe() 636 probe_conf.max_probes = MAX_PROBES; in __cmd_probe()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-probe.c | 581 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe() 663 if (probe_conf.max_probes == 0) in __cmd_probe() 664 probe_conf.max_probes = MAX_PROBES; in __cmd_probe()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-event.h | 18 int max_probes; member
|
H A D | probe-event.c | 2955 if (syms && found < probe_conf.max_probes) in find_probe_functions() 2994 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map() 3010 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map() 3255 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events() 3392 if (ret > probe_conf.max_probes) { in find_probe_trace_events_from_cache()
|
H A D | probe-file.c | 397 if (ret > probe_conf.max_probes) in probe_cache_entry__get_event()
|
H A D | probe-finder.c | 1468 .max_tevs = probe_conf.max_probes, .mod = dbg->mod}; in debuginfo__find_trace_events() 1639 .max_vls = probe_conf.max_probes}; in debuginfo__find_available_vars_at()
|
H A D | bpf-loader.c | 408 probe_conf.max_probes = MAX_PROBES; in bpf__prepare_probe()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-event.h | 19 int max_probes; member
|
H A D | probe-event.c | 3003 if (syms && found < probe_conf.max_probes) in find_probe_functions() 3053 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map() 3077 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map() 3325 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events() 3462 if (ret > probe_conf.max_probes) { in find_probe_trace_events_from_cache()
|
H A D | probe-file.c | 432 if (ret > probe_conf.max_probes) in probe_cache_entry__get_event()
|
H A D | probe-finder.c | 1484 .max_tevs = probe_conf.max_probes, .mod = dbg->mod}; in debuginfo__find_trace_events() 1655 .max_vls = probe_conf.max_probes}; in debuginfo__find_available_vars_at()
|
Completed in 25 milliseconds