Home
last modified time | relevance | path

Searched refs:max_attempts (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dnf_nat_helper.c204 static const unsigned int max_attempts = 128; in nf_nat_exp_find_port() local
211 if (attempts_left > max_attempts) in nf_nat_exp_find_port()
212 attempts_left = max_attempts; in nf_nat_exp_find_port()
/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_map.sh38 max_attempts=3
40 while mountpoint -q "$BPF_DIR" && [ $attempt -lt $max_attempts ]; do
/linux/arch/powerpc/platforms/pseries/
H A Dmobility.c672 const unsigned int max_attempts = 5; in pseries_suspend() local
703 attempt, max_attempts, ret); in pseries_suspend()
705 if (attempt == max_attempts) in pseries_suspend()