Searched refs:ignore (Results 51 - 75 of 96) sorted by relevance

1234

/linux-master/include/linux/
H A Dcompiler_types.h479 __diag_ ## compiler(version, ignore, option)
/linux-master/fs/ocfs2/dlm/
H A Ddlmunlock.c399 int ignore; local
496 status = dlmunlock_master(dlm, res, lock, lksb, flags, &ignore);
/linux-master/kernel/trace/
H A Dtrace_syscalls.c59 * simply ignore them.
61 * For an arch to ignore the compat syscalls it needs to
64 * the tracing system know that it should ignore it.
574 static void perf_syscall_enter(void *ignore, struct pt_regs *regs, long id) argument
675 static void perf_syscall_exit(void *ignore, struct pt_regs *regs, long ret) argument
H A Dfgraph.c451 ftrace_graph_probe_sched_switch(void *ignore, bool preempt, argument
/linux-master/sound/soc/mediatek/mt8183/
H A Dmt8183-da7219-max98357.c576 .ignore = 1,
814 dai_link->ignore = 0;
/linux-master/drivers/cdrom/
H A Dgdrom.c365 static int gdrom_drivestatus(struct cdrom_device_info *cd_info, int ignore) argument
379 unsigned int clearing, int ignore)
378 gdrom_check_events(struct cdrom_device_info *cd_info, unsigned int clearing, int ignore) argument
/linux-master/drivers/pcmcia/
H A Di82365.c80 /* Specify a socket number to ignore */
81 static int ignore = -1; variable
112 module_param(ignore, int, 0444);
794 if (i == ignore) continue;
813 if ((ignore == i+j) || (identify(port, sock+j) < 0))
H A Dtcic.c65 /* Specify a socket number to ignore */
66 static int ignore = -1; variable
89 module_param(ignore, int, 0444);
403 if ((i == ignore) || is_active(i)) continue;
/linux-master/net/tipc/
H A Dmsg.h1223 bool ignore = true; local
1231 ignore = false;
1232 else if (!ignore)
/linux-master/net/core/
H A Ddev.c5486 * For the time being, just ignore Priority Code Point
6856 /* lookup ignore flag */
6857 bool ignore; member in struct:netdev_adjacent
6984 if (likely(upper->master) && !upper->ignore)
7041 bool *ignore)
7051 *ignore = upper->ignore;
7081 bool ignore; local
7095 udev = __netdev_next_upper_dev(now, &iter, &ignore);
7098 if (ignore)
7039 __netdev_next_upper_dev(struct net_device *dev, struct list_head **iter, bool *ignore) argument
7279 __netdev_next_lower_dev(struct net_device *dev, struct list_head **iter, bool *ignore) argument
7351 bool ignore; local
7412 bool ignore; local
7432 bool ignore; local
[all...]
/linux-master/drivers/ata/
H A Data_piix.c1588 * Request we ignore ATA devices on this host.
1617 const struct dmi_system_id *ignore = dmi_first_match(ignore_hyperv); local
1620 if (ignore && !allow && prefer_ms_hyperv) {
1622 dev_info(host->dev, "%s detected, ATA device ignore set\n",
1623 ignore->ident);
1742 /* Allow hosts to specify device types to ignore when scanning. */
/linux-master/net/ipv6/
H A Dexthdrs.c80 case 0: /* ignore */
917 goto ignore;
938 goto ignore;
960 ignore:
1323 * ignore the dest before srcrt unless srcrt is being included.
/linux-master/drivers/dma/idxd/
H A Dregisters.h329 u32 ignore:1; member in struct:msix_perm::__anon17
/linux-master/tools/objtool/
H A Dcheck.c1054 insn->ignore = true;
1261 * FIXME: For now, just ignore any alternatives which add retpolines. This is
1707 if (insn->ignore)
1821 nop->ignore = orig_insn->ignore_alts;
1838 insn->ignore = orig_insn->ignore_alts;
2845 /* ignore UNWIND_HINT_UNDEFINED regions */
3600 if (func && insn->ignore) {
3826 if (insn->hint && !insn->visited && !insn->ignore) {
4043 if (insn->ignore || insn->type == INSN_NOP || insn->type == INSN_TRAP)
4075 * end of the hole, ignore th
[all...]
/linux-master/scripts/
H A Dunifdef.c67 LT_TRUEI, /* a true #if with ignore flag */
68 LT_FALSEI, /* a false #if with ignore flag */
179 static bool ignore[MAXSYMS]; /* -iDsym or -iUsym */ variable
200 static bool ignoring[MAXDEPTH]; /* ignore comments state */
392 * ignore state on a stack. In some complicated cases they have to
448 /* ignore comments in this block */
687 if (ignore[cursym])
1166 ignore[symind] = ignorethis;
H A Dget_maintainer.pl214 my $ignore_file = which_conf(".get_maintainer.ignore");
216 open(my $ignore, '<', "$ignore_file")
217 or warn "$P: Can't find a readable .get_maintainer.ignore file $!\n";
218 while (<$ignore>) {
231 close($ignore);
799 foreach my $ignore (@ignore_emails) {
800 return 1 if ($ignore eq $address);
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_main.c38 * set up in a special nofault region so SAL knows to ignore (and
246 xpc_hb_checker(void *ignore) argument
305 xpc_initiate_discovery(void *ignore) argument
/linux-master/sound/soc/mediatek/mt8192/
H A Dmt8192-mt6359-rt1015-rt5682.c1026 .ignore = 1,
1208 dai_link->ignore = 0;
/linux-master/drivers/scsi/
H A Dpmcraid.c1103 atomic_set(&(cmd->drv_inst->ccn.ignore), 0);
1105 atomic_set(&(cmd->drv_inst->ldn.ignore), 0);
1592 * ignore this notifications and re-register the same HCAM
1757 atomic_read(&pinstance->ccn.ignore) == 1) {
1797 atomic_read(&pinstance->ccn.ignore) == 1) {
1850 * prevent this, set 'ignore', so that bring-down sequence doesn't
1853 atomic_set(&pinstance->ccn.ignore, 1);
1854 atomic_set(&pinstance->ldn.ignore, 1);
4337 atomic_set(&pinstance->ccn.ignore, 0);
4338 atomic_set(&pinstance->ldn.ignore,
[all...]
H A Dpmcraid.h648 atomic_t ignore; /* process HCAM response ? */ member in struct:pmcraid_hostrcb
/linux-master/drivers/usb/musb/
H A Dmusb_core.c758 int ignore = 0; local
771 * (b) software: ignore non-repeated VBUS errors.
790 ignore = 1;
803 dev_printk(ignore ? KERN_DEBUG : KERN_ERR, musb->controller,
823 if (!ignore)
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dfile.h143 __le64 ignore; member in struct:iwl_tlv_ucode_header
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.h302 * @ltr_ignore_offset: PWRMBASE offset to read/write LTR ignore bit
574 int pmc_core_send_ltr_ignore(struct pmc_dev *pmcdev, u32 value, int ignore);
H A Dcore.c479 int pmc_core_send_ltr_ignore(struct pmc_dev *pmcdev, u32 value, int ignore) argument
517 if (ignore)
/linux-master/drivers/md/
H A Draid10.c71 static int _enough(struct r10conf *conf, int previous, int ignore);
72 static int enough(struct r10conf *conf, int ignore);
1896 * Don't consider the device numbered 'ignore'
1899 static int _enough(struct r10conf *conf, int previous, int ignore) argument
1918 if (this != ignore &&
1933 static int enough(struct r10conf *conf, int ignore) argument
1940 return _enough(conf, 0, ignore) &&
1941 _enough(conf, 1, ignore);
2609 /* drive has already been failed, just ignore any

Completed in 917 milliseconds

1234