/linux/arch/arm/mm/ |
A D | proc-v7-bugs.c | 117 static __maybe_unused bool cpu_v7_check_auxcr_set(bool *warned, in cpu_v7_check_auxcr_set() argument 125 if (!*warned) in cpu_v7_check_auxcr_set() 127 *warned = true; in cpu_v7_check_auxcr_set() 135 static bool check_spectre_auxcr(bool *warned, u32 bit) in check_spectre_auxcr() argument 138 cpu_v7_check_auxcr_set(warned, bit, in check_spectre_auxcr()
|
/linux/samples/bpf/ |
A D | offwaketime_user.c | 51 static bool warned; in print_stack() local 70 if ((key->tret == -EEXIST || key->wret == -EEXIST) && !warned) { in print_stack() 72 warned = true; in print_stack()
|
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/arch/x86/kernel/ |
A D | tsc_sync.c | 29 bool warned; member 74 if (!adj->warned || resume) { in tsc_verify_tsc_adjust() 77 adj->warned = true; in tsc_verify_tsc_adjust() 192 cur->warned = false; in tsc_store_and_check_tsc_adjust()
|
/linux/fs/notify/inotify/ |
A D | inotify_fsnotify.c | 147 static bool warned = false; in idr_callback() local 149 if (warned) in idr_callback() 152 warned = true; in idr_callback()
|
/linux/tools/testing/selftests/powerpc/security/ |
A D | flush_utils.c | 53 static int warned; in sigill_handler() local 59 if (!warned++) in sigill_handler()
|
/linux/arch/powerpc/kernel/ |
A D | interrupt.c | 262 static bool warned; in check_return_regs_valid() local 329 if (!warned) { in check_return_regs_valid() 330 warned = true; in check_return_regs_valid()
|
/linux/tools/testing/radix-tree/ |
A D | idr-test.c | 182 static bool warned = false; in idr_u32_test1() local 191 if (!warned && id > INT_MAX) in idr_u32_test1() 202 if (!warned && id > INT_MAX) { in idr_u32_test1() 204 warned = true; in idr_u32_test1()
|
/linux/mm/ |
A D | sparse-vmemmap.c | 408 static bool warned; in vmemmap_alloc_block() local 415 if (!warned) { in vmemmap_alloc_block() 418 warned = true; in vmemmap_alloc_block()
|
/linux/kernel/rcu/ |
A D | tree_stall.h | 880 static atomic_t warned = ATOMIC_INIT(0); in rcu_check_gp_start_stall() local 890 atomic_read(&warned)) in rcu_check_gp_start_stall() 900 atomic_read(&warned)) { in rcu_check_gp_start_stall() 914 atomic_xchg(&warned, 1)) { in rcu_check_gp_start_stall()
|
/linux/sound/hda/ |
A D | hdac_controller.c | 247 bool warned = false; in snd_hdac_bus_get_response() local 275 if (loopcounter > LOOP_COUNT_MAX && !warned) { in snd_hdac_bus_get_response() 279 warned = true; in snd_hdac_bus_get_response()
|
/linux/fs/lockd/ |
A D | svc.c | 232 static int warned; in make_socks() local 243 warned = 0; in make_socks() 247 if (warned++ == 0) in make_socks()
|
/linux/sound/usb/caiaq/ |
A D | device.h | 89 int input_panic, output_panic, warned; member
|
A D | audio.c | 105 cdev->warned = 0; in stream_start() 508 if ((cdev->input_panic || cdev->output_panic) && !cdev->warned) { in read_in_urb() 512 cdev->warned = 1; in read_in_urb()
|
/linux/drivers/gpu/drm/i915/gvt/ |
A D | interrupt.h | 183 unsigned long warned; member
|
/linux/include/net/netns/ |
A D | ipv4.h | 23 bool warned; member
|
/linux/security/ |
A D | commoncap.c | 41 static int warned; in warn_setuid_and_fcaps_mixed() local 42 if (!warned) { in warn_setuid_and_fcaps_mixed() 46 warned = 1; in warn_setuid_and_fcaps_mixed()
|
A D | Kconfig.hardening | 113 information exposures, even variables that were warned about 131 information exposures, even variables that were warned
|
/linux/kernel/ |
A D | smp.c | 566 static bool warned; in flush_smp_call_function_queue() local 582 !warned && !llist_empty(head))) { in flush_smp_call_function_queue() 583 warned = true; in flush_smp_call_function_queue()
|
/linux/tools/perf/pmu-events/ |
A D | jevents.c | 254 static bool warned; in lookup_msr() local 261 if (!warned) { in lookup_msr() 262 warned = true; in lookup_msr()
|
/linux/Documentation/driver-api/mtd/ |
A D | intel-spi.rst | 23 Dediprog to revive. You have been warned!
|
/linux/Documentation/hwmon/ |
A D | gl518sm.rst | 68 When an alarm is triggered, you can be warned by a beeping signal through your
|
/linux/Documentation/networking/caif/ |
A D | caif.rst | 70 - 0x01 - tty->warned is on.
|
/linux/drivers/virtio/ |
A D | Kconfig | 150 address in particular) can crash your system - you have been warned.
|
/linux/drivers/md/ |
A D | dm-bufio.c | 1575 bool warned = false; in drop_buffers() local 1591 WARN_ON(!warned); in drop_buffers() 1592 warned = true; in drop_buffers()
|