Home
last modified time | relevance | path

Searched refs:warned (Results 1 – 25 of 43) sorted by relevance

12

/linux/arch/arm/mm/
H A Dproc-v7-bugs.c255 static __maybe_unused bool cpu_v7_check_auxcr_set(bool *warned, in cpu_v7_check_auxcr_set() argument
263 if (!*warned) in cpu_v7_check_auxcr_set()
265 *warned = true; in cpu_v7_check_auxcr_set()
273 static bool check_spectre_auxcr(bool *warned, u32 bit) in check_spectre_auxcr() argument
276 cpu_v7_check_auxcr_set(warned, bit, in check_spectre_auxcr()
/linux/samples/bpf/
H A Doffwaketime_user.c50 static bool warned; in print_stack() local
69 if ((key->tret == -EEXIST || key->wret == -EEXIST) && !warned) { in print_stack()
71 warned = true; in print_stack()
H A Dtrace_event_user.c64 static bool warned; in print_stack() local
86 if (key->kernstack == -EEXIST && !warned) { in print_stack()
88 warned = true; in print_stack()
/linux/fs/notify/inotify/
H A Dinotify_fsnotify.c154 static bool warned = false; in idr_callback() local
156 if (warned) in idr_callback()
159 warned = true; in idr_callback()
/linux/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c54 static int warned; in sigill_handler() local
60 if (!warned++) in sigill_handler()
/linux/arch/powerpc/kernel/
H A Dinterrupt.c107 static bool warned; in check_return_regs_valid() local
172 if (!data_race(warned)) { in check_return_regs_valid()
173 data_race(warned = true); in check_return_regs_valid()
/linux/tools/testing/radix-tree/
H A Didr-test.c202 static bool warned = false; in idr_u32_test1() local
211 if (!warned && id > INT_MAX) in idr_u32_test1()
222 if (!warned && id > INT_MAX) { in idr_u32_test1()
224 warned = true; in idr_u32_test1()
/linux/mm/
H A Dsparse-vmemmap.c65 static bool warned; in vmemmap_alloc_block() local
72 if (!warned) { in vmemmap_alloc_block()
75 warned = true; in vmemmap_alloc_block()
/linux/fs/lockd/
H A Dsvc.c201 static int warned; in make_socks() local
212 warned = 0; in make_socks()
216 if (warned++ == 0) in make_socks()
/linux/sound/hda/core/
H A Dcontroller.c319 bool warned = false; in snd_hdac_bus_get_response_rirb() local
346 if (loopcounter > LOOP_COUNT_MAX && !warned) { in snd_hdac_bus_get_response_rirb()
350 warned = true; in snd_hdac_bus_get_response_rirb()
/linux/sound/usb/caiaq/
H A Ddevice.h89 int input_panic, output_panic, warned; member
/linux/kernel/
H A Dsmp.c485 static bool warned; in __flush_smp_call_function_queue() local
500 !warned && entry != NULL)) { in __flush_smp_call_function_queue()
501 warned = true; in __flush_smp_call_function_queue()
/linux/security/
H A Dcommoncap.c46 static int warned; in warn_setuid_and_fcaps_mixed() local
47 if (!warned) { in warn_setuid_and_fcaps_mixed()
51 warned = 1; in warn_setuid_and_fcaps_mixed()
/linux/Documentation/driver-api/mtd/
H A Dspi-intel.rst23 Dediprog to revive. You have been warned!
/linux/Documentation/hwmon/
H A Dgl518sm.rst68 When an alarm is triggered, you can be warned by a beeping signal through your
/linux/Documentation/networking/caif/
H A Dcaif.rst70 - 0x01 - tty->warned is on.
/linux/tools/objtool/include/objtool/
H A Delf.h80 u8 warned : 1;
68 u8 warned : 1; global() member
/linux/drivers/md/
H A Ddm-bufio.c2332 bool *warned = context; in warn_leak() local
2334 WARN_ON(!(*warned)); in warn_leak()
2335 *warned = true; in warn_leak()
2365 bool warned = false; in drop_buffers() local
2367 cache_iterate(&c->cache, i, warn_leak, &warned); in drop_buffers()
/linux/lib/
H A DKconfig.kgdb140 you type 'go', you will be warned by kdb. The secend time you type
/linux/Documentation/driver-api/
H A Dconnector.rst104 so caller is warned that it must be prepared. That is why the struct
/linux/Documentation/doc-guide/
H A Dcontributing.rst227 That way, at least our long-suffering readers have been warned that the
273 Be warned: if you take on this task you are heading into classic bikeshed
/linux/Documentation/core-api/
H A Dgenalloc.rst46 BUG(), crashing the entire system. You have been warned.
/linux/net/ax25/
H A Daf_ax25.c1872 static int warned = 0; in ax25_ioctl() local
1873 if (!warned) { in ax25_ioctl()
1876 warned=1; in ax25_ioctl()
/linux/net/sched/
H A Dsch_htb.c159 unsigned int warned; /* only one warning */ member
777 if (!(q->warned & HTB_WARN_TOOMANYEVENTS)) { in htb_do_events()
779 q->warned |= HTB_WARN_TOOMANYEVENTS; in htb_do_events()
/linux/Documentation/trace/
H A Dmmiotrace.rst30 activation. You can re-enable CPUs by hand, but you have been warned, there

12