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

1234

/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/scripts/
H A Dheaders_install.sh88 for ignore in $config_leak_ignores
90 if echo "$INFILE:$c" | grep -q "$ignore$"; then
H A Dtags.sh16 ignore="$(echo "$RCS_FIND_IGNORE" | sed 's|\\||g' )"
17 # tags and cscope files should also ignore MODVERSION *.mod.c files
18 ignore="$ignore ( -name *.mod.c ) -prune -o"
20 # ignore arbitrary directories
23 ignore="${ignore} ( -path $i ) -prune -o"
55 find ${tree}arch/$1 $ignore $prune -name "$2" -not -type l -print;
64 find $include $ignore -name "$2" -not -type l -print;
71 find ${tree}include $ignore
[all...]
H A Dcheckkconfigsymbols.py68 parser.add_argument('-i', '--ignore', dest='ignore', action='store',
70 help="ignore files matching this Python regex "
100 "'--force' if you\nwant to ignore this warning and "
109 if args.ignore:
111 re.match(args.ignore, "this/is/just/a/test.c")
126 sims = find_sims(args.sim, args.ignore)
155 undefined_a, _ = check_symbols(args.ignore)
159 undefined_b, defined = check_symbols(args.ignore)
179 undefined, defined = check_symbols(args.ignore)
[all...]
/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/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...]
/linux-master/kernel/time/
H A Dtimer_migration.h12 * @ignore: Hint whether the event could be ignored; it is set when
18 bool ignore; member in struct:tmigr_event
H A Dtimer_migration.c41 * ignore flag of events is set.
66 * child, the ignore flag of the tmigr_event is set. This indicates, that
352 * groupevt.ignore = false groupevt.ignore = true
374 * groupevt.ignore = false groupevt.ignore = true
402 * groupevt.ignore = false groupevt.ignore = true
554 * Removes timers with ignore flag and update next_expiry of the group. Values
569 if (!evt->ignore) {
[all...]
/linux-master/sound/pci/hda/
H A Dhda_auto_parser.h93 #define snd_hda_parse_pin_def_config(codec, cfg, ignore) \
94 snd_hda_parse_pin_defcfg(codec, cfg, ignore, 0)
/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/tools/bpf/bpftool/Documentation/
H A DMakefile6 RMDIR ?= rmdir --ignore-fail-on-non-empty
/linux-master/include/linux/
H A Dcompiler-clang.h120 __diag_clang(13, ignore, option)
/linux-master/mm/kmsan/
H A Dkmsan_test.c34 bool ignore; /* Stop console output collection. */ member in struct:__anon2220
41 static void probe_console(void *ignore, const char *buf, size_t len) argument
45 if (observed.ignore)
59 observed.ignore = true;
77 observed.ignore = false;
651 observed.ignore = false;
/linux-master/tools/testing/ktest/examples/
H A Dsnowball.conf38 IGNORE_CONFIG = ${THIS_DIR}/config.ignore
/linux-master/arch/sparc/kernel/
H A Dhvapi.c78 unsigned long ignore; local
80 sun4v_set_version(p->group, 0, 0, &ignore);
/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
/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/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/tools/objtool/include/objtool/
H A Dcheck.h57 ignore : 1, member in struct:instruction
/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/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/drivers/hid/
H A Dhid-input.c342 #define HID_BATTERY_QUIRK_IGNORE (1 << 2) /* completely ignore the battery */
702 goto ignore;
706 goto ignore;
711 goto ignore;
742 goto ignore;
747 goto ignore;
753 if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore;
809 default: goto ignore;
839 default: goto ignore;
847 default: goto ignore;
[all...]
/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/drivers/mfd/
H A Ducb1x00-ts.c208 bool frozen, ignore = false; local
218 ignore = true;
266 if (!ignore) {

Completed in 227 milliseconds

1234