/linux-4.1.27/tools/testing/fault-injection/ |
D | failcmd.sh | 43 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value 51 --ignore-gfp-highmem=value, --min-order=value 91 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,cache-filter: 93 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order: 181 --ignore-gfp-wait) 182 echo $2 > $FAULTATTR/ignore-gfp-wait 189 --ignore-gfp-highmem) 190 echo $2 > $FAULTATTR/ignore-gfp-highmem
|
/linux-4.1.27/scripts/ |
D | tags.sh | 15 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )" 17 ignore="$ignore ( -name *.mod.c ) -prune -o" 29 ignore="$ignore ( -path ${tree}tools ) -prune -o" 53 find ${tree}arch/$1 $ignore $subarchprune $prune -name "$2" \ 64 find $include $ignore -name "$2" -not -type l -print; 71 find ${tree}include $ignore -name config -prune -o -name "$1" \ 79 find ${tree}* $ignore \
|
D | unifdef.c | 179 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */ variable 687 if (ignore[cursym]) in parseline() 1166 ignore[symind] = ignorethis; in addsym()
|
D | checkpatch.pl | 42 my @ignore = (); 140 'ignore=s' => \@ignore, 208 hash_save_array_words(\%ignore_type, \@ignore);
|
D | spelling.txt | 503 ingore||ignore
|
/linux-4.1.27/Documentation/s390/ |
D | CommonIO | 27 You can use the 'all' keyword to ignore all devices. The 'ipldev' and 'condev' 30 operator). The '!' operator will cause the I/O-layer to _not_ ignore a device. 35 will ignore all devices ranging from 0.0.0023 to 0.0.0042 and the device 39 will ignore all devices but 0.0.4711, 0.0.fd00, 0.0.fd01, 0.0.fd02. 51 You can un-ignore certain or all devices by piping to /proc/cio_ignore. 52 "free all" will un-ignore all ignored devices, 53 "free <device range>, <device range>, ..." will un-ignore the specified 58 will un-ignore devices 0.0.0030 to 0.0.0032 and will leave devices 0.0.0023 60 - echo free 0.0.0041 > /proc/cio_ignore will furthermore un-ignore device 62 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored [all …]
|
/linux-4.1.27/drivers/hid/ |
D | hid-input.c | 499 goto ignore; in hidinput_configure_usage() 503 goto ignore; in hidinput_configure_usage() 508 goto ignore; in hidinput_configure_usage() 517 goto ignore; in hidinput_configure_usage() 522 goto ignore; in hidinput_configure_usage() 528 if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore; in hidinput_configure_usage() 573 default: goto ignore; in hidinput_configure_usage() 610 goto ignore; in hidinput_configure_usage() 661 default: goto ignore; in hidinput_configure_usage() 668 goto ignore; in hidinput_configure_usage() [all …]
|
/linux-4.1.27/kernel/trace/ |
D | trace_sched_switch.c | 19 probe_sched_switch(void *ignore, struct task_struct *prev, struct task_struct *next) in probe_sched_switch() argument 29 probe_sched_wakeup(void *ignore, struct task_struct *wakee, int success) in probe_sched_wakeup() argument
|
D | blktrace.c | 731 static void blk_add_trace_rq_abort(void *ignore, in blk_add_trace_rq_abort() argument 737 static void blk_add_trace_rq_insert(void *ignore, in blk_add_trace_rq_insert() argument 743 static void blk_add_trace_rq_issue(void *ignore, in blk_add_trace_rq_issue() argument 749 static void blk_add_trace_rq_requeue(void *ignore, in blk_add_trace_rq_requeue() argument 756 static void blk_add_trace_rq_complete(void *ignore, in blk_add_trace_rq_complete() argument 790 static void blk_add_trace_bio_bounce(void *ignore, in blk_add_trace_bio_bounce() argument 796 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete() argument 803 static void blk_add_trace_bio_backmerge(void *ignore, in blk_add_trace_bio_backmerge() argument 811 static void blk_add_trace_bio_frontmerge(void *ignore, in blk_add_trace_bio_frontmerge() argument 819 static void blk_add_trace_bio_queue(void *ignore, in blk_add_trace_bio_queue() argument [all …]
|
D | trace_functions_graph.c | 51 int ignore; member 1163 if (data && per_cpu_ptr(data->cpu_data, cpu)->ignore) { in print_graph_function_flags() 1164 per_cpu_ptr(data->cpu_data, cpu)->ignore = 0; in print_graph_function_flags() 1177 per_cpu_ptr(data->cpu_data, iter->cpu)->ignore = 1; in print_graph_function_flags() 1330 int *ignore = &(per_cpu_ptr(data->cpu_data, cpu)->ignore); in graph_trace_open() local 1335 *ignore = 0; in graph_trace_open()
|
D | trace_sched_wakeup.c | 358 probe_wakeup_migrate_task(void *ignore, struct task_struct *task, int cpu) in probe_wakeup_migrate_task() argument 423 probe_wakeup_sched_switch(void *ignore, in probe_wakeup_sched_switch() argument 517 probe_wakeup(void *ignore, struct task_struct *p, int success) in probe_wakeup() argument
|
D | trace_syscalls.c | 548 static void perf_syscall_enter(void *ignore, struct pt_regs *regs, long id) in perf_syscall_enter() argument 622 static void perf_syscall_exit(void *ignore, struct pt_regs *regs, long ret) in perf_syscall_exit() argument
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | TREE_RCU-kconfig.txt | 67 Redundant with CONFIG_PREEMPT, ignore. 71 Inspection suffices, ignore. 75 Inspection suffices, ignore.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/backlight/ |
D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input 26 skyworks,ignore-pwm;
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_auto_parser.h | 95 #define snd_hda_parse_pin_def_config(codec, cfg, ignore) \ argument 96 snd_hda_parse_pin_defcfg(codec, cfg, ignore, 0)
|
/linux-4.1.27/drivers/sh/intc/ |
D | access.c | 76 unsigned long ignore) in test_8() argument 83 unsigned long ignore) in test_16() argument 90 unsigned long ignore) in test_32() argument
|
/linux-4.1.27/tools/usb/ |
D | ffs-test.c | 453 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) in fill_in_buf() argument 458 (void)ignore; in fill_in_buf() 478 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) in empty_out_buf() argument 485 (void)ignore; in empty_out_buf() 540 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) in ep0_consume() argument 555 (void)ignore; in ep0_consume()
|
/linux-4.1.27/arch/arm64/crypto/ |
D | aes-ce.S | 32 .macro enc_prepare, rounds, rk, ignore 37 .macro enc_switch_key, rounds, rk, ignore 42 .macro dec_prepare, rounds, rk, ignore
|
/linux-4.1.27/Documentation/fault-injection/ |
D | fault-injection.txt | 98 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem: 104 - /sys/kernel/debug/failslab/ignore-gfp-wait: 105 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait: 180 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-wait 234 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-wait 235 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-highmem
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-srxx-defs.h | 66 uint64_t ignore:16; member 68 uint64_t ignore:16;
|
/linux-4.1.27/arch/powerpc/platforms/512x/ |
D | mpc5121_ads_cpld.c | 89 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument 97 status |= (ignore | mask); in cpld_pic_get_irq()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | isocdata.c | 541 if (unlikely(bcs->ignore)) { in hdlc_done() 542 bcs->ignore--; in hdlc_done() 580 if (unlikely(bcs->ignore)) { in hdlc_frag() 581 bcs->ignore--; in hdlc_frag() 843 if (unlikely(bcs->ignore)) { in trans_receive() 844 bcs->ignore--; in trans_receive()
|
D | gigaset.h | 383 int ignore; member 797 if (bcs->ignore) { in gigaset_new_rx_skb()
|
D | i4l.c | 173 if (bcs->ignore) { in gigaset_isdn_rcv_err() 174 bcs->ignore--; in gigaset_isdn_rcv_err()
|
D | common.c | 638 bcs->ignore = cs->ignoreframes; in gigaset_initbcs() 812 bcs->ignore = cs->ignoreframes; in gigaset_bcs_reinit()
|
D | capi.c | 474 if (bcs->ignore) { in gigaset_isdn_rcv_err() 475 bcs->ignore--; in gigaset_isdn_rcv_err()
|
/linux-4.1.27/include/linux/netfilter/ |
D | nf_conntrack_common.h | 11 unsigned int ignore; member
|
/linux-4.1.27/arch/sparc/kernel/ |
D | hvapi.c | 75 unsigned long ignore; in __put_ref() local 77 sun4v_set_version(p->group, 0, 0, &ignore); in __put_ref()
|
/linux-4.1.27/Documentation/i2c/ |
D | old-module-parameters | 9 "ignore" (to prevent a driver from probing a given address). 34 # modprobe <driver> ignore=1,0x2f
|
D | upgrading-clients | 24 static unsigned short ignore[] = { I2C_CLIENT_END }; 100 - static unsigned short ignore[] = { I2C_CLIENT_END };
|
/linux-4.1.27/Documentation/filesystems/ |
D | udf.txt | 42 They will also accept the string "ignore" and "forget". For files on the disk 44 by the default ID. The ignore option causes the default ID to override all 51 ignore options. This way the interactive user will always see the files
|
D | overlayfs.txt | 14 many use cases will be able to ignore these differences. 27 tools ignore these values and will not be affected.
|
D | 9p.txt | 65 server may override or ignore this value. Certain user
|
D | fuse.txt | 169 The userspace filesystem may ignore the INTERRUPT requests entirely, 248 The solution is not to allow opening device files and ignore
|
D | ext3.txt | 113 data_err=ignore(*) Just print an error message if an error occurs
|
D | affs.txt | 166 Linux will ignore this garbage and recognize the RDB anyway, but
|
D | gfs2-glocks.txt | 69 grant for which we ignore remote demote requests. This is in order to
|
D | vfat.txt | 293 label". Most old software will ignore any directory
|
D | hpfs.txt | 43 What to do with extended attributes. 'no' - ignore them and use always
|
D | ramfs-rootfs-initramfs.txt | 79 Most systems just mount another filesystem over rootfs and ignore it. The
|
D | porting | 442 local filesystems can ignore tha argument - they are guaranteed that the
|
D | ntfs.txt | 143 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.
|
D | relay.txt | 315 interface to retrieve channel data, you can ignore the details of this
|
D | ext4.txt | 231 data_err=ignore(*) Just print an error message if an error occurs
|
D | vfs.txt | 1044 use this directory as an ordinary directory and to ignore anything 1052 ignore d_automount or any mounts.
|
/linux-4.1.27/fs/dlm/ |
D | rcom.c | 589 goto ignore; in dlm_receive_rcom() 592 goto ignore; in dlm_receive_rcom() 595 goto ignore; in dlm_receive_rcom() 598 goto ignore; in dlm_receive_rcom() 642 ignore: in dlm_receive_rcom()
|
/linux-4.1.27/arch/mips/kernel/ |
D | crash.c | 17 static void crash_shutdown_secondary(void *ignore) in crash_shutdown_secondary() argument
|
/linux-4.1.27/drivers/mfd/ |
D | ucb1x00-ts.c | 211 bool frozen, ignore = false; in ucb1x00_thread() local 221 ignore = true; in ucb1x00_thread() 269 if (!ignore) { in ucb1x00_thread()
|
/linux-4.1.27/arch/x86/lib/ |
D | csum-copy_64.S | 43 .macro ignore L=.Lignore macro 106 ignore 2f
|
D | x86-opcode-map.txt | 276 # Note: "forced64" is Intel CPU behavior: they ignore 0x66 prefix
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | sky81452.txt | 23 skyworks,ignore-pwm;
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-platform-_UDC_-gadget | 20 1 -> ignore the FUA flag
|
D | sysfs-class-net-cdc_ncm | 34 Note: Some devices will silently ignore changes to
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | profile-low.S | 36 # ignore userspace
|
/linux-4.1.27/Documentation/ |
D | DMA-attributes.txt | 32 those that do not will simply ignore the attribute and exhibit default 42 those that do not will simply ignore the attribute and exhibit default 68 DMA_ATTR_NO_KERNEL_MAPPING, those that do not will simply ignore the
|
D | rfkill.txt | 51 block, but drivers can ignore the method call since they can use the return
|
D | oops-tracing.txt | 54 applies. Especially, please ignore any references to ksymoops. 128 mostly just ignore any panic reports that don't have the symbol table
|
D | parport.txt | 182 and driver can ignore it if it must.
|
D | workqueue.txt | 142 mark a bound wq to ignore the concurrency management. Please refer to
|
D | kernel-parameters.txt | 342 Recognize and ignore IRQ0/pin2 Interrupt Override. 1311 i8042.unlock [HW] Unlock (ignore) the keylock 1691 Default is 0 (don't ignore, but inject #GP) 1753 libata.ignore_hpa=1 ignore limits, using full disk 2619 ignore detected IRQ/DMA settings because of 3234 reserve= [KNL,BUGS] Force the kernel to ignore some iomem area 3628 Specify if the kernel should ignore (off)
|
D | kobject.txt | 39 safely ignore that implementation detail as the kset core code handles
|
D | DMA-API.txt | 55 implementation may choose to ignore flags that affect the location of
|
D | HOWTO | 442 - ignore comments
|
D | kernel-docs.txt | 312 what the code is for, and I ignore whole tracts of useful
|
D | kmemcheck.txt | 700 to figure out if it's a real error or not, or simply ignore it. Most
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | max8997-regulator.txt | 45 - max8997,pmic-ignore-gpiodvs-side-effect: When GPIO-DVS mode is used for 48 Use this property to ignore such side effects and change the voltage. 102 max8997,pmic-ignore-gpiodvs-side-effect;
|
D | ti-abb-regulator.txt | 60 + efuse maps to RBB mask. Set to 0 to ignore this. 64 Set to 0 to ignore this.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | simple-framebuffer-sunxi.txt | 9 firmware / bootloader use, and the OS should ignore them.
|
/linux-4.1.27/tools/testing/ktest/examples/ |
D | snowball.conf | 38 IGNORE_CONFIG = ${THIS_DIR}/config.ignore
|
/linux-4.1.27/drivers/input/gameport/ |
D | gameport.c | 738 drv->ignore = true; in __gameport_register_driver() 750 drv->ignore = false; in __gameport_register_driver() 767 drv->ignore = true; /* so gameport_find_driver ignores it */ in gameport_unregister_driver() 790 return !gameport_drv->ignore; in gameport_bus_match()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | usbduxfast.c | 162 int ignore; /* counter which ignores the first member 245 if (devpriv->ignore) { in usbduxfast_ai_handle_urb() 246 devpriv->ignore--; in usbduxfast_ai_handle_urb() 482 devpriv->ignore = PACKETS_TO_IGNORE; in usbduxfast_ai_cmd()
|
/linux-4.1.27/ |
D | .gitignore | 63 # git files that we don't want to ignore even it they are dot-files
|
D | README | 365 line (ignore the "0010:"), and look it up in the kernel namelist to
|
/linux-4.1.27/Documentation/ioctl/ |
D | hdio.txt | 25 HDIO_GET_NOWERR get ignore-write-error flag 46 HDIO_SET_NOWERR change ignore-write-error flag 321 HDIO_GET_NOWERR get ignore-write-error flag 331 The value of the current ignore-write-error flag 527 handy, you should probably ignore this ioctl. 732 handy, you should probably ignore this ioctl. 795 handy, you should probably ignore this ioctl. 866 HDIO_SET_NOWERR change ignore-write-error flag 874 New value for ignore-write-error flag. Used for ignoring
|
D | cdrom.txt | 248 Other devices ignore the ioctl completely.
|
/linux-4.1.27/drivers/auxdisplay/ |
D | Kconfig | 68 If you don't know what I'm talking about, ignore it. 117 If you don't know what I'm talking about, ignore it.
|
/linux-4.1.27/net/core/ |
D | drop_monitor.c | 185 static void trace_kfree_skb_hit(void *ignore, struct sk_buff *skb, void *location) in trace_kfree_skb_hit() argument 190 static void trace_napi_poll_hit(void *ignore, struct napi_struct *napi) in trace_napi_poll_hit() argument
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | maintidi.c | 264 int ignore = 0; in SuperTraceMessageInput() local 270 ignore = 1; in SuperTraceMessageInput() 273 ignore = 1; in SuperTraceMessageInput() 276 ignore = 1; in SuperTraceMessageInput() 279 ignore = 1; in SuperTraceMessageInput() 282 ignore = 1; in SuperTraceMessageInput() 285 ignore = 1; in SuperTraceMessageInput() 287 ignore = 1; in SuperTraceMessageInput() 291 ignore = 1; in SuperTraceMessageInput() 294 ignore = 1; in SuperTraceMessageInput() [all …]
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | ads7846.c | 77 bool ignore; member 710 packet->tc.ignore = true; in ads7846_read_state() 728 packet->tc.ignore = true; in ads7846_read_state() 734 packet->tc.ignore = false; in ads7846_read_state() 799 if (packet->tc.ignore || Rt > ts->pressure_max) { in ads7846_report_state() 801 packet->tc.ignore, Rt); in ads7846_report_state()
|
/linux-4.1.27/arch/mips/ |
D | Kconfig.debug | 62 when you want to add some extra options to the command line or ignore 76 By setting this option to 'Y' you will have your kernel ignore
|
/linux-4.1.27/Documentation/hid/ |
D | uhid.txt | 58 You may decide to ignore UHID_OPEN/UHID_CLOSE, though. I/O is allowed even 151 device provides is read by some other process. You may ignore this event but 158 the counterpart of UHID_OPEN and you may as well ignore this event. 177 timed out, the kernel will ignore the response silently. The "id" field is
|
D | hid-transport.txt | 240 Transport drivers are free to ignore it and deinitialize devices after they
|
/linux-4.1.27/net/tipc/ |
D | msg.h | 814 bool ignore = true; in tipc_skb_peek_port() local 822 ignore = false; in tipc_skb_peek_port() 823 else if (!ignore) in tipc_skb_peek_port()
|
/linux-4.1.27/Documentation/devicetree/bindings/drm/tilcdc/ |
D | panel.txt | 12 - sync-ctrl: Horizontal and Vertical Sync: Control: 0=ignore
|
/linux-4.1.27/include/linux/ |
D | gameport.h | 63 bool ignore; member
|
/linux-4.1.27/arch/arm/mach-sa1100/ |
D | badge4.c | 166 static int __init five_v_on_setup(char *ignore) in five_v_on_setup() argument
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 5 ir-kbd-i2c to ignore Z8 IR units.
|
/linux-4.1.27/net/sched/ |
D | sch_dsmark.c | 177 goto ignore; in dsmark_walk() 184 ignore: in dsmark_walk()
|
/linux-4.1.27/drivers/pcmcia/ |
D | tcic.c | 66 static int ignore = -1; variable 89 module_param(ignore, int, 0444); 403 if ((i == ignore) || is_active(i)) continue; in init_tcic()
|
D | i82365.c | 81 static int ignore = -1; variable 112 module_param(ignore, int, 0444); 794 if (i == ignore) continue; in isa_probe() 813 if ((ignore == i+j) || (identify(port, sock+j) < 0)) in isa_probe()
|
/linux-4.1.27/arch/x86/oprofile/ |
D | op_model_ppro.c | 228 static int arch_perfmon_init(struct oprofile_operations *ignore) in arch_perfmon_init() argument
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_operr.S | 174 andw #0x7FFF,%d0 |ignore sign bit 201 andw #0x7FFF,%d0 |ignore sign bit
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 25 activate_slack number of fingers to ignore before processing events 33 deactivate_slack the number of "no contact" frames to ignore before
|
D | sentelic.txt | 469 section A for packet parsing detail(ignore byte 4, bit ~ 7) 481 section A for packet parsing detail (ignore byte 4, bit ~ 7)
|
D | event-codes.txt | 90 Client should ignore all events up to and including next SYN_REPORT
|
D | elantech.txt | 562 When we encounter this kind of packet, we just ignore it.
|
/linux-4.1.27/arch/s390/kernel/ |
D | relocate_kernel.S | 79 je .top # NO, ignore it...
|
D | ipl.c | 1724 static void __do_restart(void *ignore) in __do_restart() argument
|
/linux-4.1.27/fs/ocfs2/dlm/ |
D | dlmunlock.c | 401 int ignore; in dlm_unlock_lock_handler() local 499 status = dlmunlock_master(dlm, res, lock, lksb, flags, &ignore); in dlm_unlock_lock_handler()
|
/linux-4.1.27/Documentation/isdn/ |
D | README.diversion | 64 Actions that may be invoked by a rule are ignore, proceed, reject, 66 All incoming calls matching a rule except the ignore rule a reported and
|
D | syncPPP.FAQ | 65 A: The device is a fake ethernet device .. ignore IRQ and baseaddr
|
D | INTERFACE | 724 loading the driver. The LL has to ignore a disabled channel when searching
|
/linux-4.1.27/drivers/cdrom/ |
D | gdrom.c | 385 static int gdrom_drivestatus(struct cdrom_device_info *cd_info, int ignore) in gdrom_drivestatus() argument 399 unsigned int clearing, int ignore) in gdrom_check_events() argument
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-service-time.txt | 56 have zero 'relative_throughput', ignore those paths with zero
|
D | dm-crypt.txt | 58 The default is to ignore discard requests.
|
D | statistics.txt | 55 created and ignore those created by others.
|
/linux-4.1.27/tools/perf/util/ |
D | symbol.h | 57 bool ignore; member
|
D | session.c | 1553 if (node->sym && node->sym->ignore) in perf_evsel__print_ip() 1591 if (al->sym && al->sym->ignore) in perf_evsel__print_ip()
|
/linux-4.1.27/arch/m68k/68360/ |
D | head-rom.S | 413 ignore: rte label
|
D | head-ram.S | 402 ignore: rte label
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-fw-file.h | 165 __le64 ignore; member
|
/linux-4.1.27/Documentation/networking/ |
D | openvswitch.txt | 108 space program. The kernel can ignore the mask attribute, installing an exact 115 Since the kernel may ignore or modify wildcard bits, it can be difficult for 182 ignore the "vlan" attribute that it does not understand and therefore
|
D | policy-routing.txt | 75 1. Just ignore classes. All the routes are put into MAIN class
|
D | cdc_mbim.txt | 29 makes the cdc_mbim driver ignore these functions and lets the cdc_ncm 256 BPF_STMT(BPF_RET|BPF_K, 0), /* ignore */
|
D | e1000e.txt | 235 If set to 1, configure the hardware to ignore all write/erase cycles to the
|
D | ip-sysctl.txt | 801 If set non-zero, then the kernel will ignore all ICMP ECHO 806 If set non-zero, then the kernel will ignore all ICMP ECHO and 1076 In this mode we ignore the source address in the IP packet
|
/linux-4.1.27/drivers/ata/ |
D | ata_piix.c | 1631 const struct dmi_system_id *ignore = dmi_first_match(ignore_hyperv); in piix_ignore_devices_quirk() local 1634 if (ignore && !allow && prefer_ms_hyperv) { in piix_ignore_devices_quirk() 1637 ignore->ident); in piix_ignore_devices_quirk()
|
/linux-4.1.27/drivers/net/phy/ |
D | phy.c | 667 goto ignore; in phy_change() 690 ignore: in phy_change()
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xpc_main.c | 257 xpc_hb_checker(void *ignore) in xpc_hb_checker() argument 323 xpc_initiate_discovery(void *ignore) in xpc_initiate_discovery() argument
|
/linux-4.1.27/Documentation/serial/ |
D | driver | 236 IGNPAR - ignore parity and framing errors 237 IGNBRK - ignore break errors, If IGNPAR is also 238 set, ignore overrun errors as well.
|
/linux-4.1.27/Documentation/hwmon/ |
D | w83627hf | 62 doesn't help, you may just ignore the bogus VID reading with no harm done.
|
D | pc87360 | 183 shouldn't be changed once the monitoring has started, but we ignore that
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | gic.txt | 45 in 2014 seem to ignore the setting of this flag and use the hardware
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | TODO | 47 examine a flag, which if set forced it to ignore the rounding mode in
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 91 ** 1. modify arcmsr_drain_donequeue() to ignore unknown
|
D | 53c700.txt | 117 to the board designer. Usually it is safe to ignore this setting.
|
D | ncr53c8xx.txt | 814 0x02 ignore NVRAM "Synchronous negotiation" parameters for all devices 815 0x04 ignore NVRAM "Wide negotiation" parameter for all devices 816 0x08 ignore NVRAM "Scan at boot time" parameter for all devices 839 If a host SCSI id is available from the NVRAM, the driver will ignore 943 information it will ignore. 974 to ignore some options configured in the NVRAM, as follow: 978 0x02 ignore NVRAM "Synchronous negotiation" parameters for all devices 979 0x04 ignore NVRAM "Wide negotiation" parameter for all devices 980 0x08 ignore NVRAM "Scan at boot time" parameter for all devices
|
D | sym53c8xx_2.txt | 488 If a host SCSI id is available from the NVRAM, the driver will ignore 534 0x02 ignore NVRAM "Synchronous negotiation" parameters for all devices 535 0x04 ignore NVRAM "Wide negotiation" parameter for all devices 536 0x08 ignore NVRAM "Scan at boot time" parameter for all devices
|
D | arcmsr_spec.txt | 51 ** 0 : no error, ignore AdapStatus/DevStatus/SenseData
|
D | aic7xxx.txt | 140 - Correct and simplify handling of the ignore wide residue
|
D | aic79xx.txt | 98 - Correct and simplify handling of the ignore wide residue
|
/linux-4.1.27/arch/nios2/ |
D | Kconfig | 127 Set this to ignore the bootargs property from the devicetree's
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 202 * - Added ignore parameter to ide-cd (as a module), eg 203 * insmod ide-cd ignore='hda hdb'
|
D | ide.txt | 223 * "nowerr=[interface_number.device_number]" to ignore the WRERR_STAT bit
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-parameters.txt | 251 soft_noboot: Watchdog action, set to 1 to ignore reboots, 0 to reboot 324 soft_noboot: Softdog action, set to 1 to ignore reboots, 0 to reboot
|
/linux-4.1.27/drivers/scsi/ |
D | pmcraid.c | 1133 atomic_set(&(cmd->drv_inst->ccn.ignore), 0); in pmcraid_send_hcam_cmd() 1135 atomic_set(&(cmd->drv_inst->ldn.ignore), 0); in pmcraid_send_hcam_cmd() 1798 atomic_read(&pinstance->ccn.ignore) == 1) { in pmcraid_process_ccn() 1839 atomic_read(&pinstance->ccn.ignore) == 1) { in pmcraid_process_ldn() 1895 atomic_set(&pinstance->ccn.ignore, 1); in pmcraid_unregister_hcams() 1896 atomic_set(&pinstance->ldn.ignore, 1); in pmcraid_unregister_hcams() 4930 atomic_set(&pinstance->ccn.ignore, 0); in pmcraid_allocate_hcams() 4931 atomic_set(&pinstance->ldn.ignore, 0); in pmcraid_allocate_hcams()
|
D | pmcraid.h | 663 atomic_t ignore; /* process HCAM response ? */ member
|
D | 53c700.scr | 228 ; Come here from the message processor to ignore the message
|
D | fdomain.c | 1013 static const char *fdomain_16x0_info( struct Scsi_Host *ignore ) in fdomain_16x0_info() argument
|
D | 53c700_d.h_shipped | 378 ; Come here from the message processor to ignore the message
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 384 st->ignore, in ct_cpu_seq_show()
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | gadget.c | 459 bool ignore, bool restore) in dwc3_gadget_set_ep_config() argument 475 if (ignore) in dwc3_gadget_set_ep_config() 541 bool ignore, bool restore) in __dwc3_gadget_ep_enable() argument 555 ret = dwc3_gadget_set_ep_config(dwc, dep, desc, comp_desc, ignore, in __dwc3_gadget_ep_enable()
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_standalone.c | 325 st->ignore, in ct_cpu_seq_show()
|
D | nf_conntrack_core.c | 1076 NF_CT_STAT_INC_ATOMIC(net, ignore); in nf_conntrack_in()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 181 --ignore-callees=<regex>::
|
D | perf-report.txt | 209 --ignore-callees=<regex>::
|
/linux-4.1.27/tools/perf/ |
D | builtin-top.c | 668 sym->ignore = true; in symbol_filter() 775 if (al.sym == NULL || !al.sym->ignore) { in perf_event__process_sample()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_core.c | 632 int ignore = 0; in musb_stage0_irq() local 664 ignore = 1; in musb_stage0_irq() 677 dev_printk(ignore ? KERN_DEBUG : KERN_ERR, musb->controller, in musb_stage0_irq() 697 if (!ignore) in musb_stage0_irq()
|
/linux-4.1.27/Documentation/console/ |
D | console.txt | 70 3. uevent - ignore this file
|
/linux-4.1.27/scripts/kconfig/ |
D | qconf.cc | 862 e->ignore(); in contextMenuEvent() 1657 e->ignore(); in closeEvent() 1663 e->ignore(); in closeEvent()
|
D | zconf.lex.c_shipped | 1158 /* ignore */
|
/linux-4.1.27/Documentation/usb/ |
D | dma.txt | 8 The big picture is that USB drivers can continue to ignore most DMA issues,
|
D | URB.txt | 188 (ignore the return value; it is the same as the argument) and
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | exynos4210-trats.dts | 198 max8997,pmic-ignore-gpiodvs-side-effect;
|
/linux-4.1.27/Documentation/vm/ |
D | hwpoison.txt | 19 * just ignore it because no corruption has been consumed yet. Instead
|
D | transhuge.txt | 171 ignore it.
|
D | numa_memory_policy.txt | 122 pages for regular files mmap()ed with MAP_SHARED ignore any VMA
|
D | unevictable-lru.txt | 402 get_user_pages() was enhanced to accept a flag to ignore the permissions when
|
/linux-4.1.27/Documentation/development-process/ |
D | 6.Followthrough | 74 One fatal mistake is to ignore review comments in the hope that they will 141 the patch before. It may be tempting to ignore them, since there is no
|
D | 2.Process | 399 mailbox. One must be able to ignore the stream for sustained periods of 409 response, ignore them.
|
D | 4.Coding | 129 In general, kernel programmers ignore cache effects at their peril. The
|
/linux-4.1.27/Documentation/fb/ |
D | uvesafb.txt | 44 compliant, while they simply ignore any refresh rate settings.
|
D | api.txt | 301 drivers must ignore them. Values other than 0 may get a meaning in future
|
/linux-4.1.27/Documentation/driver-model/ |
D | driver.txt | 101 made easier. Drivers can ignore the generic structure altogether and
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats.txt | 147 independently, it can always ignore attributes whose type it does not
|
/linux-4.1.27/drivers/md/ |
D | raid10.c | 100 static int _enough(struct r10conf *conf, int previous, int ignore); 1607 static int _enough(struct r10conf *conf, int previous, int ignore) in _enough() argument 1627 if (this != ignore && in _enough() 1643 static int enough(struct r10conf *conf, int ignore) in enough() argument 1650 return _enough(conf, 0, ignore) && in enough() 1651 _enough(conf, 1, ignore); in enough()
|
/linux-4.1.27/fs/affs/ |
D | Changes | 255 - rename() will not ignore changes in filename
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_svc.h | 750 bfa_status_t bfa_fcdiag_queuetest(struct bfa_s *bfa, u32 ignore,
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 61 Any debugfs dump method should normally ignore signals which haven't been
|
D | consumer.txt | 223 following set of calls ignore the active-low property of a GPIO and work on the
|
/linux-4.1.27/Documentation/mic/mpssd/ |
D | mpssd.c | 1558 struct sigaction ignore = { in init_mic() local 1579 sigaction(SIGUSR1, &ignore, NULL); in init_mic()
|
/linux-4.1.27/mm/ |
D | mmap.c | 422 static void validate_mm_rb(struct rb_root *root, struct vm_area_struct *ignore) in validate_mm_rb() argument 429 VM_BUG_ON_VMA(vma != ignore && in validate_mm_rb() 475 #define validate_mm_rb(root, ignore) do { } while (0) argument
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | msr.txt | 250 It is always safe for the guest to ignore the optimization and perform
|
D | mmu.txt | 433 number, it will ignore the cached MMIO information and handle the page
|
D | timekeeping.txt | 488 to simply ignore it. Guests which have a separate time source for tracking
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | compress_offload.txt | 122 cases decoders will ignore other fields, while encoders will strictly
|
/linux-4.1.27/arch/tile/ |
D | Kconfig | 369 Set this option to 'Y' to have the kernel ignore the boot loader
|
/linux-4.1.27/sound/soc/ |
D | soc-pcm.c | 119 bool ignore = true; in snd_soc_runtime_ignore_pmdown_time() local 125 ignore &= rtd->codec_dais[i]->component->ignore_pmdown_time; in snd_soc_runtime_ignore_pmdown_time() 127 return rtd->cpu_dai->component->ignore_pmdown_time && ignore; in snd_soc_runtime_ignore_pmdown_time()
|
/linux-4.1.27/Documentation/locking/ |
D | ww-mutex-design.txt | 24 simplified understanding of the problem you can ignore this.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
D | g98.fuc0s | 211 // mthd 0 and 0x100 [NAME, NOP]: ignore
|
/linux-4.1.27/fs/logfs/ |
D | journal.c | 464 static void account_shadow(void *_shadow, unsigned long _sb, u64 ignore, in account_shadow() argument
|
D | readwrite.c | 2107 static void __set_segment_reserved(struct logfs_segment_entry *se, long ignore) in __set_segment_reserved() argument
|
/linux-4.1.27/drivers/mtd/maps/ |
D | Kconfig | 247 Mapping for the Flaga digital module. If you don't have one, ignore
|
/linux-4.1.27/Documentation/RCU/ |
D | torture.txt | 58 -not- permit this know to ignore this variable.)
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace-design.txt | 197 pointer under different optimization levels, then ignore this option.
|
/linux-4.1.27/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 23 Another "traditional" technique is to ignore such errors, which
|
D | pci_iov_resource_on_powernv.txt | 121 that has been assigned by FW for the PHB (about 64GB, ignore the space
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptbase.c | 182 static int mpt_diag_reset(MPT_ADAPTER *ioc, int ignore, int sleepFlag); 183 static int KickStart(MPT_ADAPTER *ioc, int ignore, int sleepFlag); 3948 mpt_diag_reset(MPT_ADAPTER *ioc, int ignore, int sleepFlag) in mpt_diag_reset() argument 3963 if (!ignore) in mpt_diag_reset() 4022 if (ignore || !(diag0val & MPI_DIAG_RESET_HISTORY)) { in mpt_diag_reset()
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_scsih.c | 177 u8 ignore; member 3478 fw_event->ignore) in _scsih_check_topo_delete_events() 3490 fw_event->ignore = 1; in _scsih_check_topo_delete_events() 5516 if (fw_event->ignore) { in _scsih_sas_topology_change_event() 5546 if (fw_event->ignore) { in _scsih_sas_topology_change_event()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_scsih.c | 192 u8 ignore; member 3173 fw_event->ignore) in _scsih_check_topo_delete_events() 3185 fw_event->ignore = 1; in _scsih_check_topo_delete_events() 5088 if (fw_event->ignore) { in _scsih_sas_topology_change_event() 5118 if (fw_event->ignore) { in _scsih_sas_topology_change_event()
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 372 IO_STATE(R_SYNC_SERIAL1_CTRL, error, ignore) | in initialize_port()
|
/linux-4.1.27/firmware/keyspan_pda/ |
D | keyspan_pda.S | 613 ;; since we only have one interface, ignore wIndexL, return a 0
|
D | xircom_pgs.S | 651 ;; since we only have one interface, ignore wIndexL, return a 0
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 471 goto ignore; in kiblnd_rx_complete() 523 ignore: in kiblnd_rx_complete()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 183 goto ignore; in mlx4_en_filter_work() 205 ignore: in mlx4_en_filter_work()
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 380 no slot reset capability may want to just "ignore" drivers that can't
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1796 it has been loaded by the boot loader and will ignore above physical 1915 CONFIG_RELOCATABLE is not set, kernel will ignore the run time 2043 Set this option to 'Y' to have the kernel ignore the boot loader 2153 This option will ignore USER SUSPEND requests. On machines with a
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 107 and its attributes, allowing the subsystem to ignore all but the
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 154 The ACPI core will ignore any provided RSDT (Root System Description Table).
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.c | 5628 int ignore; in pevent_parse_header_page() local 5648 &ignore, 0); in pevent_parse_header_page()
|