Home
last modified time | relevance | path

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

12

/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()
/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()
/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()
/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()
/linux/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c54 static int warned; in sigill_handler() local
60 if (!warned++) in sigill_handler()
/linux/tools/objtool/include/objtool/
H A Dwarn.h59 if (!_insn->sym || !_insn->sym->warned) \
63 _insn->sym->warned = 1; \
H A Delf.h68 u8 warned : 1; member
/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()
/linux/fs/lockd/
H A Dsvc.c193 static int warned;
204 warned = 0; in make_socks()
208 if (warned++ == 0) in make_socks()
199 static int warned; make_socks() local
/linux/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/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/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/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()
H A DKconfig.hardening120 information exposures, even variables that were warned about
140 information exposures, even variables that were warned
/linux/Documentation/driver-api/mtd/
H A Dspi-intel.rst23 Dediprog to revive. You have been warned!
/linux/Documentation/hwmon/
H A Dgl518sm.rst68 When an alarm is triggered, you can be warned by a beeping signal through your
/linux/Documentation/networking/caif/
H A Dcaif.rst70 - 0x01 - tty->warned is on.
/linux/lib/
H A DKconfig.kgdb140 you type 'go', you will be warned by kdb. The secend time you type
/linux/Documentation/driver-api/
H A Dconnector.rst104 so caller is warned that it must be prepared. That is why the struct
/linux/Documentation/doc-guide/
H A Dcontributing.rst227 That way, at least our long-suffering readers have been warned that the
273 Be warned: if you take on this task you are heading into classic bikeshed
/linux/net/ax25/
H A Daf_ax25.c1882 static int warned = 0; in ax25_ioctl() local
1883 if (!warned) { in ax25_ioctl()
1886 warned=1; in ax25_ioctl()
/linux/Documentation/core-api/
H A Dgenalloc.rst46 BUG(), crashing the entire system. You have been warned.
/linux/net/ipv6/
H A Dndisc.c1949 static int warned; in ndisc_warn_deprecated_sysctl() local
1950 if (strcmp(warncomm, current->comm) && warned < 5) { in ndisc_warn_deprecated_sysctl()
1956 warned++; in ndisc_warn_deprecated_sysctl()

12