Home
last modified time | relevance | path

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

123

/openbmc/linux/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()
/openbmc/phosphor-mboxd/
H A Dcommon.c34 static bool warned = false; in mbox_log() local
38 if (!warned) { in mbox_log()
41 warned = true; in mbox_log()
/openbmc/hiomapd/
H A Dcommon.c37 static bool warned = false; in mbox_log() local
41 if (!warned) { in mbox_log()
44 warned = true; in mbox_log()
/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c54 static int warned; in sigill_handler() local
60 if (!warned++) in sigill_handler()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/qemu/target/i386/
H A Dhost-cpu.c58 static bool warned; in host_cpu_adjust_phys_bits() local
65 !warned) { in host_cpu_adjust_phys_bits()
69 warned = true; in host_cpu_adjust_phys_bits()
/openbmc/linux/tools/objtool/include/objtool/
H A Dwarn.h59 if (!_insn->sym || !_insn->sym->warned) \
63 _insn->sym->warned = 1; \
/openbmc/linux/arch/powerpc/kernel/
H A Dinterrupt.c102 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()
/openbmc/qemu/hw/i386/
H A Dsgx.c123 static bool warned = false; in sgx_epc_reset() local
137 if (r == -ENOTTY && !warned) { in sgx_epc_reset()
138 warned = true; in sgx_epc_reset()
/openbmc/linux/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()
/openbmc/linux/mm/
H 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()
/openbmc/linux/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()
/openbmc/linux/fs/lockd/
H A Dsvc.c199 static int warned; in make_socks() local
210 warned = 0; in make_socks()
214 if (warned++ == 0) in make_socks()
/openbmc/linux/sound/usb/caiaq/
H A Ddevice.h89 int input_panic, output_panic, warned; member
/openbmc/linux/sound/hda/
H A Dhdac_controller.c250 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()
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/
H A D0001-v4l2-Define-ioctl_req_t-for-posix-linux-case.patch9 signature mismatches in function pointers too, existing code warned but
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dinterrupt.h183 unsigned long warned; member
/openbmc/u-boot/tools/buildman/
H A Dcontrol.py341 fail, warned = builder.BuildBoards(commits, board_selected,
345 elif warned:
/openbmc/linux/kernel/rcu/
H A Dtree_stall.h960 static atomic_t warned = ATOMIC_INIT(0); in rcu_check_gp_start_stall() local
970 atomic_read(&warned)) in rcu_check_gp_start_stall()
980 atomic_read(&warned)) { in rcu_check_gp_start_stall()
994 atomic_xchg(&warned, 1)) { in rcu_check_gp_start_stall()
/openbmc/qemu/contrib/rdmacm-mux/
H A Dmain.c755 static bool warned; in signal_handler() local
759 if (!warned) { in signal_handler()
762 warned = true; in signal_handler()
/openbmc/linux/kernel/
H A Dsmp.c450 static bool warned; in __flush_smp_call_function_queue() local
465 !warned && entry != NULL)) { in __flush_smp_call_function_queue()
466 warned = true; in __flush_smp_call_function_queue()
/openbmc/linux/include/net/netns/
H A Dipv4.h24 bool warned; member

123