Searched refs:cmt (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/clocksource/ |
| A D | sh_cmt.c | 245 return ch->cmt->info->read_control(ch->cmt->mapbase, 0); in sh_cmt_read_cmstr() 872 ch->cmt = cmt; in sh_cmt_setup_channel() 999 cmt->hw_channels = cmt->info->channels_mask; in sh_cmt_setup() 1012 cmt->clk = clk_get(&cmt->pdev->dev, "fck"); in sh_cmt_setup() 1028 cmt->rate = clk_get_rate(cmt->clk) / 512; in sh_cmt_setup() 1030 cmt->rate = clk_get_rate(cmt->clk) / 8; in sh_cmt_setup() 1038 cmt->num_channels = hweight8(cmt->hw_channels); in sh_cmt_setup() 1039 cmt->channels = kcalloc(cmt->num_channels, sizeof(*cmt->channels), in sh_cmt_setup() 1091 if (cmt) { in sh_cmt_probe() 1096 cmt = kzalloc(sizeof(*cmt), GFP_KERNEL); in sh_cmt_probe() [all …]
|
| /linux/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 | 118 bool platform, bool cmt);
|
| A D | README | 50 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
|
| /linux/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 | 500 unsigned cmt:1; member 935 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/Documentation/admin-guide/ |
| A D | dynamic-debug-howto.rst | 363 // and the function parse_one, #cmt is stripped 364 dyndbg="file init/* +p #cmt ; func parse_one +p"
|
| A D | kernel-parameters.txt | 4843 cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp, 4845 E.g. to turn on cmt and turn off mba use: 4846 rdt=cmt,!mba
|
| /linux/Documentation/devicetree/bindings/timer/ |
| A D | renesas,cmt.yaml | 4 $id: http://devicetree.org/schemas/timer/renesas,cmt.yaml#
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| A D | qed_mfw_hsi.h | 509 struct couple_mode_teaming cmt; member
|
| /linux/scripts/ |
| A D | checkpatch.pl | 1958 my $cmt = ctx_locate_comment($first_line, $end_line); 1963 return ($cmt ne '');
|
Completed in 59 milliseconds