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/arch/powerpc/platforms/pseries/
H A Dmobility.c671 const unsigned int max_attempts = 5; in pseries_suspend() local
702 attempt, max_attempts, ret); in pseries_suspend()
704 if (attempt == max_attempts) in pseries_suspend()
/linux/drivers/input/serio/
H A Dlibps2.c44 unsigned int timeout, unsigned int max_attempts) in ps2_do_sendbyte() argument
68 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte()