Home
last modified time | relevance | path

Searched refs:cmt (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/drivers/clocksource/
Dsh_cmt.c91 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/
Dcache.c284 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()
Dresctrl.h119 bool platform, bool cmt);
DREADME75 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
/linux-6.6.21/fs/ubifs/
Dorphan.c136 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()
Dlpt_commit.c155 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()
Dubifs.h509 unsigned cmt:1; member
944 unsigned cmt:1; member
Dlpt.c646 ltab[i].cmt = 0; in ubifs_create_dflt_lpt()
1063 c->ltab[i].cmt = 0; in unpack_ltab()
Ddebug.c827 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
/linux-6.6.21/Documentation/admin-guide/
Ddynamic-debug-howto.rst339 // and the function parse_one, #cmt is stripped
340 dyndbg="file init/* +p #cmt ; func parse_one +p"
Dkernel-parameters.txt5400 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/
Drenesas,cmt.yaml4 $id: http://devicetree.org/schemas/timer/renesas,cmt.yaml#
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/
Dqed_mfw_hsi.h509 struct couple_mode_teaming cmt; member
/linux-6.6.21/scripts/
Dcheckpatch.pl1996 my $cmt = ctx_locate_comment($first_line, $end_line);
2001 return ($cmt ne '');