Searched refs:cmt (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/clocksource/ |
A D | sh_cmt.c | 247 return ch->cmt->info->read_control(ch->cmt->mapbase, 0); in sh_cmt_read_cmstr() 888 ch->cmt = cmt; in sh_cmt_setup_channel() 1023 cmt->hw_channels = cmt->info->channels_mask; in sh_cmt_setup() 1036 cmt->clk = clk_get(&cmt->pdev->dev, "fck"); in sh_cmt_setup() 1060 cmt->rate = rate / (cmt->info->width == 16 ? 512 : 8); in sh_cmt_setup() 1068 cmt->num_channels = hweight8(cmt->hw_channels); in sh_cmt_setup() 1069 cmt->channels = kcalloc(cmt->num_channels, sizeof(*cmt->channels), in sh_cmt_setup() 1121 if (cmt) { in sh_cmt_probe() 1126 cmt = kzalloc(sizeof(*cmt), GFP_KERNEL); in sh_cmt_probe() 1132 kfree(cmt); in sh_cmt_probe() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/resctrl/ |
A 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()
|
A D | resctrl.h | 121 bool platform, bool cmt);
|
A D | README | 75 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
|
/linux-6.3-rc2/fs/ubifs/ |
A 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()
|
A 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()
|
A D | ubifs.h | 509 unsigned cmt:1; member 944 unsigned cmt:1; member
|
A D | lpt.c | 646 ltab[i].cmt = 0; in ubifs_create_dflt_lpt() 1063 c->ltab[i].cmt = 0; in unpack_ltab()
|
A D | debug.c | 827 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | dynamic-debug-howto.rst | 338 // and the function parse_one, #cmt is stripped 339 dyndbg="file init/* +p #cmt ; func parse_one +p"
|
A D | kernel-parameters.txt | 5240 cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, 5242 E.g. to turn on cmt and turn off mba use: 5243 rdt=cmt,!mba
|
/linux-6.3-rc2/Documentation/devicetree/bindings/timer/ |
A D | renesas,cmt.yaml | 4 $id: http://devicetree.org/schemas/timer/renesas,cmt.yaml#
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/ |
A D | qed_mfw_hsi.h | 509 struct couple_mode_teaming cmt; member
|
/linux-6.3-rc2/scripts/ |
A D | checkpatch.pl | 1978 my $cmt = ctx_locate_comment($first_line, $end_line); 1983 return ($cmt ne '');
|
Completed in 69 milliseconds