Home
last modified time | relevance | path

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

123

/linux-6.15/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-6.15/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-6.15/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c54 static int warned; in sigill_handler() local
60 if (!warned++) in sigill_handler()
/linux-6.15/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-6.15/arch/x86/kernel/
H A Dtsc_sync.c30 bool warned; member
75 if (!adj->warned || resume) { in tsc_verify_tsc_adjust()
78 adj->warned = true; in tsc_verify_tsc_adjust()
193 cur->warned = false; in tsc_store_and_check_tsc_adjust()
/linux-6.15/tools/objtool/include/objtool/
H A Dwarn.h80 if (!_insn->sym || !_insn->sym->warned) \
84 _insn->sym->warned = 1; \
H A Delf.h68 u8 warned : 1; member
/linux-6.15/arch/powerpc/kernel/
H A Dinterrupt.c103 static bool warned; in check_return_regs_valid() local
168 if (!data_race(warned)) { in check_return_regs_valid()
169 data_race(warned = true); in check_return_regs_valid()
/linux-6.15/drivers/regulator/
H A Dvirtual.c297 static bool warned; in regulator_virtual_probe() local
300 if (!warned) { in regulator_virtual_probe()
301 warned = true; in regulator_virtual_probe()
/linux-6.15/tools/testing/radix-tree/
H A Didr-test.c182 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-6.15/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-6.15/sound/usb/caiaq/
H A Ddevice.h89 int input_panic, output_panic, warned; member
H A Daudio.c105 cdev->warned = 0; in stream_start()
497 if ((cdev->input_panic || cdev->output_panic) && !cdev->warned) { in read_in_urb()
501 cdev->warned = 1; in read_in_urb()
/linux-6.15/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-6.15/kernel/rcu/
H A Dtree_stall.h948 static atomic_t warned = ATOMIC_INIT(0); in rcu_check_gp_start_stall() local
958 atomic_read(&warned)) in rcu_check_gp_start_stall()
968 atomic_read(&warned)) { in rcu_check_gp_start_stall()
982 atomic_xchg(&warned, 1)) { in rcu_check_gp_start_stall()
/linux-6.15/sound/hda/
H A Dhdac_controller.c330 bool warned = false; in snd_hdac_bus_get_response_rirb() local
358 if (loopcounter > LOOP_COUNT_MAX && !warned) { in snd_hdac_bus_get_response_rirb()
362 warned = true; in snd_hdac_bus_get_response_rirb()
/linux-6.15/kernel/
H A Dsmp.c479 static bool warned; in __flush_smp_call_function_queue() local
494 !warned && entry != NULL)) { in __flush_smp_call_function_queue()
495 warned = true; in __flush_smp_call_function_queue()
/linux-6.15/include/net/netns/
H A Dipv4.h23 bool warned; member
/linux-6.15/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-6.15/Documentation/driver-api/mtd/
H A Dspi-intel.rst23 Dediprog to revive. You have been warned!
/linux-6.15/Documentation/hwmon/
H A Dgl518sm.rst68 When an alarm is triggered, you can be warned by a beeping signal through your
/linux-6.15/Documentation/networking/caif/
H A Dcaif.rst70 - 0x01 - tty->warned is on.
/linux-6.15/drivers/md/
H A Ddm-bufio.c2343 bool *warned = context; in warn_leak() local
2345 WARN_ON(!(*warned)); in warn_leak()
2346 *warned = true; in warn_leak()
2376 bool warned = false; in drop_buffers() local
2378 cache_iterate(&c->cache, i, warn_leak, &warned); in drop_buffers()
/linux-6.15/drivers/virtio/
H A DKconfig169 address in particular) can crash your system - you have been warned.

123