Searched refs:cmt (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/drivers/clocksource/ |
D | sh_cmt.c | 91 struct sh_cmt_device *cmt; member 244 return ch->cmt->info->read_control(ch->iostart, 0); in sh_cmt_read_cmstr() 246 return ch->cmt->info->read_control(ch->cmt->mapbase, 0); in sh_cmt_read_cmstr() 255 ch->cmt->info->write_control(ch->iostart, 0, value); in sh_cmt_write_cmstr() 256 udelay(ch->cmt->reg_delay); in sh_cmt_write_cmstr() 258 ch->cmt->info->write_control(ch->cmt->mapbase, 0, value); in sh_cmt_write_cmstr() 259 udelay(ch->cmt->reg_delay); in sh_cmt_write_cmstr() 266 return ch->cmt->info->read_control(ch->ioctrl, CMCSR); in sh_cmt_read_cmcsr() 274 ch->cmt->info->write_control(ch->ioctrl, CMCSR, value); in sh_cmt_write_cmcsr() 275 udelay(ch->cmt->reg_delay); in sh_cmt_write_cmcsr() [all …]
|
/linux-6.6.21/tools/testing/selftests/resctrl/ |
D | cache.c | 284 bool platform, bool cmt) in show_cache_info() argument 296 (cmt ? (abs(avg_diff) > max_diff) : true); in show_cache_info() 304 ksft_print_msg("Cache span (%s): %zu\n", cmt ? "bytes" : "lines", in show_cache_info()
|
D | resctrl.h | 119 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-6.6.21/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-6.6.21/Documentation/admin-guide/ |
D | dynamic-debug-howto.rst | 339 // and the function parse_one, #cmt is stripped 340 dyndbg="file init/* +p #cmt ; func parse_one +p"
|
D | kernel-parameters.txt | 5400 cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, 5402 E.g. to turn on cmt and turn off mba use: 5403 rdt=cmt,!mba
|
/linux-6.6.21/Documentation/devicetree/bindings/timer/ |
D | renesas,cmt.yaml | 4 $id: http://devicetree.org/schemas/timer/renesas,cmt.yaml#
|
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_mfw_hsi.h | 509 struct couple_mode_teaming cmt; member
|
/linux-6.6.21/scripts/ |
D | checkpatch.pl | 1996 my $cmt = ctx_locate_comment($first_line, $end_line); 2001 return ($cmt ne '');
|