Searched refs:cmt (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.15/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-v5.15/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 | 118 bool platform, bool cmt);
|
| D | README | 50 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
|
| /Linux-v5.15/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 | 500 unsigned cmt:1; member 935 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-v5.15/Documentation/admin-guide/ |
| D | dynamic-debug-howto.rst | 362 // enable pr_debugs in 2 builtins, #cmt is stripped 363 dyndbg="module params +p #cmt ; module sys +p"
|
| D | kernel-parameters.txt | 4813 cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, 4815 E.g. to turn on cmt and turn off mba use: 4816 rdt=cmt,!mba
|
| /Linux-v5.15/scripts/ |
| D | checkpatch.pl | 1933 my $cmt = ctx_locate_comment($first_line, $end_line); 1938 return ($cmt ne '');
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qed/ |
| D | qed_hsi.h | 11930 struct couple_mode_teaming cmt; member
|