| /linux-4.4.14/drivers/crypto/nx/ |
| D | nx-842.c | 171 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 …]
|
| D | nx-842.h | 157 __be16 ignore; /* decompressed end bytes to ignore */ member
|
| /linux-4.4.14/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.4.14/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 | checkkconfigsymbols.py | 99 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):
|
| D | get_maintainer.pl | 193 open(my $ignore, '<', "$ignore_file") 195 while (<$ignore>) { 208 close($ignore); 541 foreach my $ignore (@ignore_emails) { 542 return 1 if ($ignore eq $address);
|
| 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 | 44 my @ignore = (); 146 'ignore=s' => \@ignore, 215 hash_save_array_words(\%ignore_type, \@ignore);
|
| D | spelling.txt | 520 ingore||ignore
|
| /linux-4.4.14/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.4.14/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.4.14/kernel/trace/ |
| D | trace_sched_switch.c | 19 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
|
| D | blktrace.c | 726 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 …]
|
| D | trace_functions_graph.c | 51 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()
|
| D | trace_sched_wakeup.c | 362 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
|
| D | trace_syscalls.c | 549 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/ |
| D | TREE_RCU-kconfig.txt | 56 Redundant with CONFIG_PREEMPT, ignore. 60 Inspection suffices, ignore. 64 Inspection suffices, ignore.
|
| /linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
| D | sky81452-backlight.txt | 12 - skyworks,ignore-pwm : Ignore both PWM input 26 skyworks,ignore-pwm;
|
| /linux-4.4.14/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.4.14/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.4.14/Documentation/fault-injection/ |
| D | fault-injection.txt | 102 - /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/ |
| 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.4.14/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.4.14/arch/mips/include/asm/octeon/ |
| D | cvmx-srxx-defs.h | 66 uint64_t ignore:16; member 68 uint64_t ignore:16;
|
| /linux-4.4.14/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.4.14/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.4.14/include/linux/netfilter/ |
| D | nf_conntrack_common.h | 11 unsigned int ignore; member
|
| /linux-4.4.14/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.4.14/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.4.14/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 | 15 many use cases will be able to ignore these differences. 28 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 | 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 | porting | 442 local filesystems can ignore tha argument - they are guaranteed that the
|
| D | ramfs-rootfs-initramfs.txt | 79 Most systems just mount another filesystem over rootfs and ignore it. The
|
| D | relay.txt | 315 interface to retrieve channel data, you can ignore the details of this
|
| D | ntfs.txt | 143 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.
|
| D | ext4.txt | 231 data_err=ignore(*) Just print an error message if an error occurs
|
| D | vfs.txt | 1051 use this directory as an ordinary directory and to ignore anything 1059 ignore d_automount or any mounts.
|
| /linux-4.4.14/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.4.14/arch/x86/lib/ |
| D | csum-copy_64.S | 42 .macro ignore L=.Lignore macro 98 ignore 2f
|
| /linux-4.4.14/arch/mips/kernel/ |
| D | crash.c | 17 static void crash_shutdown_secondary(void *ignore) in crash_shutdown_secondary() argument
|
| /linux-4.4.14/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.4.14/Documentation/devicetree/bindings/mfd/ |
| D | sky81452.txt | 23 skyworks,ignore-pwm;
|
| /linux-4.4.14/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.4.14/arch/mn10300/kernel/ |
| D | profile-low.S | 36 # ignore userspace
|
| /linux-4.4.14/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 | qcom,spmi-regulator.txt | 125 0 = ignore all hardware enable signals 137 0 = ignore all hardware enable signals
|
| 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.4.14/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 | 368 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)
|
| 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
|
| /linux-4.4.14/tools/testing/ktest/examples/ |
| D | snowball.conf | 38 IGNORE_CONFIG = ${THIS_DIR}/config.ignore
|
| /linux-4.4.14/Documentation/devicetree/bindings/display/ |
| D | simple-framebuffer-sunxi.txt | 9 firmware / bootloader use, and the OS should ignore them.
|
| /linux-4.4.14/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.4.14/drivers/staging/comedi/drivers/ |
| D | usbduxfast.c | 162 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/ |
| 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.4.14/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.4.14/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.4.14/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.4.14/drivers/input/touchscreen/ |
| D | ads7846.c | 77 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 | .gitignore | 65 # 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.4.14/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.4.14/net/tipc/ |
| D | msg.h | 836 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/ |
| D | panel.txt | 12 - sync-ctrl: Horizontal and Vertical Sync: Control: 0=ignore
|
| /linux-4.4.14/include/linux/ |
| D | gameport.h | 63 bool ignore; member
|
| /linux-4.4.14/drivers/staging/media/lirc/ |
| D | TODO.lirc_zilog | 5 ir-kbd-i2c to ignore Z8 IR units.
|
| /linux-4.4.14/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.4.14/Documentation/DocBook/ |
| D | libata.xml.db | 21 API-ata-cable-ignore 60 API-sata-lpm-ignore-phy-events
|
| D | alsa-driver-api.xml.db | 326 API-snd-soc-dapm-ignore-suspend
|
| /linux-4.4.14/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.4.14/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.4.14/arch/m68k/fpsp040/ |
| D | x_operr.S | 174 andw #0x7FFF,%d0 |ignore sign bit 201 andw #0x7FFF,%d0 |ignore sign bit
|
| /linux-4.4.14/net/sched/ |
| D | sch_dsmark.c | 173 goto ignore; in dsmark_walk() 180 ignore: in dsmark_walk()
|
| /linux-4.4.14/Documentation/vm/ |
| D | idle_page_tracking.txt | 52 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
|
| 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
|
| /linux-4.4.14/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.4.14/arch/s390/kernel/ |
| D | relocate_kernel.S | 79 je .top # NO, ignore it...
|
| D | ipl.c | 1749 static void __do_restart(void *ignore) in __do_restart() argument
|
| /linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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 | 85 created and ignore those created by others.
|
| /linux-4.4.14/arch/m68k/68360/ |
| D | head-rom.S | 413 ignore: rte label
|
| D | head-ram.S | 402 ignore: rte label
|
| /linux-4.4.14/tools/perf/util/ |
| D | symbol.h | 57 bool ignore; member
|
| D | session.c | 1820 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/ |
| 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 | 844 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/ |
| 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.4.14/drivers/net/wireless/iwlwifi/ |
| D | iwl-fw-file.h | 167 __le64 ignore; member
|
| /linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/arm/nwfpe/ |
| D | TODO | 47 examine a flag, which if set forced it to ignore the rounding mode in
|
| /linux-4.4.14/drivers/net/phy/ |
| D | phy.c | 696 goto ignore; in phy_change() 719 ignore: in phy_change()
|
| /linux-4.4.14/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.4.14/arch/nios2/ |
| D | Kconfig | 127 Set this to ignore the bootargs property from the devicetree's
|
| /linux-4.4.14/Documentation/watchdog/ |
| D | watchdog-parameters.txt | 254 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/ |
| 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.4.14/drivers/scsi/ |
| D | pmcraid.c | 1134 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()
|
| 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.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
| D | arm,gic.txt | 46 in 2014 seem to ignore the setting of this flag and use the hardware
|
| /linux-4.4.14/net/ipv4/netfilter/ |
| D | nf_conntrack_l3proto_ipv4_compat.c | 384 st->ignore, in ct_cpu_seq_show()
|
| /linux-4.4.14/tools/perf/ |
| D | builtin-top.c | 677 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/ |
| D | musb_core.c | 646 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/ |
| 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.4.14/net/netfilter/ |
| D | nf_conntrack_standalone.c | 354 st->ignore, in ct_cpu_seq_show()
|
| D | nf_conntrack_core.c | 1101 NF_CT_STAT_INC_ATOMIC(net, ignore); in nf_conntrack_in()
|
| /linux-4.4.14/Documentation/console/ |
| D | console.txt | 70 3. uevent - ignore this file
|
| /linux-4.4.14/scripts/kconfig/ |
| D | qconf.cc | 906 e->ignore(); in contextMenuEvent() 1727 e->ignore(); in closeEvent() 1733 e->ignore(); in closeEvent()
|
| /linux-4.4.14/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.4.14/arch/arm/boot/dts/ |
| D | exynos4210-trats.dts | 308 max8997,pmic-ignore-gpiodvs-side-effect;
|
| /linux-4.4.14/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.4.14/tools/perf/Documentation/ |
| D | perf-top.txt | 182 --ignore-callees=<regex>::
|
| D | perf-report.txt | 227 --ignore-callees=<regex>::
|
| /linux-4.4.14/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.4.14/Documentation/driver-model/ |
| D | driver.txt | 101 made easier. Drivers can ignore the generic structure altogether and
|
| /linux-4.4.14/Documentation/accounting/ |
| D | taskstats.txt | 147 independently, it can always ignore attributes whose type it does not
|
| /linux-4.4.14/drivers/md/ |
| D | raid10.c | 101 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/ |
| D | Changes | 255 - rename() will not ignore changes in filename
|
| /linux-4.4.14/drivers/scsi/bfa/ |
| D | bfa_svc.h | 750 bfa_status_t bfa_fcdiag_queuetest(struct bfa_s *bfa, u32 ignore,
|
| /linux-4.4.14/Documentation/mic/mpssd/ |
| D | mpssd.c | 1625 struct sigaction ignore = { in init_mic() local 1646 sigaction(SIGUSR1, &ignore, NULL); in init_mic()
|
| /linux-4.4.14/mm/ |
| D | mmap.c | 423 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/ |
| D | msr.txt | 250 It is always safe for the guest to ignore the optimization and perform
|
| D | mmu.txt | 439 number, it will ignore the cached MMIO information and handle the page
|
| /linux-4.4.14/arch/arm64/ |
| D | Kconfig | 387 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/ |
| D | compress_offload.txt | 122 cases decoders will ignore other fields, while encoders will strictly
|
| /linux-4.4.14/Documentation/sysctl/ |
| D | net.txt | 64 leaves. Virtual devices (like e.g. lo or veth) ignore this setting and instead
|
| /linux-4.4.14/sound/soc/ |
| D | soc-pcm.c | 137 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/ |
| D | Kconfig | 392 Set this option to 'Y' to have the kernel ignore the boot loader
|
| /linux-4.4.14/fs/logfs/ |
| D | journal.c | 464 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/ |
| D | g98.fuc0s | 211 // mthd 0 and 0x100 [NAME, NOP]: ignore
|
| /linux-4.4.14/Documentation/locking/ |
| D | ww-mutex-design.txt | 24 simplified understanding of the problem you can ignore this.
|
| /linux-4.4.14/Documentation/gpio/ |
| D | driver.txt | 61 Any debugfs dump method should normally ignore signals which haven't been
|
| D | consumer.txt | 226 following set of calls ignore the active-low property of a GPIO and work on the
|
| /linux-4.4.14/Documentation/RCU/ |
| D | torture.txt | 58 -not- permit this know to ignore this variable.)
|
| /linux-4.4.14/drivers/mtd/maps/ |
| D | Kconfig | 247 Mapping for the Flaga digital module. If you don't have one, ignore
|
| /linux-4.4.14/Documentation/trace/ |
| D | ftrace-design.txt | 197 pointer under different optimization levels, then ignore this option.
|
| /linux-4.4.14/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.4.14/drivers/message/fusion/ |
| D | mptbase.c | 178 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/ |
| D | mpt3sas_scsih.c | 198 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/ |
| D | sync_serial.c | 372 IO_STATE(R_SYNC_SERIAL1_CTRL, error, ignore) | in initialize_port()
|
| /linux-4.4.14/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.4.14/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.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
| D | o2iblnd_cb.c | 477 goto ignore; in kiblnd_rx_complete() 529 ignore: in kiblnd_rx_complete()
|
| /linux-4.4.14/Documentation/PCI/ |
| D | pci-error-recovery.txt | 380 no slot reset capability may want to just "ignore" drivers that can't
|
| /linux-4.4.14/Documentation/filesystems/configfs/ |
| D | configfs.txt | 107 and its attributes, allowing the subsystem to ignore all but the
|
| /linux-4.4.14/arch/x86/ |
| D | Kconfig | 1821 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/ |
| D | arm-acpi.txt | 154 The ACPI core will ignore any provided RSDT (Root System Description Table).
|
| /linux-4.4.14/tools/lib/traceevent/ |
| D | event-parse.c | 5755 int ignore; in pevent_parse_header_page() local 5775 &ignore, 0); in pevent_parse_header_page()
|