Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 200 of 231) sorted by relevance

12

/linux-4.4.14/drivers/crypto/nx/
Dnx-842.c171 u16 *ignore, in compress() argument
248 *ignore = slen - p->iremain; in compress()
253 slen, *ignore, dlen, dskip); in compress()
269 u16 ignore = 0; in nx842_crypto_compress() local
299 hdr->ignore = 0; in nx842_crypto_compress()
310 if (ignore) in nx842_crypto_compress()
311 pr_warn("interal error, ignore is set %x\n", ignore); in nx842_crypto_compress()
313 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); in nx842_crypto_compress()
325 hdr->ignore = cpu_to_be16(ignore); in nx842_crypto_compress()
326 if (ignore) in nx842_crypto_compress()
[all …]
Dnx-842.h157 __be16 ignore; /* decompressed end bytes to ignore */ member
/linux-4.4.14/tools/testing/fault-injection/
Dfailcmd.sh43 --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.4.14/scripts/
Dtags.sh15 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 \
Dcheckkconfigsymbols.py99 if opts.ignore:
101 re.match(opts.ignore, "this/is/just/a/test.c")
130 undefined_a = check_symbols(opts.ignore)
134 undefined_b = check_symbols(opts.ignore)
160 undefined = check_symbols(opts.ignore)
212 def check_symbols(ignore): argument
238 if ignore and re.match(ignore, sfile):
244 if ignore and re.match(ignore, kfile):
Dget_maintainer.pl193 open(my $ignore, '<', "$ignore_file")
195 while (<$ignore>) {
208 close($ignore);
541 foreach my $ignore (@ignore_emails) {
542 return 1 if ($ignore eq $address);
Dunifdef.c179 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */ variable
687 if (ignore[cursym]) in parseline()
1166 ignore[symind] = ignorethis; in addsym()
Dcheckpatch.pl44 my @ignore = ();
146 'ignore=s' => \@ignore,
215 hash_save_array_words(\%ignore_type, \@ignore);
Dspelling.txt520 ingore||ignore
/linux-4.4.14/Documentation/s390/
DCommonIO27 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.4.14/drivers/hid/
Dhid-input.c499 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.4.14/kernel/trace/
Dtrace_sched_switch.c19 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch() argument
30 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
Dblktrace.c726 static void blk_add_trace_rq_abort(void *ignore, in blk_add_trace_rq_abort() argument
732 static void blk_add_trace_rq_insert(void *ignore, in blk_add_trace_rq_insert() argument
738 static void blk_add_trace_rq_issue(void *ignore, in blk_add_trace_rq_issue() argument
744 static void blk_add_trace_rq_requeue(void *ignore, in blk_add_trace_rq_requeue() argument
751 static void blk_add_trace_rq_complete(void *ignore, in blk_add_trace_rq_complete() argument
782 static void blk_add_trace_bio_bounce(void *ignore, in blk_add_trace_bio_bounce() argument
788 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete() argument
795 static void blk_add_trace_bio_backmerge(void *ignore, in blk_add_trace_bio_backmerge() argument
803 static void blk_add_trace_bio_frontmerge(void *ignore, in blk_add_trace_bio_frontmerge() argument
811 static void blk_add_trace_bio_queue(void *ignore, in blk_add_trace_bio_queue() argument
[all …]
Dtrace_functions_graph.c51 int ignore; member
1168 if (data && per_cpu_ptr(data->cpu_data, cpu)->ignore) { in print_graph_function_flags()
1169 per_cpu_ptr(data->cpu_data, cpu)->ignore = 0; in print_graph_function_flags()
1182 per_cpu_ptr(data->cpu_data, iter->cpu)->ignore = 1; in print_graph_function_flags()
1337 int *ignore = &(per_cpu_ptr(data->cpu_data, cpu)->ignore); in graph_trace_open() local
1342 *ignore = 0; in graph_trace_open()
Dtrace_sched_wakeup.c362 probe_wakeup_migrate_task(void *ignore, struct task_struct *task, int cpu) in probe_wakeup_migrate_task() argument
427 probe_wakeup_sched_switch(void *ignore, bool preempt, in probe_wakeup_sched_switch() argument
521 probe_wakeup(void *ignore, struct task_struct *p) in probe_wakeup() argument
Dtrace_syscalls.c549 static void perf_syscall_enter(void *ignore, struct pt_regs *regs, long id) in perf_syscall_enter() argument
623 static void perf_syscall_exit(void *ignore, struct pt_regs *regs, long ret) in perf_syscall_exit() argument
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
DTREE_RCU-kconfig.txt56 Redundant with CONFIG_PREEMPT, ignore.
60 Inspection suffices, ignore.
64 Inspection suffices, ignore.
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/
Dsky81452-backlight.txt12 - skyworks,ignore-pwm : Ignore both PWM input
26 skyworks,ignore-pwm;
/linux-4.4.14/sound/pci/hda/
Dhda_auto_parser.h95 #define snd_hda_parse_pin_def_config(codec, cfg, ignore) \ argument
96 snd_hda_parse_pin_defcfg(codec, cfg, ignore, 0)
/linux-4.4.14/drivers/sh/intc/
Daccess.c76 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.4.14/Documentation/fault-injection/
Dfault-injection.txt102 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-highmem:
108 - /sys/kernel/debug/failslab/ignore-gfp-wait:
109 - /sys/kernel/debug/fail_page_alloc/ignore-gfp-wait:
120 - /sys/kernel/debug/fail_futex/ignore-private:
191 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-wait
245 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-wait
246 echo 1 > /sys/kernel/debug/$FAILTYPE/ignore-gfp-highmem
/linux-4.4.14/tools/usb/
Dffs-test.c453 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.4.14/arch/arm64/crypto/
Daes-ce.S32 .macro enc_prepare, rounds, rk, ignore
37 .macro enc_switch_key, rounds, rk, ignore
42 .macro dec_prepare, rounds, rk, ignore
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-srxx-defs.h66 uint64_t ignore:16; member
68 uint64_t ignore:16;
/linux-4.4.14/arch/powerpc/platforms/512x/
Dmpc5121_ads_cpld.c89 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.4.14/drivers/isdn/gigaset/
Disocdata.c541 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()
Dgigaset.h383 int ignore; member
797 if (bcs->ignore) { in gigaset_new_rx_skb()
Di4l.c173 if (bcs->ignore) { in gigaset_isdn_rcv_err()
174 bcs->ignore--; in gigaset_isdn_rcv_err()
Dcommon.c638 bcs->ignore = cs->ignoreframes; in gigaset_initbcs()
812 bcs->ignore = cs->ignoreframes; in gigaset_bcs_reinit()
Dcapi.c474 if (bcs->ignore) { in gigaset_isdn_rcv_err()
475 bcs->ignore--; in gigaset_isdn_rcv_err()
/linux-4.4.14/include/linux/netfilter/
Dnf_conntrack_common.h11 unsigned int ignore; member
/linux-4.4.14/arch/sparc/kernel/
Dhvapi.c75 unsigned long ignore; in __put_ref() local
77 sun4v_set_version(p->group, 0, 0, &ignore); in __put_ref()
/linux-4.4.14/Documentation/i2c/
Dold-module-parameters9 "ignore" (to prevent a driver from probing a given address).
34 # modprobe <driver> ignore=1,0x2f
Dupgrading-clients24 static unsigned short ignore[] = { I2C_CLIENT_END };
100 - static unsigned short ignore[] = { I2C_CLIENT_END };
/linux-4.4.14/Documentation/filesystems/
Dudf.txt42 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
Doverlayfs.txt15 many use cases will be able to ignore these differences.
28 tools ignore these values and will not be affected.
D9p.txt65 server may override or ignore this value. Certain user
Dfuse.txt169 The userspace filesystem may ignore the INTERRUPT requests entirely,
248 The solution is not to allow opening device files and ignore
Daffs.txt166 Linux will ignore this garbage and recognize the RDB anyway, but
Dgfs2-glocks.txt69 grant for which we ignore remote demote requests. This is in order to
Dvfat.txt293 label". Most old software will ignore any directory
Dhpfs.txt43 What to do with extended attributes. 'no' - ignore them and use always
Dporting442 local filesystems can ignore tha argument - they are guaranteed that the
Dramfs-rootfs-initramfs.txt79 Most systems just mount another filesystem over rootfs and ignore it. The
Drelay.txt315 interface to retrieve channel data, you can ignore the details of this
Dntfs.txt143 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.
Dext4.txt231 data_err=ignore(*) Just print an error message if an error occurs
Dvfs.txt1051 use this directory as an ordinary directory and to ignore anything
1059 ignore d_automount or any mounts.
/linux-4.4.14/fs/dlm/
Drcom.c589 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.4.14/arch/x86/lib/
Dcsum-copy_64.S42 .macro ignore L=.Lignore macro
98 ignore 2f
/linux-4.4.14/arch/mips/kernel/
Dcrash.c17 static void crash_shutdown_secondary(void *ignore) in crash_shutdown_secondary() argument
/linux-4.4.14/drivers/mfd/
Ducb1x00-ts.c211 bool frozen, ignore = false; in ucb1x00_thread() local
221 ignore = true; in ucb1x00_thread()
269 if (!ignore) { in ucb1x00_thread()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dsky81452.txt23 skyworks,ignore-pwm;
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-devices-platform-_UDC_-gadget20 1 -> ignore the FUA flag
Dsysfs-class-net-cdc_ncm34 Note: Some devices will silently ignore changes to
/linux-4.4.14/arch/mn10300/kernel/
Dprofile-low.S36 # ignore userspace
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dmax8997-regulator.txt45 - 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;
Dqcom,spmi-regulator.txt125 0 = ignore all hardware enable signals
137 0 = ignore all hardware enable signals
Dti-abb-regulator.txt60 + efuse maps to RBB mask. Set to 0 to ignore this.
64 Set to 0 to ignore this.
/linux-4.4.14/Documentation/
DDMA-attributes.txt32 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
Drfkill.txt51 block, but drivers can ignore the method call since they can use the return
Doops-tracing.txt54 applies. Especially, please ignore any references to ksymoops.
128 mostly just ignore any panic reports that don't have the symbol table
Dparport.txt182 and driver can ignore it if it must.
Dworkqueue.txt142 mark a bound wq to ignore the concurrency management. Please refer to
Dkernel-parameters.txt368 Recognize and ignore IRQ0/pin2 Interrupt Override.
1375 i8042.unlock [HW] Unlock (ignore) the keylock
1756 Default is 0 (don't ignore, but inject #GP)
1818 libata.ignore_hpa=1 ignore limits, using full disk
2696 ignore detected IRQ/DMA settings because of
3354 reserve= [KNL,BUGS] Force the kernel to ignore some iomem area
3748 Specify if the kernel should ignore (off)
Dkobject.txt39 safely ignore that implementation detail as the kset core code handles
DDMA-API.txt55 implementation may choose to ignore flags that affect the location of
/linux-4.4.14/tools/testing/ktest/examples/
Dsnowball.conf38 IGNORE_CONFIG = ${THIS_DIR}/config.ignore
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsimple-framebuffer-sunxi.txt9 firmware / bootloader use, and the OS should ignore them.
/linux-4.4.14/drivers/input/gameport/
Dgameport.c738 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.4.14/drivers/staging/comedi/drivers/
Dusbduxfast.c162 int ignore; /* counter which ignores the first buffers */ member
240 if (devpriv->ignore) { in usbduxfast_ai_handle_urb()
241 devpriv->ignore--; in usbduxfast_ai_handle_urb()
485 devpriv->ignore = PACKETS_TO_IGNORE; in usbduxfast_ai_cmd()
/linux-4.4.14/Documentation/ioctl/
Dhdio.txt25 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
Dcdrom.txt248 Other devices ignore the ioctl completely.
/linux-4.4.14/drivers/auxdisplay/
DKconfig68 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.4.14/net/core/
Ddrop_monitor.c185 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.4.14/drivers/isdn/hardware/eicon/
Dmaintidi.c264 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.4.14/drivers/input/touchscreen/
Dads7846.c77 bool ignore; member
712 packet->tc.ignore = true; in ads7846_read_state()
730 packet->tc.ignore = true; in ads7846_read_state()
736 packet->tc.ignore = false; in ads7846_read_state()
801 if (packet->tc.ignore || Rt > ts->pressure_max) { in ads7846_report_state()
803 packet->tc.ignore, Rt); in ads7846_report_state()
/linux-4.4.14/
D.gitignore65 # git files that we don't want to ignore even it they are dot-files
DREADME365 line (ignore the "0010:"), and look it up in the kernel namelist to
/linux-4.4.14/Documentation/hid/
Duhid.txt58 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
Dhid-transport.txt240 Transport drivers are free to ignore it and deinitialize devices after they
/linux-4.4.14/net/tipc/
Dmsg.h836 bool ignore = true; in tipc_skb_peek_port() local
844 ignore = false; in tipc_skb_peek_port()
845 else if (!ignore) in tipc_skb_peek_port()
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/
Dpanel.txt12 - sync-ctrl: Horizontal and Vertical Sync: Control: 0=ignore
/linux-4.4.14/include/linux/
Dgameport.h63 bool ignore; member
/linux-4.4.14/drivers/staging/media/lirc/
DTODO.lirc_zilog5 ir-kbd-i2c to ignore Z8 IR units.
/linux-4.4.14/arch/arm/mach-sa1100/
Dbadge4.c166 static int __init five_v_on_setup(char *ignore) in five_v_on_setup() argument
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db21 API-ata-cable-ignore
60 API-sata-lpm-ignore-phy-events
Dalsa-driver-api.xml.db326 API-snd-soc-dapm-ignore-suspend
/linux-4.4.14/drivers/pcmcia/
Dtcic.c66 static int ignore = -1; variable
89 module_param(ignore, int, 0444);
403 if ((i == ignore) || is_active(i)) continue; in init_tcic()
Di82365.c81 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.4.14/arch/x86/oprofile/
Dop_model_ppro.c228 static int arch_perfmon_init(struct oprofile_operations *ignore) in arch_perfmon_init() argument
/linux-4.4.14/arch/m68k/fpsp040/
Dx_operr.S174 andw #0x7FFF,%d0 |ignore sign bit
201 andw #0x7FFF,%d0 |ignore sign bit
/linux-4.4.14/net/sched/
Dsch_dsmark.c173 goto ignore; in dsmark_walk()
180 ignore: in dsmark_walk()
/linux-4.4.14/Documentation/vm/
Didle_page_tracking.txt52 one wants to ignore certain types of pages, e.g. mlocked pages since they
95 ignored. That means it will ignore a user memory page if it is isolated, but
Dhwpoison.txt19 * just ignore it because no corruption has been consumed yet. Instead
Dtranshuge.txt171 ignore it.
Dnuma_memory_policy.txt122 pages for regular files mmap()ed with MAP_SHARED ignore any VMA
/linux-4.4.14/Documentation/input/
Dntrig.txt25 activate_slack number of fingers to ignore before processing events
33 deactivate_slack the number of "no contact" frames to ignore before
Dsentelic.txt469 section A for packet parsing detail(ignore byte 4, bit ~ 7)
481 section A for packet parsing detail (ignore byte 4, bit ~ 7)
Devent-codes.txt90 Client should ignore all events up to and including next SYN_REPORT
Delantech.txt562 When we encounter this kind of packet, we just ignore it.
/linux-4.4.14/arch/s390/kernel/
Drelocate_kernel.S79 je .top # NO, ignore it...
Dipl.c1749 static void __do_restart(void *ignore) in __do_restart() argument
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmunlock.c401 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.4.14/arch/mips/
DKconfig.debug62 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.4.14/Documentation/isdn/
DREADME.diversion64 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
DsyncPPP.FAQ65 A: The device is a fake ethernet device .. ignore IRQ and baseaddr
DINTERFACE724 loading the driver. The LL has to ignore a disabled channel when searching
/linux-4.4.14/drivers/cdrom/
Dgdrom.c385 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.4.14/Documentation/device-mapper/
Ddm-service-time.txt56 have zero 'relative_throughput', ignore those paths with zero
Ddm-crypt.txt58 The default is to ignore discard requests.
Dstatistics.txt85 created and ignore those created by others.
/linux-4.4.14/arch/m68k/68360/
Dhead-rom.S413 ignore: rte label
Dhead-ram.S402 ignore: rte label
/linux-4.4.14/tools/perf/util/
Dsymbol.h57 bool ignore; member
Dsession.c1820 if (node->sym && node->sym->ignore) in perf_evsel__print_ip()
1858 if (al->sym && al->sym->ignore) in perf_evsel__print_ip()
/linux-4.4.14/Documentation/networking/
Dopenvswitch.txt108 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
Dpolicy-routing.txt75 1. Just ignore classes. All the routes are put into MAIN class
Dcdc_mbim.txt29 makes the cdc_mbim driver ignore these functions and lets the cdc_ncm
256 BPF_STMT(BPF_RET|BPF_K, 0), /* ignore */
De1000e.txt235 If set to 1, configure the hardware to ignore all write/erase cycles to the
Dip-sysctl.txt844 If set non-zero, then the kernel will ignore all ICMP ECHO
849 If set non-zero, then the kernel will ignore all ICMP ECHO and
1119 In this mode we ignore the source address in the IP packet
/linux-4.4.14/drivers/ata/
Data_piix.c1631 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.4.14/drivers/net/wireless/iwlwifi/
Diwl-fw-file.h167 __le64 ignore; member
/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_main.c257 xpc_hb_checker(void *ignore) in xpc_hb_checker() argument
323 xpc_initiate_discovery(void *ignore) in xpc_initiate_discovery() argument
/linux-4.4.14/Documentation/serial/
Ddriver236 IGNPAR - ignore parity and framing errors
237 IGNBRK - ignore break errors, If IGNPAR is also
238 set, ignore overrun errors as well.
/linux-4.4.14/Documentation/hwmon/
Dw83627hf62 doesn't help, you may just ignore the bogus VID reading with no harm done.
Dpc87360183 shouldn't be changed once the monitoring has started, but we ignore that
/linux-4.4.14/Documentation/arm/nwfpe/
DTODO47 examine a flag, which if set forced it to ignore the rounding mode in
/linux-4.4.14/drivers/net/phy/
Dphy.c696 goto ignore; in phy_change()
719 ignore: in phy_change()
/linux-4.4.14/Documentation/scsi/
DChangeLog.arcmsr91 ** 1. modify arcmsr_drain_donequeue() to ignore unknown
D53c700.txt117 to the board designer. Usually it is safe to ignore this setting.
Dncr53c8xx.txt814 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
Dsym53c8xx_2.txt488 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
Darcmsr_spec.txt51 ** 0 : no error, ignore AdapStatus/DevStatus/SenseData
Daic7xxx.txt140 - Correct and simplify handling of the ignore wide residue
Daic79xx.txt98 - Correct and simplify handling of the ignore wide residue
/linux-4.4.14/arch/nios2/
DKconfig127 Set this to ignore the bootargs property from the devicetree's
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-parameters.txt254 soft_noboot: Watchdog action, set to 1 to ignore reboots, 0 to reboot
327 soft_noboot: Softdog action, set to 1 to ignore reboots, 0 to reboot
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-cd.1994-2004202 * - Added ignore parameter to ide-cd (as a module), eg
203 * insmod ide-cd ignore='hda hdb'
Dide.txt223 * "nowerr=[interface_number.device_number]" to ignore the WRERR_STAT bit
/linux-4.4.14/drivers/scsi/
Dpmcraid.c1134 atomic_set(&(cmd->drv_inst->ccn.ignore), 0); in pmcraid_send_hcam_cmd()
1136 atomic_set(&(cmd->drv_inst->ldn.ignore), 0); in pmcraid_send_hcam_cmd()
1799 atomic_read(&pinstance->ccn.ignore) == 1) { in pmcraid_process_ccn()
1840 atomic_read(&pinstance->ccn.ignore) == 1) { in pmcraid_process_ldn()
1896 atomic_set(&pinstance->ccn.ignore, 1); in pmcraid_unregister_hcams()
1897 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()
Dpmcraid.h663 atomic_t ignore; /* process HCAM response ? */ member
D53c700.scr228 ; Come here from the message processor to ignore the message
Dfdomain.c1013 static const char *fdomain_16x0_info( struct Scsi_Host *ignore ) in fdomain_16x0_info() argument
D53c700_d.h_shipped378 ; Come here from the message processor to ignore the message
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Darm,gic.txt46 in 2014 seem to ignore the setting of this flag and use the hardware
/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c384 st->ignore, in ct_cpu_seq_show()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c677 sym->ignore = true; in symbol_filter()
786 if (al.sym == NULL || !al.sym->ignore) { in perf_event__process_sample()
/linux-4.4.14/drivers/usb/musb/
Dmusb_core.c646 int ignore = 0; in musb_stage0_irq() local
678 ignore = 1; in musb_stage0_irq()
691 dev_printk(ignore ? KERN_DEBUG : KERN_ERR, musb->controller, in musb_stage0_irq()
711 if (!ignore) in musb_stage0_irq()
/linux-4.4.14/drivers/usb/dwc3/
Dgadget.c459 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.4.14/net/netfilter/
Dnf_conntrack_standalone.c354 st->ignore, in ct_cpu_seq_show()
Dnf_conntrack_core.c1101 NF_CT_STAT_INC_ATOMIC(net, ignore); in nf_conntrack_in()
/linux-4.4.14/Documentation/console/
Dconsole.txt70 3. uevent - ignore this file
/linux-4.4.14/scripts/kconfig/
Dqconf.cc906 e->ignore(); in contextMenuEvent()
1727 e->ignore(); in closeEvent()
1733 e->ignore(); in closeEvent()
/linux-4.4.14/Documentation/usb/
Ddma.txt8 The big picture is that USB drivers can continue to ignore most DMA issues,
DURB.txt188 (ignore the return value; it is the same as the argument) and
/linux-4.4.14/arch/arm/boot/dts/
Dexynos4210-trats.dts308 max8997,pmic-ignore-gpiodvs-side-effect;
/linux-4.4.14/Documentation/development-process/
D6.Followthrough74 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
D2.Process399 mailbox. One must be able to ignore the stream for sustained periods of
409 response, ignore them.
D4.Coding129 In general, kernel programmers ignore cache effects at their peril. The
/linux-4.4.14/tools/perf/Documentation/
Dperf-top.txt182 --ignore-callees=<regex>::
Dperf-report.txt227 --ignore-callees=<regex>::
/linux-4.4.14/Documentation/fb/
Duvesafb.txt44 compliant, while they simply ignore any refresh rate settings.
Dapi.txt301 drivers must ignore them. Values other than 0 may get a meaning in future
/linux-4.4.14/Documentation/driver-model/
Ddriver.txt101 made easier. Drivers can ignore the generic structure altogether and
/linux-4.4.14/Documentation/accounting/
Dtaskstats.txt147 independently, it can always ignore attributes whose type it does not
/linux-4.4.14/drivers/md/
Draid10.c101 static int _enough(struct r10conf *conf, int previous, int ignore);
1518 static int _enough(struct r10conf *conf, int previous, int ignore) in _enough() argument
1538 if (this != ignore && in _enough()
1554 static int enough(struct r10conf *conf, int ignore) in enough() argument
1561 return _enough(conf, 0, ignore) && in enough()
1562 _enough(conf, 1, ignore); in enough()
/linux-4.4.14/fs/affs/
DChanges255 - rename() will not ignore changes in filename
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_svc.h750 bfa_status_t bfa_fcdiag_queuetest(struct bfa_s *bfa, u32 ignore,
/linux-4.4.14/Documentation/mic/mpssd/
Dmpssd.c1625 struct sigaction ignore = { in init_mic() local
1646 sigaction(SIGUSR1, &ignore, NULL); in init_mic()
/linux-4.4.14/mm/
Dmmap.c423 static void validate_mm_rb(struct rb_root *root, struct vm_area_struct *ignore) in validate_mm_rb() argument
430 VM_BUG_ON_VMA(vma != ignore && in validate_mm_rb()
476 #define validate_mm_rb(root, ignore) do { } while (0) argument
/linux-4.4.14/Documentation/virtual/kvm/
Dmsr.txt250 It is always safe for the guest to ignore the optimization and perform
Dmmu.txt439 number, it will ignore the cached MMIO information and handle the page
/linux-4.4.14/arch/arm64/
DKconfig387 erratum 24313: ignore memory access type
389 The fixes are in ITS initialization and basically ignore memory access
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt122 cases decoders will ignore other fields, while encoders will strictly
/linux-4.4.14/Documentation/sysctl/
Dnet.txt64 leaves. Virtual devices (like e.g. lo or veth) ignore this setting and instead
/linux-4.4.14/sound/soc/
Dsoc-pcm.c137 bool ignore = true; in snd_soc_runtime_ignore_pmdown_time() local
143 ignore &= rtd->codec_dais[i]->component->ignore_pmdown_time; in snd_soc_runtime_ignore_pmdown_time()
145 return rtd->cpu_dai->component->ignore_pmdown_time && ignore; in snd_soc_runtime_ignore_pmdown_time()
/linux-4.4.14/arch/tile/
DKconfig392 Set this option to 'Y' to have the kernel ignore the boot loader
/linux-4.4.14/fs/logfs/
Djournal.c464 static void account_shadow(void *_shadow, unsigned long _sb, u64 ignore, in account_shadow() argument
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
Dg98.fuc0s211 // mthd 0 and 0x100 [NAME, NOP]: ignore
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt24 simplified understanding of the problem you can ignore this.
/linux-4.4.14/Documentation/gpio/
Ddriver.txt61 Any debugfs dump method should normally ignore signals which haven't been
Dconsumer.txt226 following set of calls ignore the active-low property of a GPIO and work on the
/linux-4.4.14/Documentation/RCU/
Dtorture.txt58 -not- permit this know to ignore this variable.)
/linux-4.4.14/drivers/mtd/maps/
DKconfig247 Mapping for the Flaga digital module. If you don't have one, ignore
/linux-4.4.14/Documentation/trace/
Dftrace-design.txt197 pointer under different optimization levels, then ignore this option.
/linux-4.4.14/Documentation/powerpc/
Deeh-pci-error-recovery.txt23 Another "traditional" technique is to ignore such errors, which
Dpci_iov_resource_on_powernv.txt121 that has been assigned by FW for the PHB (about 64GB, ignore the space
/linux-4.4.14/drivers/message/fusion/
Dmptbase.c178 static int mpt_diag_reset(MPT_ADAPTER *ioc, int ignore, int sleepFlag);
179 static int KickStart(MPT_ADAPTER *ioc, int ignore, int sleepFlag);
3937 mpt_diag_reset(MPT_ADAPTER *ioc, int ignore, int sleepFlag) in mpt_diag_reset() argument
3952 if (!ignore) in mpt_diag_reset()
4011 if (ignore || !(diag0val & MPI_DIAG_RESET_HISTORY)) { in mpt_diag_reset()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c198 u8 ignore; member
3495 fw_event->ignore) in _scsih_check_topo_delete_events()
3507 fw_event->ignore = 1; in _scsih_check_topo_delete_events()
5531 if (fw_event->ignore) { in _scsih_sas_topology_change_event()
5561 if (fw_event->ignore) { in _scsih_sas_topology_change_event()
/linux-4.4.14/arch/cris/arch-v10/drivers/
Dsync_serial.c372 IO_STATE(R_SYNC_SERIAL1_CTRL, error, ignore) | in initialize_port()
/linux-4.4.14/firmware/keyspan_pda/
Dkeyspan_pda.S613 ;; since we only have one interface, ignore wIndexL, return a 0
Dxircom_pgs.S651 ;; since we only have one interface, ignore wIndexL, return a 0
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c183 goto ignore; in mlx4_en_filter_work()
205 ignore: in mlx4_en_filter_work()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd_cb.c477 goto ignore; in kiblnd_rx_complete()
529 ignore: in kiblnd_rx_complete()
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt380 no slot reset capability may want to just "ignore" drivers that can't
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt107 and its attributes, allowing the subsystem to ignore all but the
/linux-4.4.14/arch/x86/
DKconfig1821 it has been loaded by the boot loader and will ignore above physical
1940 CONFIG_RELOCATABLE is not set, kernel will ignore the run time
2117 Set this option to 'Y' to have the kernel ignore the boot loader
2243 This option will ignore USER SUSPEND requests. On machines with a
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt154 The ACPI core will ignore any provided RSDT (Root System Description Table).
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.c5755 int ignore; in pevent_parse_header_page() local
5775 &ignore, 0); in pevent_parse_header_page()

12