Searched refs:warned (Results 1 – 5 of 5) sorted by relevance
395 static int warned __read_mostly; in sock_set_timeout()398 if (warned < 10 && net_ratelimit()) { in sock_set_timeout()399 warned++; in sock_set_timeout()415 static int warned; in sock_warn_obsolete_bsdism() local417 if (strcmp(warncomm, current->comm) && warned < 5) { in sock_warn_obsolete_bsdism()421 warned++; in sock_warn_obsolete_bsdism()
1795 static int warned = 0; in ax25_ioctl() local1796 if (!warned) { in ax25_ioctl()1799 warned=1; in ax25_ioctl()
1683 static int warned; in ndisc_warn_deprecated_sysctl() local1684 if (strcmp(warncomm, current->comm) && warned < 5) { in ndisc_warn_deprecated_sysctl()1690 warned++; in ndisc_warn_deprecated_sysctl()
159 unsigned int warned; /* only one warning */ member720 if (!(q->warned & HTB_WARN_TOOMANYEVENTS)) { in htb_do_events()722 q->warned |= HTB_WARN_TOOMANYEVENTS; in htb_do_events()
1284 static int warned; in __sock_create() local1285 if (!warned) { in __sock_create()1286 warned = 1; in __sock_create()