| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| H 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()
|
| 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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| H 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()
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | tsc_sync.c | 30 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()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/security/ |
| H A D | flush_utils.c | 40 static int warned; in sigill_handler() local 46 if (!warned++) in sigill_handler()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/fs/notify/inotify/ |
| H A D | inotify_fsnotify.c | 153 static bool warned = false; in idr_callback() local 155 if (warned) in idr_callback() 158 warned = true; in idr_callback()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
| H A D | warn.h | 59 if (!_insn->sym || !_insn->sym->warned) \ 63 _insn->sym->warned = 1; \
|
| /kernel/linux/linux-5.10/arch/s390/kernel/ |
| H A D | process.c | 225 static bool warned; in set_fs_fixup() local 228 if (warned) in set_fs_fixup() 232 warned = true; in set_fs_fixup()
|
| /kernel/linux/linux-5.10/mm/ |
| H A D | sparse-vmemmap.c | 54 static bool warned; in vmemmap_alloc_block() local 61 if (!warned) { in vmemmap_alloc_block() 64 warned = true; in vmemmap_alloc_block()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| H A D | interrupt.c | 102 static bool warned; in check_return_regs_valid() local 167 if (!data_race(warned)) { in check_return_regs_valid() 168 data_race(warned = true); in check_return_regs_valid()
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| H A 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()
|
| /kernel/linux/linux-5.10/tools/testing/radix-tree/ |
| H 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()
|
| /kernel/linux/linux-5.10/kernel/rcu/ |
| H A D | tree_stall.h | 751 static atomic_t warned = ATOMIC_INIT(0); in rcu_check_gp_start_stall() local 761 atomic_read(&warned)) in rcu_check_gp_start_stall() 771 atomic_read(&warned)) { in rcu_check_gp_start_stall() 775 /* Hold onto the leaf lock to make others see warned==1. */ in rcu_check_gp_start_stall() 785 atomic_xchg(&warned, 1)) { in rcu_check_gp_start_stall()
|
| /kernel/linux/linux-6.6/tools/testing/radix-tree/ |
| H 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()
|
| /kernel/linux/linux-5.10/sound/hda/ |
| H A D | hdac_controller.c | 266 bool warned = false; in snd_hdac_bus_get_response() local 294 if (loopcounter > LOOP_COUNT_MAX && !warned) { in snd_hdac_bus_get_response() 298 warned = true; in snd_hdac_bus_get_response()
|
| /kernel/linux/linux-6.6/fs/lockd/ |
| H A D | svc.c | 199 static int warned; in make_socks() local 210 warned = 0; in make_socks() 214 if (warned++ == 0) in make_socks()
|
| /kernel/linux/linux-6.6/sound/hda/ |
| H A D | hdac_controller.c | 250 bool warned = false; in snd_hdac_bus_get_response() local 278 if (loopcounter > LOOP_COUNT_MAX && !warned) { in snd_hdac_bus_get_response() 282 warned = true; in snd_hdac_bus_get_response()
|
| /kernel/linux/linux-6.6/mm/ |
| H A 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()
|
| /kernel/linux/linux-5.10/drivers/block/ |
| H A D | umem.c | 128 int warned; member 649 * If either battery has been warned, solid LED 657 else if (card->battery[0].warned || card->battery[1].warned) in set_fault_to_battery_status() 676 card->battery[battery].warned = 0; in check_battery() 683 !card->battery[battery].warned && in check_battery() 688 card->battery[battery].warned = 1; in check_battery()
|