Searched refs:warned (Results 1 – 5 of 5) sorted by relevance
1857 static int warned = 0; in ax25_ioctl() local1858 if (!warned) { in ax25_ioctl()1861 warned=1; in ax25_ioctl()
1856 static int warned; in ndisc_warn_deprecated_sysctl() local1857 if (strcmp(warncomm, current->comm) && warned < 5) { in ndisc_warn_deprecated_sysctl()1863 warned++; in ndisc_warn_deprecated_sysctl()
66 if (same_parity && !net->ipv4.ip_local_ports.warned) { in set_local_port_range()67 net->ipv4.ip_local_ports.warned = true; in set_local_port_range()
160 unsigned int warned; /* only one warning */ member773 if (!(q->warned & HTB_WARN_TOOMANYEVENTS)) { in htb_do_events()775 q->warned |= HTB_WARN_TOOMANYEVENTS; in htb_do_events()
419 static int warned __read_mostly; in sock_set_timeout()422 if (warned < 10 && net_ratelimit()) { in sock_set_timeout()423 warned++; in sock_set_timeout()