Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/arch/arm/mm/
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.3-rc2/samples/bpf/
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()
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.3-rc2/tools/testing/selftests/powerpc/security/
A Dflush_utils.c54 static int warned; in sigill_handler() local
60 if (!warned++) in sigill_handler()
/linux-6.3-rc2/fs/notify/inotify/
A Dinotify_fsnotify.c147 static bool warned = false; in idr_callback() local
149 if (warned) in idr_callback()
152 warned = true; in idr_callback()
/linux-6.3-rc2/arch/x86/kernel/
A Dtsc_sync.c29 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-6.3-rc2/arch/powerpc/kernel/
A Dinterrupt.c102 static bool warned; in check_return_regs_valid() local
169 if (!warned) { in check_return_regs_valid()
170 warned = true; in check_return_regs_valid()
/linux-6.3-rc2/drivers/regulator/
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.3-rc2/mm/
A Dsparse-vmemmap.c55 static bool warned; in vmemmap_alloc_block() local
62 if (!warned) { in vmemmap_alloc_block()
65 warned = true; in vmemmap_alloc_block()
/linux-6.3-rc2/tools/testing/radix-tree/
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.3-rc2/fs/lockd/
A Dsvc.c232 static int warned; in make_socks() local
243 warned = 0; in make_socks()
247 if (warned++ == 0) in make_socks()
/linux-6.3-rc2/sound/hda/
A Dhdac_controller.c247 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-6.3-rc2/sound/usb/caiaq/
A Ddevice.h89 int input_panic, output_panic, warned; member
A Daudio.c105 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-6.3-rc2/kernel/rcu/
A Dtree_stall.h943 static atomic_t warned = ATOMIC_INIT(0); in rcu_check_gp_start_stall() local
953 atomic_read(&warned)) in rcu_check_gp_start_stall()
963 atomic_read(&warned)) { in rcu_check_gp_start_stall()
977 atomic_xchg(&warned, 1)) { in rcu_check_gp_start_stall()
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/
A Dinterrupt.h183 unsigned long warned; member
/linux-6.3-rc2/include/net/netns/
A Dipv4.h24 bool warned; member
/linux-6.3-rc2/kernel/
A Dsmp.c568 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-6.3-rc2/security/
A Dcommoncap.c42 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-6.3-rc2/Documentation/driver-api/mtd/
A Dspi-intel.rst23 Dediprog to revive. You have been warned!
/linux-6.3-rc2/Documentation/hwmon/
A Dgl518sm.rst68 When an alarm is triggered, you can be warned by a beeping signal through your
/linux-6.3-rc2/Documentation/networking/caif/
A Dcaif.rst70 - 0x01 - tty->warned is on.
/linux-6.3-rc2/drivers/virtio/
A DKconfig164 address in particular) can crash your system - you have been warned.
/linux-6.3-rc2/lib/
A DKconfig.kgdb139 you type 'go', you will be warned by kdb. The secend time you type
/linux-6.3-rc2/Documentation/driver-api/
A Dconnector.rst104 so caller is warned that it must be prepared. That is why the struct

Completed in 29 milliseconds

123