Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 25 of 140) sorted by relevance

123456

/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh115 summary=""
119 summary="$summary Badness: $n_badness"
124 summary="$summary Warnings: $n_warn"
129 summary="$summary Bugs: $n_bugs"
134 summary="$summary Call Traces: $n_calltrace"
139 summary="$summary lockdep: $n_badness"
144 summary="$summary Stalls: $n_stalls"
149 summary="$summary Starves: $n_starves"
151 print_warning Summary: $summary
/Linux-v5.4/fs/jffs2/
Dsummary.c30 c->summary = kzalloc(sizeof(struct jffs2_summary), GFP_KERNEL); in jffs2_sum_init()
32 if (!c->summary) { in jffs2_sum_init()
37 c->summary->sum_buf = kmalloc(sum_size, GFP_KERNEL); in jffs2_sum_init()
39 if (!c->summary->sum_buf) { in jffs2_sum_init()
41 kfree(c->summary); in jffs2_sum_init()
54 jffs2_sum_disable_collecting(c->summary); in jffs2_sum_exit()
56 kfree(c->summary->sum_buf); in jffs2_sum_exit()
57 c->summary->sum_buf = NULL; in jffs2_sum_exit()
59 kfree(c->summary); in jffs2_sum_exit()
60 c->summary = NULL; in jffs2_sum_exit()
[all …]
Dnodemgmt.c339 jffs2_sum_reset_collected(c->summary); /* reset collected summary */ in jffs2_find_nextblock()
368 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space()
372 c->summary->sum_size, sumsize); in jffs2_do_reserve_space()
377 if (jeb && (PAD(minsize) + PAD(c->summary->sum_size + sumsize + in jffs2_do_reserve_space()
381 if (jffs2_sum_is_disabled(c->summary)) { in jffs2_do_reserve_space()
393 if (jffs2_sum_is_disabled(c->summary)) { in jffs2_do_reserve_space()
404 reserved_size = PAD(sumsize + c->summary->sum_size + JFFS2_SUMMARY_FRAME_SIZE); in jffs2_do_reserve_space()
DMakefile22 jffs2-$(CONFIG_JFFS2_SUMMARY) += summary.o
DKconfig54 bool "JFFS2 summary support"
58 This feature makes it possible to use summary information
61 The summary information can be inserted into a filesystem image
Djffs2_fs_sb.h142 struct jffs2_summary *summary; /* Summary information */ member
/Linux-v5.4/net/rxrpc/
Dinput.c40 struct rxrpc_ack_summary *summary, in rxrpc_congestion_management() argument
48 summary->flight_size = in rxrpc_congestion_management()
49 (call->tx_top - call->tx_hard_ack) - summary->nr_acks; in rxrpc_congestion_management()
52 summary->retrans_timeo = true; in rxrpc_congestion_management()
54 summary->flight_size / 2, 2); in rxrpc_congestion_management()
64 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management()
65 cumulative_acks += summary->nr_rot_new_acks; in rxrpc_congestion_management()
69 summary->mode = call->cong_mode; in rxrpc_congestion_management()
70 summary->cwnd = call->cong_cwnd; in rxrpc_congestion_management()
71 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management()
[all …]
/Linux-v5.4/Documentation/translations/ja_JP/
DSubmittingPatches471 Subject: [PATCH 001/123] subsystem: summary phrase
499 電子メールのサブジェクトの「summary phrase」はそのパッチの概要を正確
500 に表現しなければなりません。「summary phrase」をファイル名にしてはい
501 けません。パッチシリーズ中でそれぞれのパッチは同じ「summary phrase」を
505 あなたの電子メールの「summary phrase」がそのパッチにとって世界で唯一の識別子に
506 なるように心がけてください。「summary phrase」は git のチェンジログの中へ
507 ずっと伝播していきます。「summary phrase」は、開発者が後でパッチを参照する
509 人々はそのパッチに関連した議論を読むために「summary phrase」を使って google で
514 これらの理由のため、「summary phrase」はなぜパッチが必要であるか、パッチが何を
516summary phrase」は簡潔であり説明的である表現を目指しつつ、うまく
[all …]
/Linux-v5.4/tools/perf/
Dbuiltin-bench.c33 const char *summary; member
81 const char *summary; member
114 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks()
149 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
Dbuiltin-data.c16 const char *summary; member
45 printf("\t %s\t- %s\n", cmd->name, cmd->summary); in print_usage()
/Linux-v5.4/Documentation/hwmon/
Dsmm665.rst14 http://www.summitmicro.com/prod_select/summary/SMM465/SMM465DS.pdf
24 http://www.summitmicro.com/prod_select/summary/SMM665/SMM665B_2089_20.pdf
34 http://www.summitmicro.com/prod_select/summary/SMM665C/SMM665C_2125.pdf
44 http://www.summitmicro.com/prod_select/summary/SMM764/SMM764_2098.pdf
54 http://www.summitmicro.com/prod_select/summary/SMM766/SMM766_2086.pdf
56 http://www.summitmicro.com/prod_select/summary/SMM766B/SMM766B_2122.pdf
/Linux-v5.4/tools/perf/Documentation/
Dperf-sched.txt122 --summary::
123 Show only a summary of scheduling by thread with min, max, and average
127 --with-summary::
128 Show all scheduling events followed by a summary by thread with min,
Dperf-trace.txt118 Accrue thread runtime and provide a summary at the end of the session.
135 --summary::
136 Show only a summary of syscalls by thread with min, max, and average times
140 --with-summary::
141 Show all syscalls followed by a summary by thread with min, max, and
/Linux-v5.4/Documentation/driver-api/soundwire/
Dindex.rst8 summary
/Linux-v5.4/Documentation/spi/
Dindex.rst10 spi-summary
/Linux-v5.4/scripts/package/
Dsnapcraft.template3 summary: Linux kernel
/Linux-v5.4/arch/powerpc/tools/
Dcheckpatch.sh11 --no-summary \
/Linux-v5.4/Documentation/admin-guide/cifs/
Dchanges.rst5 See https://wiki.samba.org/index.php/LinuxCIFSKernel for summary
/Linux-v5.4/Documentation/i2c/
Dindex.rst23 summary
/Linux-v5.4/Documentation/filesystems/
Dindex.rst21 api-summary
/Linux-v5.4/arch/alpha/include/asm/
Dcore_titan.h336 u64 summary; /* 0x00 */ member
353 u64 summary; /* 0x00 */ member
/Linux-v5.4/kernel/debug/kdb/
Dkdb_cmds13 -summary
/Linux-v5.4/Documentation/dev-tools/
Dkselftest.rst61 Kselftest supports "summary" option to make it easier to understand the test
63 /tmp/testname file(s) when summary option is specified. This is applicable
66 To run kselftest with summary option enabled ::
68 $ make summary=1 kselftest
/Linux-v5.4/Documentation/networking/
Dnf_flowtable.txt105 made a very complete and comprehensive summary called "A state of network
107 mailined [3] and it also makes a rough summary of this work [4].
/Linux-v5.4/Documentation/process/
Dsubmitting-patches.rst168 SHA-1 ID of the commit. Please also include the oneline summary of
185 the SHA-1 ID, and the one line summary. Do not split the tag across multiple
658 Subject: [PATCH 001/123] subsystem: summary phrase
687 The ``summary phrase`` in the email's Subject should concisely
688 describe the patch which that email contains. The ``summary
689 phrase`` should not be a filename. Do not use the same ``summary
693 Bear in mind that the ``summary phrase`` of your email becomes a
695 into the ``git`` changelog. The ``summary phrase`` may later be used in
697 google for the ``summary phrase`` to read discussion regarding that
703 For these reasons, the ``summary`` must be no more than 70-75
[all …]

123456