Searched refs:cmt (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/drivers/clocksource/ |
D | sh_cmt.c | 91 struct sh_cmt_device *cmt; member 243 return ch->cmt->info->read_control(ch->iostart, 0); in sh_cmt_read_cmstr() 245 return ch->cmt->info->read_control(ch->cmt->mapbase, 0); in sh_cmt_read_cmstr() 251 ch->cmt->info->write_control(ch->iostart, 0, value); in sh_cmt_write_cmstr() 253 ch->cmt->info->write_control(ch->cmt->mapbase, 0, value); in sh_cmt_write_cmstr() 258 return ch->cmt->info->read_control(ch->ioctrl, CMCSR); in sh_cmt_read_cmcsr() 263 ch->cmt->info->write_control(ch->ioctrl, CMCSR, value); in sh_cmt_write_cmcsr() 268 return ch->cmt->info->read_count(ch->ioctrl, CMCNT); in sh_cmt_read_cmcnt() 273 ch->cmt->info->write_count(ch->ioctrl, CMCNT, value); in sh_cmt_write_cmcnt() 278 ch->cmt->info->write_count(ch->ioctrl, CMCOR, value); in sh_cmt_write_cmcor() [all …]
|
/Linux-v6.1/tools/testing/selftests/resctrl/ |
D | cache.c | 290 bool platform, bool cmt) in show_cache_info() argument 302 (cmt ? (abs(avg_diff) > max_diff) : true); in show_cache_info() 310 ksft_print_msg("Cache span (%s): %lu\n", cmt ? "bytes" : "lines", in show_cache_info()
|
D | resctrl.h | 121 bool platform, bool cmt);
|
D | README | 75 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
|
/Linux-v6.1/fs/ubifs/ |
D | orphan.c | 136 if (orph->cmt) { in orphan_delete() 246 ubifs_assert(c, !orphan->cmt); in ubifs_orphan_start_commit() 248 orphan->cmt = 1; in ubifs_orphan_start_commit() 375 ubifs_assert(c, orphan->cmt); in write_orph_node() 377 orphan->cmt = 0; in write_orph_node() 455 orphan->cmt = 1; in consolidate()
|
D | lpt_commit.c | 155 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 158 c->ltab[i].cmt = 1; in alloc_lpt_leb() 165 if (c->ltab[i].tgc || c->ltab[i].cmt) in alloc_lpt_leb() 168 c->ltab[i].cmt = 1; in alloc_lpt_leb() 339 if (c->ltab[i].cmt) { in realloc_lpt_leb() 340 c->ltab[i].cmt = 0; in realloc_lpt_leb() 346 if (c->ltab[i].cmt) { in realloc_lpt_leb() 347 c->ltab[i].cmt = 0; in realloc_lpt_leb() 1712 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
|
D | ubifs.h | 509 unsigned cmt:1; member 944 unsigned cmt:1; member
|
D | lpt.c | 646 ltab[i].cmt = 0; in ubifs_create_dflt_lpt() 1063 c->ltab[i].cmt = 0; in unpack_ltab()
|
D | debug.c | 827 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
/Linux-v6.1/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 338 // and the function parse_one, #cmt is stripped 339 dyndbg="file init/* +p #cmt ; func parse_one +p"
|
D | kernel-parameters.txt | 5192 cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, 5194 E.g. to turn on cmt and turn off mba use: 5195 rdt=cmt,!mba
|
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_mfw_hsi.h | 509 struct couple_mode_teaming cmt; member
|
/Linux-v6.1/scripts/ |
D | checkpatch.pl | 1965 my $cmt = ctx_locate_comment($first_line, $end_line); 1970 return ($cmt ne '');
|