/openbmc/linux/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()
|
/openbmc/hiomapd/ |
H A D | common.c | 37 static bool warned = false; in mbox_log() local 41 if (!warned) { in mbox_log() 44 warned = true; in mbox_log()
|
/openbmc/phosphor-mboxd/ |
H A D | common.c | 34 static bool warned = false; in mbox_log() local 38 if (!warned) { in mbox_log() 41 warned = true; in mbox_log()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/tools/objtool/include/objtool/ |
H A D | warn.h | 59 if (!_insn->sym || !_insn->sym->warned) \ 63 _insn->sym->warned = 1; \
|
/openbmc/linux/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()
|
/openbmc/qemu/hw/i386/ |
H A D | sgx.c | 123 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 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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/sound/usb/caiaq/ |
H A D | device.h | 89 int input_panic, output_panic, warned; member
|
H A 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()
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_stall.h | 960 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/u-boot/tools/buildman/ |
H A D | control.py | 341 fail, warned = builder.BuildBoards(commits, board_selected, 345 elif warned:
|
H A D | builder.py | 433 self.warned += 1 447 ok = self.upto - self.warned - self.fail 449 line += self.col.Color(self.col.YELLOW, '%5d' % self.warned) 1463 self.upto = self.warned = self.fail = 0 1582 return (self.fail, self.warned)
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | interrupt.h | 183 unsigned long warned; member
|
/openbmc/linux/kernel/ |
H A D | smp.c | 450 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 D | ipv4.h | 24 bool warned; member
|
/openbmc/linux/security/ |
H A 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()
|