Home
last modified time | relevance | path

Searched refs:mtc (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/scsi/
A Dst.c3570 if (mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
3588 i = mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in st_ioctl()
3589 mtc.mt_op == MTRETEN || mtc.mt_op == MTEOM || in st_ioctl()
3590 mtc.mt_op == MTLOCK || mtc.mt_op == MTLOAD || in st_ioctl()
3591 mtc.mt_op == MTFSF || mtc.mt_op == MTFSFM || in st_ioctl()
3592 mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM || in st_ioctl()
3601 (mtc.mt_op == MTREW || mtc.mt_op == MTOFFL || in st_ioctl()
3603 mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM)) { in st_ioctl()
3609 if (mtc.mt_op == MTBSF || mtc.mt_op == MTBSFM) in st_ioctl()
3634 if (mtc.mt_op != MTNOP && mtc.mt_op != MTSETBLK && in st_ioctl()
[all …]
/linux/arch/powerpc/boot/dts/
A Ddigsy_mtc.dts16 model = "intercontrol,digsy-mtc";
17 compatible = "intercontrol,digsy-mtc";
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c800 *last_mtc |= mtc & mask; in intel_pt_fixup_last_mtc()
801 if (*last_mtc >= mtc) { in intel_pt_fixup_last_mtc()
844 mtc = pkt_info->packet.payload; in intel_pt_calc_cyc_cb()
850 if (mtc > data->last_mtc) in intel_pt_calc_cyc_cb()
851 mtc_delta = mtc - data->last_mtc; in intel_pt_calc_cyc_cb()
855 data->last_mtc = mtc; in intel_pt_calc_cyc_cb()
1941 uint32_t mtc, mtc_delta; in intel_pt_calc_mtc_timestamp() local
1946 mtc = decoder->packet.payload; in intel_pt_calc_mtc_timestamp()
1954 if (mtc > decoder->last_mtc) in intel_pt_calc_mtc_timestamp()
1955 mtc_delta = mtc - decoder->last_mtc; in intel_pt_calc_mtc_timestamp()
[all …]
/linux/mm/
A Dmigrate.c2128 struct migration_target_control *mtc; in alloc_migration_target() local
2134 mtc = (struct migration_target_control *)private; in alloc_migration_target()
2135 gfp_mask = mtc->gfp_mask; in alloc_migration_target()
2136 nid = mtc->nid; in alloc_migration_target()
2145 mtc->nmask, gfp_mask, in alloc_migration_target()
2146 htlb_allow_alloc_fallback(mtc->reason)); in alloc_migration_target()
2162 return __folio_alloc(gfp_mask, order, nid, mtc->nmask); in alloc_migration_target()
2181 struct migration_target_control mtc = { in do_move_pages_to_node() local
2188 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL, NULL); in do_move_pages_to_node()
A Dmemory_hotplug.c1831 struct migration_target_control mtc = { in do_migrate_range() local
1842 mtc.nid = folio_nid(list_first_entry(&source, struct folio, lru)); in do_migrate_range()
1849 node_clear(mtc.nid, nmask); in do_migrate_range()
1851 node_set(mtc.nid, nmask); in do_migrate_range()
1853 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_HOTPLUG, NULL); in do_migrate_range()
A Dvmscan.c957 struct migration_target_control *mtc; in alloc_migrate_folio() local
959 mtc = (struct migration_target_control *)private; in alloc_migrate_folio()
961 allowed_mask = mtc->nmask; in alloc_migrate_folio()
971 mtc->nmask = NULL; in alloc_migrate_folio()
972 mtc->gfp_mask |= __GFP_THISNODE; in alloc_migrate_folio()
973 dst = alloc_migration_target(src, (unsigned long)mtc); in alloc_migrate_folio()
977 mtc->gfp_mask &= ~__GFP_THISNODE; in alloc_migrate_folio()
978 mtc->nmask = allowed_mask; in alloc_migrate_folio()
980 return alloc_migration_target(src, (unsigned long)mtc); in alloc_migrate_folio()
994 struct migration_target_control mtc = { in demote_folio_list() local
[all …]
A Dmemory-failure.c2670 struct migration_target_control mtc = { in soft_offline_in_use_page() local
2721 (unsigned long)&mtc, MIGRATE_SYNC, MR_MEMORY_FAILURE, NULL); in soft_offline_in_use_page()
A Dgup.c2407 struct migration_target_control mtc = { in migrate_longterm_unpinnable_folios() local
2414 NULL, (unsigned long)&mtc, MIGRATE_SYNC, in migrate_longterm_unpinnable_folios()
A Dmempolicy.c1070 struct migration_target_control mtc = { in migrate_to_node() local
1096 (unsigned long)&mtc, MIGRATE_SYNC, MR_SYSCALL, NULL); in migrate_to_node()
A Dpage_alloc.c6413 struct migration_target_control mtc = { in __alloc_contig_migrate_range() local
6458 NULL, (unsigned long)&mtc, cc->mode, MR_CONTIG_RANGE, NULL); in __alloc_contig_migrate_range()
/linux/arch/powerpc/platforms/52xx/
A DKconfig26 intercontrol,digsy-mtc
/linux/mm/damon/
A Dpaddr.c337 struct migration_target_control mtc = { in __damon_pa_migrate_folio_list() local
357 (unsigned long)&mtc, MIGRATE_ASYNC, MR_DAMON, in __damon_pa_migrate_folio_list()
/linux/tools/perf/arch/x86/util/
A Dintel-pt.c184 int mtc, mtc_periods = 0, mtc_period; in intel_pt_default_config() local
196 &mtc) != 1) in intel_pt_default_config()
197 mtc = 1; in intel_pt_default_config()
199 if (mtc) { in intel_pt_default_config()
/linux/tools/perf/tests/shell/
A Dtest_intel_pt.sh439 perf_record_no_decode -o "${perfdatafile}" -e intel_pt/mtc=0,tsc=0/u uname
/linux/arch/x86/events/intel/
A Dpt.c59 PT_CAP(mtc, 0, CPUID_EBX, BIT(3)),
110 PMU_FORMAT_ATTR(mtc, "config:9" );
/linux/tools/perf/Documentation/
A Dperf-intel-pt.txt156 MTC packets are used - refer to the 'mtc' config term. When MTC is used, however,
252 /sys/bus/event_source/devices/intel_pt/format/mtc:config:9
375 mtc Produces MTC timing packets.
383 /sys/bus/event_source/devices/intel_pt/caps/mtc
391 mtc_period Specifies how frequently MTC packets are produced - see mtc
1300 TSC is not supported and tsc=0 must be specified. That means mtc is useless, so add mtc=0.
1306 …$ sudo perf kvm --guest --host --guestkallsyms $KALLSYMS record --kcore -e intel_pt/tsc=0,mtc=0,cy…
/linux/Documentation/scsi/
A DChangeLog.megaraid197 Jun'ichi Nomura [mailto:jnomura@mtc.biglobe.ne.jp]

Completed in 99 milliseconds