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

/linux-master/tools/lib/subcmd/
H A Dhelp.h30 /* Here we require that excludes is a sorted list. */
31 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
H A Dhelp.c72 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) argument
78 while (ci < cmds->cnt && ei < excludes->cnt) {
79 cmp = strcmp(cmds->names[ci]->name, excludes->names[ei]->name);
/linux-master/tools/rcu/
H A Dextract-stall.sh6 echo Filter out clocksource lines. Note that preceding-lines excludes the
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h116 u_long excludes[8]; member in struct:sym_driver_setup
H A Dsym_glue.c89 sym_driver_setup.excludes[xi++] = val;
1460 if (sym_driver_setup.excludes[i] == io_port)
/linux-master/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
/linux-master/arch/x86/kvm/
H A Dpmu.c340 * 'excludes' list separately rather than on the 'events' list (which
408 !filter_contains_match(f->excludes, f->nr_excludes, eventsel))
957 * Sort entries by event select and includes vs. excludes so that all
961 * includes and excludes sub-lists.
978 filter->excludes = filter->events + filter->nr_includes;
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S64 | normal fpu instruction? (this excludes fsave/frestore)
/linux-master/drivers/scsi/
H A Dncr53c8xx.h530 u32 excludes[SCSI_NCR_MAX_EXCLUDES]; member in struct:ncr_driver_setup
H A Dncr53c8xx.c756 driver_setup.excludes[xi++] = val;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1196 __u64 *excludes; member in struct:kvm_x86_pmu_event_filter

Completed in 415 milliseconds