Searched refs:ignore (Results 1 - 25 of 96) sorted by path

1234

/linux-master/arch/m68k/fpsp040/
H A Dx_operr.S127 andw #0x7FFF,%d0 |ignore sign bit
136 andw #0x7FFF,%d0 |ignore sign bit
174 andw #0x7FFF,%d0 |ignore sign bit
201 andw #0x7FFF,%d0 |ignore sign bit
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-srxx-defs.h62 uint64_t ignore:16; member in struct:cvmx_srxx_ign_rx_full::cvmx_srxx_ign_rx_full_s
64 uint64_t ignore:16;
/linux-master/arch/sparc/kernel/
H A Dhvapi.c78 unsigned long ignore; local
80 sun4v_set_version(p->group, 0, 0, &ignore);
/linux-master/drivers/crypto/nx/
H A Dnx-842.c162 u16 *ignore,
239 *ignore = slen - p->iremain;
243 pr_debug("compress slen %x ignore %x dlen %x padding %x\n",
244 slen, *ignore, dlen, dskip);
260 u16 ignore = 0; local
290 hdr->ignore = 0;
301 if (ignore)
302 pr_warn("internal error, ignore is set %x\n", ignore);
304 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore,
158 compress(struct nx842_crypto_ctx *ctx, struct nx842_crypto_param *p, struct nx842_crypto_header_group *g, struct nx842_constraints *c, u16 *ignore, unsigned int hdrsize) argument
335 decompress(struct nx842_crypto_ctx *ctx, struct nx842_crypto_param *p, struct nx842_crypto_header_group *g, struct nx842_constraints *c, u16 ignore) argument
441 u16 ignore = 0; local
[all...]
H A Dnx-842.h161 __be16 ignore; /* decompressed end bytes to ignore */ member in struct:nx842_crypto_header
/linux-master/drivers/mfd/
H A Ducb1x00-ts.c208 bool frozen, ignore = false; local
218 ignore = true;
266 if (!ignore) {
/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))
/linux-master/drivers/sh/intc/
H A Daccess.c76 unsigned long ignore)
83 unsigned long ignore)
90 unsigned long ignore)
75 test_8(unsigned long addr, unsigned long h, unsigned long ignore) argument
82 test_16(unsigned long addr, unsigned long h, unsigned long ignore) argument
89 test_32(unsigned long addr, unsigned long h, unsigned long ignore) argument
/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;
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh44 --reject-start=value, --reject-end=value, --ignore-gfp-wait=value
52 --ignore-gfp-highmem=value, --min-order=value
92 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,cache-filter:
94 LONGOPTS=$LONGOPTS,ignore-gfp-wait:,ignore-gfp-highmem:,min-order:
182 --ignore-gfp-wait)
183 echo $2 > $FAULTATTR/ignore-gfp-wait
190 --ignore-gfp-highmem)
191 echo $2 > $FAULTATTR/ignore-gfp-highmem
/linux-master/tools/testing/ktest/examples/
H A Dsnowball.conf38 IGNORE_CONFIG = ${THIS_DIR}/config.ignore
/linux-master/tools/usb/
H A Dffs-test.c501 fill_in_buf(struct thread *ignore, void *buf, size_t nbytes) argument
506 (void)ignore;
526 empty_out_buf(struct thread *ignore, const void *buf, size_t nbytes) argument
533 (void)ignore;
588 ep0_consume(struct thread *ignore, const void *buf, size_t nbytes) argument
603 (void)ignore;
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl150 # Parsers to ignore a symbol
152 if (m/^ignore\s+ioctl\s+(\S+)/) {
156 if (m/^ignore\s+define\s+(\S+)/) {
160 if (m/^ignore\s+typedef\s+(\S+)/) {
164 if (m/^ignore\s+enum\s+(\S+)/) {
168 if (m/^ignore\s+struct\s+(\S+)/) {
172 if (m/^ignore\s+symbol\s+(\S+)/) {
/linux-master/Documentation/tools/rtla/
H A DMakefile6 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/Documentation/tools/rv/
H A DMakefile5 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/arch/arm64/include/asm/
H A Del2_setup.h259 .macro __check_override idreg, fld, width, pass, fail, tmp, ignore
266 .macro check_override idreg, fld, pass, fail, tmp, ignore
267 __check_override \idreg \fld 4 \pass \fail \tmp \ignore
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c26 * Bits to ignore in the misc_status register
33 * Nothing to ignore in pci status register
88 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, argument
94 /* ignore don't cares and masked irqs */
95 status |= (ignore | mask);
181 * and ignore it here
/linux-master/arch/powerpc/tools/
H A Dcheckpatch.sh13 --ignore ARCH_INCLUDE_LINUX \
14 --ignore BIT_MACRO \
15 --ignore COMPARISON_TO_NULL \
16 --ignore EMAIL_SUBJECT \
17 --ignore FILE_PATH_CHANGES \
18 --ignore GLOBAL_INITIALISERS \
19 --ignore LINE_SPACING \
20 --ignore MULTIPLE_ASSIGNMENTS \
21 --ignore DT_SPLIT_BINDING_PATCH \
/linux-master/arch/s390/kernel/
H A Dipl.c716 /* ignore trailing newline */
857 /* ignore trailing newline */
1173 /* ignore trailing newline */
2140 static void __do_restart(void *ignore) argument
H A Drelocate_kernel.S53 je .base # NO, ignore it...
/linux-master/arch/x86/events/intel/
H A Duncore_discovery.c207 uncore_ignore_unit(struct uncore_unit_discovery *unit, int *ignore) argument
211 if (!ignore)
214 for (i = 0; ignore[i] != UNCORE_IGNORE_END ; i++) {
215 if (unit->box_type == ignore[i])
224 int *ignore)
279 if (uncore_ignore_unit(&unit, ignore))
290 bool intel_uncore_has_discovery_tables(int *ignore) argument
326 parse_discovery_table(dev, die, bar_offset, &parsed, ignore);
222 parse_discovery_table(struct pci_dev *dev, int die, u32 bar_offset, bool *parsed, int *ignore) argument
H A Duncore_discovery.h131 bool intel_uncore_has_discovery_tables(int *ignore);
/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/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/comedi/drivers/
H A Dusbduxfast.c128 * number of received packets to ignore before we start handing data
129 * over to comedi, it's quad buffering and we have to ignore 4 packets
154 int ignore; /* counter which ignores the first buffers */ member in struct:usbduxfast_private
232 if (devpriv->ignore) {
233 devpriv->ignore--;
480 * ignore the first buffers from the device if there
483 devpriv->ignore = PACKETS_TO_IGNORE;

Completed in 398 milliseconds

1234