Home
last modified time | relevance | path

Searched refs:excludes (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Dhelp.c70 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) in exclude_cmds() argument
76 while (ci < cmds->cnt && ei < excludes->cnt) { in exclude_cmds()
77 cmp = strcmp(cmds->names[ci]->name, excludes->names[ei]->name); in exclude_cmds()
H A Dhelp.h30 /* Here we require that excludes is a sorted list. */
31 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Dhelp.c72 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) in exclude_cmds() argument
78 while (ci < cmds->cnt && ei < excludes->cnt) { in exclude_cmds()
79 cmp = strcmp(cmds->names[ci]->name, excludes->names[ei]->name); in exclude_cmds()
H A Dhelp.h30 /* Here we require that excludes is a sorted list. */
31 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dbase.py75 excludes=[ variable
110 excludes=[libevdev.EV_KEY.BTN_TOOL_PEN, libevdev.EV_KEY.BTN_STYLUS], variable
124 excludes=[libevdev.EV_KEY.BTN_TOOL_PEN, libevdev.EV_KEY.BTN_STYLUS], variable
/kernel/linux/linux-6.6/tools/rcu/
H A Dextract-stall.sh6 echo Filter out clocksource lines. Note that preceding-lines excludes the
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h116 u_long excludes[8]; member
H A Dsym_glue.c89 sym_driver_setup.excludes[xi++] = val; in sym2_setup_params()
1412 if (sym_driver_setup.excludes[i] == io_port) in sym_check_supported()
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h116 u_long excludes[8]; member
H A Dsym_glue.c89 sym_driver_setup.excludes[xi++] = val; in sym2_setup_params()
1407 if (sym_driver_setup.excludes[i] == io_port) in sym_check_supported()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dpmu.c288 * 'excludes' list separately rather than on the 'events' list (which
356 !filter_contains_match(f->excludes, f->nr_excludes, eventsel)) in is_gp_event_allowed()
855 * Sort entries by event select and includes vs. excludes so that all in prepare_filter_lists()
859 * includes and excludes sub-lists. in prepare_filter_lists()
876 filter->excludes = filter->events + filter->nr_includes; in prepare_filter_lists()
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_scan.S64 | normal fpu instruction? (this excludes fsave/frestore)
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_scan.S64 | normal fpu instruction? (this excludes fsave/frestore)
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.h530 u32 excludes[SCSI_NCR_MAX_EXCLUDES]; member
H A Dncr53c8xx.c752 driver_setup.excludes[xi++] = val; in sym53c8xx__setup()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.h530 u32 excludes[SCSI_NCR_MAX_EXCLUDES]; member
H A Dncr53c8xx.c756 driver_setup.excludes[xi++] = val; in sym53c8xx__setup()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h1160 __u64 *excludes; member

Completed in 37 milliseconds