Searched refs:cmt (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/ubifs/ |
| H A D | orphan.c | 137 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 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() 1711 if (c->ltab[i].tgc || c->ltab[i].cmt) in dbg_chk_lpt_free_spc()
|
| H A D | ubifs.h | 501 unsigned cmt:1; member 929 unsigned cmt:1; member
|
| H A D | lpt.c | 646 ltab[i].cmt = 0; in ubifs_create_dflt_lpt() 1063 c->ltab[i].cmt = 0; in unpack_ltab()
|
| H A D | debug.c | 827 c->ltab[i].tgc, c->ltab[i].cmt); in ubifs_dump_lpt_info()
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_lib.sh | 93 local title cmt 97 cmt=" (flaky)" 102 mptcp_lib_print_err "[${title}]${cmt}${1:+ ${*}}"
|
| /linux/tools/testing/selftests/resctrl/ |
| H A D | README | 75 -t test list: run tests specified in the test list, e.g. -t mbm,mba,cmt,cat
|
| /linux/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 345 // and the function parse_one, #cmt is stripped 346 dyndbg="file init/* +p #cmt ; func parse_one +p"
|
| H A D | kernel-parameters.txt | 6327 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 D | qed_mfw_hsi.h | 509 struct couple_mode_teaming cmt; member
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 2017 my $cmt = ctx_locate_comment($first_line, $end_line); 2022 return ($cmt ne '');
|