/Linux-v6.1/arch/arm/mm/ |
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-v6.1/samples/bpf/ |
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()
|
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-v6.1/tools/testing/selftests/powerpc/security/ |
D | flush_utils.c | 53 static int warned; in sigill_handler() local 59 if (!warned++) in sigill_handler()
|
/Linux-v6.1/fs/notify/inotify/ |
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-v6.1/arch/x86/kernel/ |
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-v6.1/arch/powerpc/kernel/ |
D | interrupt.c | 100 static bool warned; in check_return_regs_valid() local 167 if (!warned) { in check_return_regs_valid() 168 warned = true; in check_return_regs_valid()
|
/Linux-v6.1/mm/ |
D | sparse-vmemmap.c | 55 static bool warned; in vmemmap_alloc_block() local 62 if (!warned) { in vmemmap_alloc_block() 65 warned = true; in vmemmap_alloc_block()
|
/Linux-v6.1/drivers/regulator/ |
D | virtual.c | 297 static bool warned; in regulator_virtual_probe() local 300 if (!warned) { in regulator_virtual_probe() 301 warned = true; in regulator_virtual_probe()
|
/Linux-v6.1/tools/testing/radix-tree/ |
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-v6.1/fs/lockd/ |
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-v6.1/sound/hda/ |
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-v6.1/kernel/rcu/ |
D | tree_stall.h | 912 static atomic_t warned = ATOMIC_INIT(0); in rcu_check_gp_start_stall() local 922 atomic_read(&warned)) in rcu_check_gp_start_stall() 932 atomic_read(&warned)) { in rcu_check_gp_start_stall() 946 atomic_xchg(&warned, 1)) { in rcu_check_gp_start_stall()
|
/Linux-v6.1/sound/usb/caiaq/ |
D | device.h | 89 int input_panic, output_panic, warned; member
|
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-v6.1/drivers/gpu/drm/i915/gvt/ |
D | interrupt.h | 183 unsigned long warned; member
|
/Linux-v6.1/include/net/netns/ |
D | ipv4.h | 24 bool warned; member
|
/Linux-v6.1/kernel/ |
D | smp.c | 568 static bool warned; in __flush_smp_call_function_queue() local 584 !warned && entry != NULL)) { in __flush_smp_call_function_queue() 585 warned = true; in __flush_smp_call_function_queue()
|
/Linux-v6.1/security/ |
D | commoncap.c | 42 static int warned; in warn_setuid_and_fcaps_mixed() local 43 if (!warned) { in warn_setuid_and_fcaps_mixed() 47 warned = 1; in warn_setuid_and_fcaps_mixed()
|
/Linux-v6.1/Documentation/driver-api/mtd/ |
D | spi-intel.rst | 23 Dediprog to revive. You have been warned!
|
/Linux-v6.1/Documentation/hwmon/ |
D | gl518sm.rst | 68 When an alarm is triggered, you can be warned by a beeping signal through your
|
/Linux-v6.1/Documentation/networking/caif/ |
D | caif.rst | 70 - 0x01 - tty->warned is on.
|
/Linux-v6.1/drivers/virtio/ |
D | Kconfig | 164 address in particular) can crash your system - you have been warned.
|
/Linux-v6.1/Documentation/driver-api/ |
D | connector.rst | 104 so caller is warned that it must be prepared. That is why the struct
|
/Linux-v6.1/lib/ |
D | Kconfig.kgdb | 139 you type 'go', you will be warned by kdb. The secend time you type
|