Searched refs:warned (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c54 static int warned; local
60 if (!warned++)
/linux-master/arch/arm/mm/
H A Dproc-v7-bugs.c255 static __maybe_unused bool cpu_v7_check_auxcr_set(bool *warned, argument
263 if (!*warned)
265 *warned = true;
273 static bool check_spectre_auxcr(bool *warned, u32 bit) argument
276 cpu_v7_check_auxcr_set(warned, bit,
/linux-master/samples/bpf/
H A Doffwaketime_user.c50 static bool warned; local
69 if ((key->tret == -EEXIST || key->wret == -EEXIST) && !warned) {
71 warned = true;
H A Dtrace_event_user.c64 static bool warned; local
86 if (key->kernstack == -EEXIST && !warned) {
88 warned = true;
/linux-master/tools/objtool/include/objtool/
H A Dwarn.h59 if (!_insn->sym || !_insn->sym->warned) \
63 _insn->sym->warned = 1; \
H A Delf.h68 u8 warned : 1; member in struct:symbol
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c154 static bool warned = false; local
156 if (warned)
159 warned = true;
/linux-master/arch/x86/kernel/
H A Dtsc_sync.c30 bool warned; member in struct:tsc_adjust
75 if (!adj->warned || resume) {
78 adj->warned = true;
193 cur->warned = false;
/linux-master/arch/powerpc/kernel/
H A Dinterrupt.c103 static bool warned; local
168 if (!data_race(warned)) {
169 data_race(warned = true);
/linux-master/drivers/regulator/
H A Dvirtual.c297 static bool warned; local
300 if (!warned) {
301 warned = true;
/linux-master/sound/usb/caiaq/
H A Ddevice.h89 int input_panic, output_panic, warned; member in struct:snd_usb_caiaqdev
H A Daudio.c105 cdev->warned = 0;
508 if ((cdev->input_panic || cdev->output_panic) && !cdev->warned) {
512 cdev->warned = 1;
/linux-master/mm/
H A Dsparse-vmemmap.c55 static bool warned; local
62 if (!warned) {
65 warned = true;
/linux-master/tools/testing/radix-tree/
H A Didr-test.c182 static bool warned = false; local
191 if (!warned && id > INT_MAX)
202 if (!warned && id > INT_MAX) {
204 warned = true;
/linux-master/sound/hda/
H A Dhdac_controller.c250 bool warned = false; local
278 if (loopcounter > LOOP_COUNT_MAX && !warned) {
282 warned = true;
/linux-master/kernel/
H A Dsmp.c450 static bool warned; local
465 !warned && entry != NULL)) {
466 warned = true;
/linux-master/fs/lockd/
H A Dsvc.c198 static int warned; local
209 warned = 0;
213 if (warned++ == 0)
/linux-master/kernel/rcu/
H A Dtree_stall.h949 static atomic_t warned = ATOMIC_INIT(0); local
959 atomic_read(&warned))
969 atomic_read(&warned)) {
973 /* Hold onto the leaf lock to make others see warned==1. */
983 atomic_xchg(&warned, 1)) {
/linux-master/include/net/netns/
H A Dipv4.h23 bool warned; member in struct:local_ports
/linux-master/security/
H A Dcommoncap.c43 static int warned; local
44 if (!warned) {
48 warned = 1;
/linux-master/drivers/md/
H A Ddm-bufio.c2334 bool *warned = context; local
2336 WARN_ON(!(*warned));
2337 *warned = true;
2367 bool warned = false; local
2369 cache_iterate(&c->cache, i, warn_leak, &warned);
/linux-master/net/ax25/
H A Daf_ax25.c1865 static int warned = 0; local
1866 if (!warned) {
1869 warned=1;
/linux-master/net/ipv6/
H A Dndisc.c1943 static int warned; local
1944 if (strcmp(warncomm, current->comm) && warned < 5) {
1950 warned++;
/linux-master/net/ipv4/
H A Dsysctl_net_ipv4.c57 if (same_parity && !net->ipv4.ip_local_ports.warned) {
58 net->ipv4.ip_local_ports.warned = true;
/linux-master/drivers/hid/
H A Dwacom_sys.c55 bool warned = false; local
58 if (!warned)
60 warned = true;

Completed in 296 milliseconds

12