Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_timer.c392 int max_probes; in tcp_probe_timer() local
418 max_probes = READ_ONCE(sock_net(sk)->ipv4.sysctl_tcp_retries2); in tcp_probe_timer()
423 max_probes = tcp_orphan_retries(sk, alive); in tcp_probe_timer()
424 if (!alive && icsk->icsk_backoff >= max_probes) in tcp_probe_timer()
430 if (icsk->icsk_probes_out >= max_probes) { in tcp_probe_timer()
/linux-6.15/drivers/md/dm-vdo/
H A Dint-map.c423 find_empty_bucket(struct int_map *map, struct bucket *bucket, unsigned int max_probes) in find_empty_bucket() argument
430 struct bucket *sentinel = &bucket[min_t(ptrdiff_t, remaining, max_probes)]; in find_empty_bucket()
/linux-6.15/tools/perf/
H A Dbuiltin-probe.c581 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()
/linux-6.15/tools/perf/util/
H A Dprobe-event.h19 int max_probes; member
H A Dprobe-event.c3081 if (syms && found < probe_conf.max_probes) in find_probe_functions()
3131 syms = malloc(sizeof(struct symbol *) * probe_conf.max_probes); in find_probe_trace_events_from_map()
3155 } else if (num_matched_functions > probe_conf.max_probes) { in find_probe_trace_events_from_map()
3403 if (*ntevs + ntevs2 > probe_conf.max_probes) in concat_probe_trace_events()
3540 if (ret > probe_conf.max_probes) { in find_probe_trace_events_from_cache()
H A Dprobe-finder.c1391 .max_tevs = probe_conf.max_probes, .mod = dbg->mod}; in debuginfo__find_trace_events()
1564 .max_vls = probe_conf.max_probes}; in debuginfo__find_available_vars_at()
H A Dprobe-file.c413 if (ret > probe_conf.max_probes) in probe_cache_entry__get_event()