Home
last modified time | relevance | path

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

123456

/Linux-v4.19/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh127 summary=""
131 summary="$summary Badness: $n_badness"
136 summary="$summary Warnings: $n_warn"
141 summary="$summary Bugs: $n_bugs"
146 summary="$summary Call Traces: $n_calltrace"
151 summary="$summary lockdep: $n_badness"
156 summary="$summary Stalls: $n_stalls"
161 summary="$summary Starves: $n_starves"
163 print_warning Summary: $summary
/Linux-v4.19/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
DKconfig53 bool "JFFS2 summary support"
57 This feature makes it possible to use summary information
60 The summary information can be inserted into a filesystem image
Djffs2_fs_sb.h142 struct jffs2_summary *summary; /* Summary information */ member
/Linux-v4.19/net/rxrpc/
Dinput.c44 struct rxrpc_ack_summary *summary, in rxrpc_congestion_management() argument
52 summary->flight_size = in rxrpc_congestion_management()
53 (call->tx_top - call->tx_hard_ack) - summary->nr_acks; in rxrpc_congestion_management()
56 summary->retrans_timeo = true; in rxrpc_congestion_management()
58 summary->flight_size / 2, 2); in rxrpc_congestion_management()
68 cumulative_acks += summary->nr_new_acks; in rxrpc_congestion_management()
69 cumulative_acks += summary->nr_rot_new_acks; in rxrpc_congestion_management()
73 summary->mode = call->cong_mode; in rxrpc_congestion_management()
74 summary->cwnd = call->cong_cwnd; in rxrpc_congestion_management()
75 summary->ssthresh = call->cong_ssthresh; in rxrpc_congestion_management()
[all …]
/Linux-v4.19/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-v4.19/Documentation/ioctl/
D00-INDEX6 - summary of CDROM ioctl calls
8 - summary of HDIO_ ioctl calls
/Linux-v4.19/tools/perf/
Dbuiltin-bench.c33 const char *summary; member
72 const char *summary; member
102 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks()
137 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
Dbuiltin-data.c14 const char *summary; member
43 printf("\t %s\t- %s\n", cmd->name, cmd->summary); in print_usage()
/Linux-v4.19/Documentation/hwmon/
Dsmm6659 http://www.summitmicro.com/prod_select/summary/SMM465/SMM465DS.pdf
14 http://www.summitmicro.com/prod_select/summary/SMM665/SMM665B_2089_20.pdf
19 http://www.summitmicro.com/prod_select/summary/SMM665C/SMM665C_2125.pdf
24 http://www.summitmicro.com/prod_select/summary/SMM764/SMM764_2098.pdf
29 http://www.summitmicro.com/prod_select/summary/SMM766/SMM766_2086.pdf
30 http://www.summitmicro.com/prod_select/summary/SMM766B/SMM766B_2122.pdf
/Linux-v4.19/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-v4.19/Documentation/driver-api/soundwire/
Dindex.rst8 summary
/Linux-v4.19/scripts/package/
Dsnapcraft.template3 summary: Linux kernel
/Linux-v4.19/arch/powerpc/tools/
Dcheckpatch.sh11 --no-summary \
/Linux-v4.19/Documentation/filesystems/cifs/
DCHANGES1 See https://wiki.samba.org/index.php/LinuxCIFSKernel for summary
/Linux-v4.19/Documentation/spi/
D00-INDEX15 spi-summary
/Linux-v4.19/arch/alpha/include/asm/
Dcore_titan.h336 u64 summary; /* 0x00 */ member
353 u64 summary; /* 0x00 */ member
/Linux-v4.19/kernel/debug/kdb/
Dkdb_cmds13 -summary
/Linux-v4.19/Documentation/driver-api/dmaengine/
Ddmatest.rst104 code, error counter, or status. A test thread also emits a summary line at
111 dmatest: dma0chan0-copy0: summary 1 test, 0 failures 1000 iops 100000 KB/s (0)
/Linux-v4.19/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. For example::
626 Subject: [PATCH 001/123] subsystem: summary phrase
655 The ``summary phrase`` in the email's Subject should concisely
656 describe the patch which that email contains. The ``summary
657 phrase`` should not be a filename. Do not use the same ``summary
661 Bear in mind that the ``summary phrase`` of your email becomes a
663 into the ``git`` changelog. The ``summary phrase`` may later be used in
665 google for the ``summary phrase`` to read discussion regarding that
671 For these reasons, the ``summary`` must be no more than 70-75
[all …]
/Linux-v4.19/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-v4.19/Documentation/namespaces/
Dcompatibility-list.txt6 Here's the summary. This matrix shows the known problems, that

123456