Home
last modified time | relevance | path

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

/linux/fs/ubifs/
H A Dorphan.c137 if (orph->cmt) { in orphan_delete()
190 ubifs_assert(c, !orphan->cmt); in ubifs_orphan_start_commit()
192 orphan->cmt = 1; in ubifs_orphan_start_commit()
319 ubifs_assert(c, orphan->cmt); in write_orph_node()
321 orphan->cmt = 0; in write_orph_node()
399 orphan->cmt = 1; in consolidate()
H A 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()
1711 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
H A Dubifs.h501 unsigned cmt:1; member
929 unsigned cmt:1; member
H A Dlpt.c646 ltab[i].cmt = 0; in ubifs_create_dflt_lpt()
1063 c->ltab[i].cmt = 0; in unpack_ltab()
H A Ddebug.c827 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh93 local title cmt
97 cmt=" (flaky)"
102 mptcp_lib_print_err "[${title}]${cmt}${1:+ ${*}}"
/linux/tools/testing/selftests/resctrl/
H A DREADME75 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
/linux/Documentation/admin-guide/
H A Ddynamic-debug-howto.rst345 // and the function parse_one, #cmt is stripped
346 dyndbg="file init/* +p #cmt ; func parse_one +p"
H A Dkernel-parameters.txt6327 cmt, mbmtotal, mbmlocal, l3cat, l3cdp, l2cat, l2cdp,
6329 E.g. to turn on cmt and turn off mba use:
6330 rdt=cmt,!mba
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h509 struct couple_mode_teaming cmt; member
/linux/scripts/
H A Dcheckpatch.pl2017 my $cmt = ctx_locate_comment($first_line, $end_line);
2022 return ($cmt ne '');