/Linux-v4.19/arch/arm/mm/ |
D | proc-v7-bugs.c | 134 static __maybe_unused bool cpu_v7_check_auxcr_set(bool *warned, in cpu_v7_check_auxcr_set() argument 142 if (!*warned) in cpu_v7_check_auxcr_set() 144 *warned = true; in cpu_v7_check_auxcr_set() 152 static bool check_spectre_auxcr(bool *warned, u32 bit) in check_spectre_auxcr() argument 155 cpu_v7_check_auxcr_set(warned, bit, in check_spectre_auxcr()
|
/Linux-v4.19/samples/bpf/ |
D | offwaketime_user.c | 49 static bool warned; in print_stack() local 68 if ((key->tret == -EEXIST || key->wret == -EEXIST) && !warned) { in print_stack() 70 warned = true; in print_stack()
|
D | trace_event_user.c | 62 static bool warned; in print_stack() local 84 if (key->kernstack == -EEXIST && !warned) { in print_stack() 86 warned = true; in print_stack()
|
/Linux-v4.19/arch/x86/kernel/ |
D | tsc_sync.c | 29 bool warned; member 73 if (!adj->warned || resume) { in tsc_verify_tsc_adjust() 76 adj->warned = true; in tsc_verify_tsc_adjust() 151 cur->warned = false; in tsc_store_and_check_tsc_adjust()
|
/Linux-v4.19/fs/notify/inotify/ |
D | inotify_fsnotify.c | 152 static bool warned = false; in idr_callback() local 154 if (warned) in idr_callback() 157 warned = true; in idr_callback()
|
/Linux-v4.19/arch/s390/kernel/ |
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()
|
/Linux-v4.19/mm/ |
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()
|
/Linux-v4.19/tools/testing/radix-tree/ |
D | idr-test.c | 190 static bool warned = false; in idr_u32_test1() local 199 if (!warned && id > INT_MAX) in idr_u32_test1() 210 if (!warned && id > INT_MAX) { in idr_u32_test1() 212 warned = true; in idr_u32_test1()
|
/Linux-v4.19/kernel/ |
D | smp.c | 214 static bool warned; in flush_smp_call_function_queue() local 224 !warned && !llist_empty(head))) { in flush_smp_call_function_queue() 225 warned = true; in flush_smp_call_function_queue()
|
/Linux-v4.19/drivers/block/ |
D | umem.c | 131 int warned; member 659 else if (card->battery[0].warned || card->battery[1].warned) in set_fault_to_battery_status() 678 card->battery[battery].warned = 0; in check_battery() 685 !card->battery[battery].warned && in check_battery() 690 card->battery[battery].warned = 1; in check_battery()
|
/Linux-v4.19/fs/lockd/ |
D | svc.c | 227 static int warned; in make_socks() local 238 warned = 0; in make_socks() 242 if (warned++ == 0) in make_socks()
|
/Linux-v4.19/sound/usb/caiaq/ |
D | device.h | 89 int input_panic, output_panic, warned; member
|
D | audio.c | 118 cdev->warned = 0; in stream_start() 531 if ((cdev->input_panic || cdev->output_panic) && !cdev->warned) { in read_in_urb() 535 cdev->warned = 1; in read_in_urb()
|
/Linux-v4.19/include/net/netns/ |
D | ipv4.h | 23 bool warned; member
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | interrupt.h | 177 unsigned long warned; member
|
/Linux-v4.19/drivers/virtio/ |
D | Kconfig | 81 address in particular) can crash your system - you have been warned.
|
/Linux-v4.19/tools/perf/pmu-events/ |
D | jevents.c | 213 static bool warned; in lookup_msr() local 220 if (!warned) { in lookup_msr() 221 warned = true; in lookup_msr()
|
/Linux-v4.19/security/ |
D | commoncap.c | 47 static int warned; in warn_setuid_and_fcaps_mixed() local 48 if (!warned) { in warn_setuid_and_fcaps_mixed() 52 warned = 1; in warn_setuid_and_fcaps_mixed()
|
/Linux-v4.19/Documentation/mtd/ |
D | intel-spi.txt | 22 Dediprog to revive. You have been warned!
|
/Linux-v4.19/Documentation/hwmon/ |
D | gl518sm | 61 When an alarm is triggered, you can be warned by a beeping signal through your
|
/Linux-v4.19/Documentation/networking/caif/ |
D | README | 53 - 0x01 - tty->warned is on.
|
/Linux-v4.19/net/core/ |
D | sock.c | 350 static int warned __read_mostly; in sock_set_timeout() 353 if (warned < 10 && net_ratelimit()) { in sock_set_timeout() 354 warned++; in sock_set_timeout() 370 static int warned; in sock_warn_obsolete_bsdism() local 372 if (strcmp(warncomm, current->comm) && warned < 5) { in sock_warn_obsolete_bsdism() 376 warned++; in sock_warn_obsolete_bsdism()
|
/Linux-v4.19/lib/ |
D | Kconfig.kgdb | 118 you type 'go', you will be warned by kdb. The secend time you type
|
/Linux-v4.19/Documentation/usb/ |
D | rio.txt | 17 Before I explain how to use this to access the Rio500 please be warned:
|
/Linux-v4.19/drivers/md/ |
D | dm-bufio.c | 1502 bool warned = false; in drop_buffers() local 1518 WARN_ON(!warned); in drop_buffers() 1519 warned = true; in drop_buffers()
|