Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/scripts/
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"
28 # ignore userspace tools
30 ignore="$ignore ( -path ./tools ) -prune -o"
32 ignore="$ignore ( -path ${tree}tools ) -prune -o"
55 find ${tree}arch/$1 $ignore
[all...]
H A Dcheckkconfigsymbols.py69 parser.add_argument('-i', '--ignore', dest='ignore', action='store',
71 help="ignore files matching this Python regex "
101 "'--force' if you\nwant to ignore this warning and "
107 if args.ignore:
109 re.match(args.ignore, "this/is/just/a/test.c")
124 sims = find_sims(args.sim, args.ignore)
153 undefined_a, _ = check_symbols(args.ignore)
157 undefined_b, defined = check_symbols(args.ignore)
177 undefined, defined = check_symbols(args.ignore)
[all...]
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842.c162 u16 *ignore, in compress()
239 *ignore = slen - p->iremain; in compress()
243 pr_debug("compress slen %x ignore %x dlen %x padding %x\n", in compress()
244 slen, *ignore, dlen, dskip); in compress()
260 u16 ignore = 0; in nx842_crypto_compress() local
290 hdr->ignore = 0; in nx842_crypto_compress()
301 if (ignore) in nx842_crypto_compress()
302 pr_warn("internal error, ignore is set %x\n", ignore); in nx842_crypto_compress()
304 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, in nx842_crypto_compress()
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) compress() 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) decompress() argument
441 u16 ignore = 0; nx842_crypto_decompress() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-842.c162 u16 *ignore, in compress()
239 *ignore = slen - p->iremain; in compress()
243 pr_debug("compress slen %x ignore %x dlen %x padding %x\n", in compress()
244 slen, *ignore, dlen, dskip); in compress()
260 u16 ignore = 0; in nx842_crypto_compress() local
290 hdr->ignore = 0; in nx842_crypto_compress()
301 if (ignore) in nx842_crypto_compress()
302 pr_warn("internal error, ignore is set %x\n", ignore); in nx842_crypto_compress()
304 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, in nx842_crypto_compress()
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) compress() 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) decompress() argument
441 u16 ignore = 0; nx842_crypto_decompress() local
[all...]
/kernel/linux/linux-6.6/scripts/
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...]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-input.c342 #define HID_BATTERY_QUIRK_IGNORE (1 << 2) /* completely ignore the battery */
700 goto ignore; in hidinput_configure_usage()
704 goto ignore; in hidinput_configure_usage()
709 goto ignore; in hidinput_configure_usage()
740 goto ignore; in hidinput_configure_usage()
745 goto ignore; in hidinput_configure_usage()
751 if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore; in hidinput_configure_usage()
807 default: goto ignore; in hidinput_configure_usage()
837 default: goto ignore; in hidinput_configure_usage()
845 default: goto ignore; in hidinput_configure_usage()
[all...]
/kernel/liteos_a/net/lwip-2.1/porting/src/
H A Dsys_arch.c195 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_fetch() local
197 UINT32 ret = LOS_QueueRead(*mbox, msg ? msg : &ignore, sizeof(void *), tick ? (UINT32)tick : LOS_WAIT_FOREVER); in sys_arch_mbox_fetch()
213 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_tryfetch() local
214 UINT32 ret = LOS_QueueRead(*mbox, msg ? msg : &ignore, sizeof(void *), 0); in sys_arch_mbox_tryfetch()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-input.c295 #define HID_BATTERY_QUIRK_IGNORE (1 << 2) /* completely ignore the battery */
577 goto ignore; in hidinput_configure_usage()
581 goto ignore; in hidinput_configure_usage()
586 goto ignore; in hidinput_configure_usage()
595 goto ignore; in hidinput_configure_usage()
600 goto ignore; in hidinput_configure_usage()
606 if (!hid_keyboard[usage->hid & HID_USAGE]) goto ignore; in hidinput_configure_usage()
651 default: goto ignore; in hidinput_configure_usage()
681 default: goto ignore; in hidinput_configure_usage()
689 default: goto ignore; in hidinput_configure_usage()
[all...]
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Duncore_discovery.c206 uncore_ignore_unit(struct uncore_unit_discovery *unit, int *ignore) in uncore_ignore_unit() argument
210 if (!ignore) in uncore_ignore_unit()
213 for (i = 0; ignore[i] != UNCORE_IGNORE_END ; i++) { in uncore_ignore_unit()
214 if (unit->box_type == ignore[i]) in uncore_ignore_unit()
223 int *ignore) in parse_discovery_table()
278 if (uncore_ignore_unit(&unit, ignore)) in parse_discovery_table()
289 bool intel_uncore_has_discovery_tables(int *ignore) in intel_uncore_has_discovery_tables() argument
325 parse_discovery_table(dev, die, bar_offset, &parsed, ignore); in intel_uncore_has_discovery_tables()
221 parse_discovery_table(struct pci_dev *dev, int die, u32 bar_offset, bool *parsed, int *ignore) parse_discovery_table() argument
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_auto_parser.h91 #define snd_hda_parse_pin_def_config(codec, cfg, ignore) \
92 snd_hda_parse_pin_defcfg(codec, cfg, ignore, 0)
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch() argument
38 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
H A Dblktrace.c849 static void blk_add_trace_rq_insert(void *ignore, struct request *rq) in blk_add_trace_rq_insert() argument
855 static void blk_add_trace_rq_issue(void *ignore, struct request *rq) in blk_add_trace_rq_issue() argument
861 static void blk_add_trace_rq_merge(void *ignore, struct request *rq) in blk_add_trace_rq_merge() argument
867 static void blk_add_trace_rq_requeue(void *ignore, struct request *rq) in blk_add_trace_rq_requeue() argument
873 static void blk_add_trace_rq_complete(void *ignore, struct request *rq, in blk_add_trace_rq_complete() argument
909 static void blk_add_trace_bio_bounce(void *ignore, in blk_add_trace_bio_bounce() argument
915 static void blk_add_trace_bio_complete(void *ignore, in blk_add_trace_bio_complete() argument
922 static void blk_add_trace_bio_backmerge(void *ignore, in blk_add_trace_bio_backmerge() argument
930 static void blk_add_trace_bio_frontmerge(void *ignore, in blk_add_trace_bio_frontmerge() argument
938 static void blk_add_trace_bio_queue(void *ignore, in blk_add_trace_bio_queue() argument
944 blk_add_trace_getrq(void *ignore, struct request_queue *q, struct bio *bio, int rw) blk_add_trace_getrq() argument
963 blk_add_trace_sleeprq(void *ignore, struct request_queue *q, struct bio *bio, int rw) blk_add_trace_sleeprq() argument
981 blk_add_trace_plug(void *ignore, struct request_queue *q) blk_add_trace_plug() argument
992 blk_add_trace_unplug(void *ignore, struct request_queue *q, unsigned int depth, bool explicit) blk_add_trace_unplug() argument
1013 blk_add_trace_split(void *ignore, struct request_queue *q, struct bio *bio, unsigned int pdu) blk_add_trace_split() argument
1047 blk_add_trace_bio_remap(void *ignore, struct request_queue *q, struct bio *bio, dev_t dev, sector_t from) blk_add_trace_bio_remap() argument
1085 blk_add_trace_rq_remap(void *ignore, struct request *rq, dev_t dev, sector_t from) blk_add_trace_rq_remap() argument
[all...]
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_sched_switch.c24 probe_sched_switch(void *ignore, bool preempt, in probe_sched_switch() argument
39 probe_sched_wakeup(void *ignore, struct task_struct *wakee) in probe_sched_wakeup() argument
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsys_arch.c215 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_fetch() local
217 UINT32 ret = LOS_QueueRead(*mbox, msg ? msg : &ignore, sizeof(void *), tick ? (UINT32)tick : LOS_WAIT_FOREVER); in sys_arch_mbox_fetch()
238 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_tryfetch() local
239 UINT32 ret = LOS_QueueRead(*mbox, msg ? msg : &ignore, sizeof(void *), 0); in sys_arch_mbox_tryfetch()
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsys_arch.c203 void *ignore = 0; /* if msg == NULL, the fetched msg should be dropped */ in sys_arch_mbox_fetch() local
205 U32 ret = PRT_QueueRead((U32)(*mbox), msg ? msg : &ignore, sizeof(void *), tick ? (U32)tick : OS_WAIT_FOREVER); in sys_arch_mbox_fetch()
227 void *ignore = 0; /* if msg==NULL, the fetched msg should be dropped */ in sys_arch_mbox_tryfetch() local
228 U32 ret = PRT_QueueRead((U32)*mbox, msg ? msg : &ignore, sizeof(void *), 0); in sys_arch_mbox_tryfetch()
/kernel/linux/linux-5.10/drivers/sh/intc/
H A Daccess.c76 unsigned long ignore) in test_8()
83 unsigned long ignore) in test_16()
90 unsigned long ignore) in test_32()
75 test_8(unsigned long addr, unsigned long h, unsigned long ignore) test_8() argument
82 test_16(unsigned long addr, unsigned long h, unsigned long ignore) test_16() argument
89 test_32(unsigned long addr, unsigned long h, unsigned long ignore) test_32() argument
/kernel/linux/linux-6.6/drivers/sh/intc/
H A Daccess.c76 unsigned long ignore) in test_8()
83 unsigned long ignore) in test_16()
90 unsigned long ignore) in test_32()
75 test_8(unsigned long addr, unsigned long h, unsigned long ignore) test_8() argument
82 test_16(unsigned long addr, unsigned long h, unsigned long ignore) test_16() argument
89 test_32(unsigned long addr, unsigned long h, unsigned long ignore) test_32() argument
/kernel/linux/linux-6.6/mm/kmsan/
H A Dkmsan_test.c34 bool ignore; /* Stop console output collection. */ member
41 static void probe_console(void *ignore, const char *buf, size_t len) in probe_console() argument
45 if (observed.ignore) in probe_console()
59 observed.ignore = true; in probe_console()
618 observed.ignore = false; in test_init()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-srxx-defs.h62 uint64_t ignore:16; member
64 uint64_t ignore:16;
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/
H A Dmpc5121_ads_cpld.c23 * Bits to ignore in the misc_status register
30 * Nothing to ignore in pci status register
85 cpld_pic_get_irq(int offset, u8 ignore, u8 __iomem *statusp, in cpld_pic_get_irq() argument
92 /* ignore don't cares and masked irqs */ in cpld_pic_get_irq()
93 status |= (ignore | mask); in cpld_pic_get_irq()
181 * and ignore it here in mpc5121_ads_cpld_pic_init()
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-srxx-defs.h62 uint64_t ignore:16; member
64 uint64_t ignore:16;

Completed in 16 milliseconds

1234567