/linux-5.19.10/tools/testing/selftests/rcutorture/bin/ |
D | parse-console.sh | 125 summary="" 129 summary="$summary Badness: $n_badness" 134 summary="$summary Warnings: $n_warn" 139 summary="$summary Bugs: $n_bugs" 146 summary="$summary (all bugs kcsan)" 148 summary="$summary KCSAN: $n_kcsan" 154 summary="$summary Call Traces: $n_calltrace" 159 summary="$summary lockdep: $n_badness" 164 summary="$summary Stalls: $n_stalls" 169 summary="$summary Starves: $n_starves" [all …]
|
/linux-5.19.10/tools/testing/selftests/bpf/benchs/ |
D | run_common.sh | 52 summary=$(echo $2 | tail -n1) 53 printf "%-20s %s (drops %s)\n" "$bench" "$(hits $summary)" "$(drops $summary)" 59 summary=$(echo $2 | tail -n1) 60 printf "%-20s %s%%\n" "$bench" "$(percentage $summary)" 66 summary=$(echo $2 | tail -n1) 67 printf "%-20s %s\n" "$bench" "$(ops $summary)" 73 summary=$(echo $2 | tail -n1) 74 printf "%-20s %s\n" "$bench" "$(total $summary)"
|
D | run_bench_trigger.sh | 7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-) 8 printf "%-10s: %s\n" $i "$summary"
|
D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-) 8 printf "%-10s: %s\n" $i "$summary"
|
/linux-5.19.10/fs/jffs2/ |
D | summary.c | 30 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 …]
|
D | nodemgmt.c | 339 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()
|
/linux-5.19.10/tools/perf/tests/shell/ |
D | stat+csv_summary.sh | 11 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary 2>&1 | \ 12 grep -e summary | \ 13 while read summary num event run pct 15 if [ $summary != "summary" ]; then 24 perf stat -e cycles -x' ' -I1000 --interval-count 1 --summary --no-csv-summary 2>&1 | \ 25 grep -e summary | \
|
/linux-5.19.10/net/rxrpc/ |
D | input.c | 40 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-5.19.10/Documentation/translations/ja_JP/ |
D | SubmittingPatches | 473 Subject: [PATCH 001/123] subsystem: summary phrase 501 電子メールのサブジェクトの「summary phrase」はそのパッチの概要を正確 502 に表現しなければなりません。「summary phrase」をファイル名にしてはい 503 けません。パッチシリーズ中でそれぞれのパッチは同じ「summary phrase」を 507 あなたの電子メールの「summary phrase」がそのパッチにとって世界で唯一の識別子に 508 なるように心がけてください。「summary phrase」は git のチェンジログの中へ 509 ずっと伝播していきます。「summary phrase」は、開発者が後でパッチを参照する 511 人々はそのパッチに関連した議論を読むために「summary phrase」を使って google で 516 これらの理由のため、「summary phrase」はなぜパッチが必要であるか、パッチが何を 518 「summary phrase」は簡潔であり説明的である表現を目指しつつ、うまく [all …]
|
/linux-5.19.10/drivers/net/wireless/ath/ath11k/ |
D | spectral.c | 472 struct spectral_summary_fft_report *summary, in ath11k_spectral_pull_summary() argument 475 report->timestamp = __le32_to_cpu(summary->timestamp); in ath11k_spectral_pull_summary() 477 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 479 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 481 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 483 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 485 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 487 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 489 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() 491 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary() [all …]
|
/linux-5.19.10/Documentation/tools/rtla/ |
D | rtla-osnoise.rst | 20 a summary of the noise of the operating system, including the counters of 23 mode displays information about the periodic summary from the *osnoise* tracer. 32 Prints the summary from osnoise tracer.
|
D | common_hist_options.rst | 13 **--no-summary** 15 Do not print summary.
|
D | rtla-osnoise-top.rst | 5 Display a summary of the operating system noise 18 **rtla osnoise top** collects the periodic summary from the *osnoise* tracer, 39 a summary of the report at the end of the session::
|
D | rtla-timerlat.rst | 22 The **rtla timerlat top** mode displays a summary of the periodic output 31 Prints the summary from *timerlat* tracer.
|
D | common_top_options.rst | 3 Print only a summary at the end of the session.
|
/linux-5.19.10/tools/power/pm-graph/ |
D | README | 214 individual test data and a set of summary pages in the root. The summary.html 216 summary-issue.html and summary-devices.html files include data taken from 220 summary.html 221 summary-issues.html 222 summary-devices.html 245 run is done, the -summary command is called automatically to create summary 247 speed up the testing by not creating timelines or summary html files. You 248 can then run the tool again at a later time with -summary and -genhtml to 252 Run the test and capture the trace logs, but skip the timeline and summary 254 copy the data to a faster host machine and run -summary -genhtml to [all …]
|
/linux-5.19.10/tools/testing/selftests/ |
D | run_kselftest.sh | 23 -s | --summary Print summary with detailed log in output.log
|
/linux-5.19.10/tools/perf/ |
D | builtin-bench.c | 34 const char *summary; member 104 const char *summary; member 140 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks() 175 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
|
/linux-5.19.10/Documentation/hwmon/ |
D | smm665.rst | 14 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-5.19.10/tools/perf/Documentation/ |
D | perf-sched.txt | 126 --summary:: 127 Show only a summary of scheduling by thread with min, max, and average 131 --with-summary:: 132 Show all scheduling events followed by a summary by thread with min,
|
/linux-5.19.10/Documentation/driver-api/soundwire/ |
D | index.rst | 8 summary
|
/linux-5.19.10/Documentation/spi/ |
D | index.rst | 10 spi-summary
|
/linux-5.19.10/arch/powerpc/tools/ |
D | checkpatch.sh | 11 --no-summary \
|
/linux-5.19.10/scripts/package/ |
D | snapcraft.template | 3 summary: Linux kernel
|
/linux-5.19.10/Documentation/admin-guide/cifs/ |
D | changes.rst | 5 See https://wiki.samba.org/index.php/LinuxCIFSKernel for summary
|