/linux-4.4.14/drivers/gpu/drm/i915/ |
D | i915_gem_debug.c | 36 static int warned; in i915_verify_lists() local 43 if (warned) in i915_verify_lists() 68 return warned = err; in i915_verify_lists()
|
D | i915_gpu_error.c | 1290 static bool warned; in i915_capture_error_state() local 1330 if (!warned) { in i915_capture_error_state() 1336 warned = true; in i915_capture_error_state()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_fsnotify.c | 139 static bool warned = false; in idr_callback() local 141 if (warned) in idr_callback() 144 warned = true; in idr_callback()
|
/linux-4.4.14/kernel/ |
D | smp.c | 217 static bool warned; in flush_smp_call_function_queue() local 227 !warned && !llist_empty(head))) { in flush_smp_call_function_queue() 228 warned = true; in flush_smp_call_function_queue()
|
/linux-4.4.14/fs/lockd/ |
D | svc.c | 217 static int warned; in make_socks() local 228 warned = 0; in make_socks() 232 if (warned++ == 0) in make_socks()
|
/linux-4.4.14/include/net/netns/ |
D | ipv4.h | 22 bool warned; member
|
/linux-4.4.14/drivers/block/ |
D | umem.c | 131 int warned; member 661 else if (card->battery[0].warned || card->battery[1].warned) in set_fault_to_battery_status() 680 card->battery[battery].warned = 0; in check_battery() 687 !card->battery[battery].warned && in check_battery() 692 card->battery[battery].warned = 1; in check_battery()
|
/linux-4.4.14/sound/usb/caiaq/ |
D | device.h | 88 int input_panic, output_panic, warned; member
|
D | audio.c | 118 cdev->warned = 0; in stream_start() 532 if ((cdev->input_panic || cdev->output_panic) && !cdev->warned) { in read_in_urb() 536 cdev->warned = 1; in read_in_urb()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | irq.c | 428 static int warned; in migrate_irqs() local 451 else if (desc->action && !(warned++)) in migrate_irqs()
|
/linux-4.4.14/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-4.4.14/arch/x86/kernel/ |
D | irq.c | 433 static int warned; in fixup_irqs() local 490 if (!(warned++)) in fixup_irqs()
|
/linux-4.4.14/drivers/lguest/ |
D | README | 7 But be warned; this is an arduous journey of several hours or more! And as we
|
/linux-4.4.14/drivers/virtio/ |
D | Kconfig | 77 address in particular) can crash your system - you have been warned.
|
/linux-4.4.14/Documentation/hwmon/ |
D | gl518sm | 61 When an alarm is triggered, you can be warned by a beeping signal through your
|
D | w83781d | 121 When an alarm goes off, you can be warned by a beeping signal through
|
/linux-4.4.14/net/core/ |
D | sock.c | 395 static int warned __read_mostly; in sock_set_timeout() 398 if (warned < 10 && net_ratelimit()) { in sock_set_timeout() 399 warned++; in sock_set_timeout() 415 static int warned; in sock_warn_obsolete_bsdism() local 417 if (strcmp(warncomm, current->comm) && warned < 5) { in sock_warn_obsolete_bsdism() 421 warned++; in sock_warn_obsolete_bsdism()
|
/linux-4.4.14/Documentation/networking/caif/ |
D | README | 53 - 0x01 - tty->warned is on.
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 113 static int warned; in c4iw_alloc_ucontext() local 130 if (!warned++) in c4iw_alloc_ucontext()
|
/linux-4.4.14/net/ipv4/ |
D | sysctl_net_ipv4.c | 52 if (same_parity && !net->ipv4.ip_local_ports.warned) { in set_local_port_range() 53 net->ipv4.ip_local_ports.warned = true; in set_local_port_range()
|
/linux-4.4.14/lib/ |
D | Kconfig.kgdb | 118 you type 'go', you will be warned by kdb. The secend time you type
|
/linux-4.4.14/Documentation/usb/ |
D | rio.txt | 17 Before I explain how to use this to access the Rio500 please be warned:
|
/linux-4.4.14/net/sched/ |
D | sch_htb.c | 159 unsigned int warned; /* only one warning */ member 720 if (!(q->warned & HTB_WARN_TOOMANYEVENTS)) { in htb_do_events() 722 q->warned |= HTB_WARN_TOOMANYEVENTS; in htb_do_events()
|
/linux-4.4.14/net/ipv6/ |
D | ndisc.c | 1724 static int warned; in ndisc_warn_deprecated_sysctl() local 1725 if (strcmp(warncomm, current->comm) && warned < 5) { in ndisc_warn_deprecated_sysctl() 1731 warned++; in ndisc_warn_deprecated_sysctl()
|
/linux-4.4.14/net/ax25/ |
D | af_ax25.c | 1793 static int warned = 0; in ax25_ioctl() local 1794 if (!warned) { in ax25_ioctl() 1797 warned=1; in ax25_ioctl()
|
/linux-4.4.14/fs/dlm/ |
D | lock.c | 1380 static int nodeid_warned(int nodeid, int num_nodes, int *warned) in nodeid_warned() argument 1385 if (!warned[i]) { in nodeid_warned() 1386 warned[i] = nodeid; in nodeid_warned() 1389 if (warned[i] == nodeid) in nodeid_warned() 1404 int *warned = NULL; in dlm_scan_waiters() local 1430 warned = kzalloc(num_nodes * sizeof(int), GFP_KERNEL); in dlm_scan_waiters() 1432 if (!warned) in dlm_scan_waiters() 1434 if (nodeid_warned(lkb->lkb_wait_nodeid, num_nodes, warned)) in dlm_scan_waiters() 1442 kfree(warned); in dlm_scan_waiters()
|
/linux-4.4.14/Documentation/connector/ |
D | connector.txt | 141 so caller is warned that it must be prepared. That is why the struct
|
/linux-4.4.14/Documentation/trace/ |
D | mmiotrace.txt | 28 activation. You can re-enable CPUs by hand, but you have been warned, there
|
/linux-4.4.14/Documentation/scsi/ |
D | in2000.txt | 133 check the 'hostdata->args' section in in2000.h - but be warned! Not
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 1822 static bool warned = false; in intel_pmu_handle_irq() local 1823 if (!warned) { in intel_pmu_handle_irq() 1826 warned = true; in intel_pmu_handle_irq()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 156 static int warned; in iwch_create_cq() local 228 if (!warned++) in iwch_create_cq()
|
/linux-4.4.14/net/ |
D | socket.c | 1109 static int warned; in __sock_create() local 1110 if (!warned) { in __sock_create() 1111 warned = 1; in __sock_create()
|
/linux-4.4.14/arch/m68k/ |
D | Kconfig.cpu | 356 apparently improves performance. But you've been warned! Unless you
|
D | Kconfig.machine | 103 Be warned that this support is very experimental.
|
/linux-4.4.14/Documentation/locking/ |
D | ww-mutex-design.txt | 323 Some of the errors which will be warned about:
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 121 warned!
|
/linux-4.4.14/drivers/ata/ |
D | libata-core.c | 3408 int warned = 0; in ata_wait_ready() local 3458 if (!warned && time_after(now, start + 5 * HZ) && in ata_wait_ready() 3463 warned = 1; in ata_wait_ready()
|
/linux-4.4.14/Documentation/input/ |
D | elantech.txt | 111 received to the syslog before processing it. Be warned that this can
|
/linux-4.4.14/Documentation/filesystems/ |
D | ntfs.txt | 448 number of sectors BEFORE attempting to use it. You have been warned!
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 285 With sparse, the programmer can be warned about confusion between
|
/linux-4.4.14/drivers/platform/x86/ |
D | Kconfig | 715 *notify function only prints the ACPI event type value. Be warned that
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 1001 you have been warned; generally, this can be useful for stress testing various
|
/linux-4.4.14/drivers/md/ |
D | md.c | 5219 int warned = 0; in md_run() local 5233 warned = 1; in md_run() 5237 if (warned) in md_run()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 921 changes. You have been warned! 964 You have been warned!
|
/linux-4.4.14/Documentation/laptops/ |
D | thinkpad-acpi.txt | 273 hotkey_recommended_mask, instead. You have been warned.
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 9 Be warned: Alan Cox is the current maintainer of the Linux sound driver so if
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 676 have been warned.
|