Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/serio/
Dlibps2.c26 unsigned int timeout, unsigned int max_attempts) in ps2_do_sendbyte() argument
50 } while (ps2dev->nak == PS2_RET_NAK && ++attempt < max_attempts); in ps2_do_sendbyte()
/Linux-v5.4/net/netfilter/
Dnf_nat_core.c408 static const unsigned int max_attempts = 128; in nf_nat_l4proto_unique_tuple() local
494 if (attempts > max_attempts) in nf_nat_l4proto_unique_tuple()
495 attempts = max_attempts; in nf_nat_l4proto_unique_tuple()