Home
last modified time | relevance | path

Searched refs:max_probes (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/ipv4/
Dtcp_timer.c288 int max_probes; in tcp_probe_timer() local
311 max_probes = sysctl_tcp_retries2; in tcp_probe_timer()
315 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()
316 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
322 if (icsk->icsk_probes_out > max_probes) { in tcp_probe_timer()
/linux-4.4.14/tools/perf/
Dbuiltin-probe.c495 OPT_INTEGER('\0', "max-probes", &probe_conf.max_probes, in __cmd_probe()
554 if (probe_conf.max_probes == 0) in __cmd_probe()
555 probe_conf.max_probes = MAX_PROBES; in __cmd_probe()
/linux-4.4.14/tools/perf/util/
Dprobe-event.h15 int max_probes; member
Dbpf-loader.c196 probe_conf.max_probes = MAX_PROBES; in bpf__prepare_probe()
Dprobe-event.c2485 if (syms && found < probe_conf.max_probes) in find_probe_functions()
2523 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map()
2539 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map()
Dprobe-finder.c1256 .max_tevs = probe_conf.max_probes, .mod = dbg->mod}; in debuginfo__find_trace_events()
1395 .max_vls = probe_conf.max_probes}; in debuginfo__find_available_vars_at()