| /linux/arch/arm/mm/ |
| H A D | proc-v7-bugs.c | 255 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 D | offwaketime_user.c | 50 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 D | trace_event_user.c | 64 static bool warned; in print_stack() local 86 if (key->kernstack == -EEXIST && !warned) { in print_stack() 88 warned = true; in print_stack()
|
| /linux/tools/testing/selftests/powerpc/security/ |
| H A D | flush_utils.c | 54 static int warned; in sigill_handler() local 60 if (!warned++) in sigill_handler()
|
| /linux/fs/notify/inotify/ |
| H A D | inotify_fsnotify.c | 154 static bool warned = false; in idr_callback() local 156 if (warned) in idr_callback() 159 warned = true; in idr_callback()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | entry-common.h | 122 static bool warned; in check_return_regs_valid() local 187 if (!data_race(warned)) { in check_return_regs_valid() 188 data_race(warned = true); in check_return_regs_valid()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | warn.h | 80 if (!insn_sym(_insn) || !insn_sym(_insn)->warned) { \ 86 insn_sym(_insn)->warned = 1; \
|
| H A D | elf.h | 87 u8 warned : 1; 68 u8 warned : 1; global() member
|
| /linux/tools/testing/radix-tree/ |
| H A D | idr-test.c | 202 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/sound/usb/caiaq/ |
| H A D | device.h | 89 int input_panic, output_panic, warned; member
|
| H A D | audio.c | 100 cdev->warned = 0; in stream_start() 485 if ((cdev->input_panic || cdev->output_panic) && !cdev->warned) { in read_in_urb() 489 cdev->warned = 1; in read_in_urb()
|
| /linux/sound/hda/core/ |
| H A D | controller.c | 319 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/fs/lockd/ |
| H A D | svc.c | 200 static int warned; in make_socks() local 211 warned = 0; in make_socks() 215 if (warned++ == 0) in make_socks()
|
| /linux/kernel/rcu/ |
| H A D | tree_stall.h | 1012 static atomic_t warned = ATOMIC_INIT(0); in rcu_check_gp_start_stall() local 1022 atomic_read(&warned)) in rcu_check_gp_start_stall() 1032 atomic_read(&warned)) { in rcu_check_gp_start_stall() 1046 atomic_xchg(&warned, 1)) { in rcu_check_gp_start_stall()
|
| /linux/mm/ |
| H A D | sparse-vmemmap.c | 65 static bool warned __meminitdata; in vmemmap_alloc_block() 72 if (!warned) { in vmemmap_alloc_block() 75 warned = true; in vmemmap_alloc_block()
|
| /linux/kernel/ |
| H A D | smp.c | 540 static bool warned; in __flush_smp_call_function_queue() local 555 !warned && entry != NULL)) { in __flush_smp_call_function_queue() 556 warned = true; in __flush_smp_call_function_queue()
|
| /linux/include/net/netns/ |
| H A D | ipv4.h | 23 bool warned; member
|
| /linux/security/ |
| H A D | commoncap.c | 46 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 D | spi-intel.rst | 23 Dediprog to revive. You have been warned!
|
| /linux/Documentation/hwmon/ |
| H A D | gl518sm.rst | 68 When an alarm is triggered, you can be warned by a beeping signal through your
|
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 2358 bool *warned = context; in warn_leak() local 2360 WARN_ON(!(*warned)); in warn_leak() 2361 *warned = true; in warn_leak() 2391 bool warned = false; in drop_buffers() local 2393 cache_iterate(&c->cache, i, warn_leak, &warned); in drop_buffers()
|
| /linux/tools/objtool/ |
| H A D | disas.c | 1209 * Disassemble all warned functions. 1219 if (sym->warned) in disas_warned_funcs() 1241 if (opts.verbose && sym->warned) in disas_funcs()
|
| /linux/lib/ |
| H A D | Kconfig.kgdb | 140 you type 'go', you will be warned by kdb. The secend time you type
|
| /linux/Documentation/driver-api/ |
| H A D | connector.rst | 104 so caller is warned that it must be prepared. That is why the struct
|
| /linux/Documentation/core-api/ |
| H A D | genalloc.rst | 46 BUG(), crashing the entire system. You have been warned.
|