Home
last modified time | relevance | path

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

12345678910>>...13

/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh125 summary=""
129 summary="$summary Badness: $n_badness"
134 summary="$summary Warnings: $n_warn"
139 summary="$summary Bugs: $n_bugs"
144 summary="$summary Call Traces: $n_calltrace"
149 summary="$summary lockdep: $n_badness"
154 summary="$summary Stalls: $n_stalls"
159 summary="$summary Starves: $n_starves"
161 print_warning Summary: $summary
/OK3568_Linux_fs/kernel/fs/jffs2/
H A 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 …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsymbol-summary.h251 function_summary *summary = (function_summary <T *> *) (data); in symtab_insertion() local
253 if (summary->m_insertion_enabled) in symtab_insertion()
254 summary->insert (node, summary->get_create (node)); in symtab_insertion()
262 function_summary *summary = (function_summary <T *> *) (data); in symtab_removal() local
263 summary->remove (node); in symtab_removal()
271 function_summary *summary = (function_summary <T *> *) (data); in symtab_duplication() local
272 T *v = summary->get (node); in symtab_duplication()
275 summary->duplicate (node, node2, v, summary->get_create (node2)); in symtab_duplication()
280 gt_ggc_mx(function_summary<T *>* const &summary) in gt_ggc_mx() argument
282 gcc_checking_assert (summary->m_ggc); in gt_ggc_mx()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsymbol-summary.h251 function_summary *summary = (function_summary <T *> *) (data); in symtab_insertion() local
253 if (summary->m_insertion_enabled) in symtab_insertion()
254 summary->insert (node, summary->get_create (node)); in symtab_insertion()
262 function_summary *summary = (function_summary <T *> *) (data); in symtab_removal() local
263 summary->remove (node); in symtab_removal()
271 function_summary *summary = (function_summary <T *> *) (data); in symtab_duplication() local
272 T *v = summary->get (node); in symtab_duplication()
275 summary->duplicate (node, node2, v, summary->get_create (node2)); in symtab_duplication()
280 gt_ggc_mx(function_summary<T *>* const &summary) in gt_ggc_mx() argument
282 gcc_checking_assert (summary->m_ggc); in gt_ggc_mx()
[all …]
/OK3568_Linux_fs/kernel/net/rxrpc/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/backend/
H A Dmali_kbase_timeline_jm.c34 struct kbase_tlstream *summary = in kbase_create_timeline_objects() local
41 __kbase_tlstream_tl_new_lpu(summary, lpu, lpu_id, *lpu); in kbase_create_timeline_objects()
46 __kbase_tlstream_tl_new_as(summary, &kbdev->as[as_nr], as_nr); in kbase_create_timeline_objects()
49 __kbase_tlstream_tl_new_gpu(summary, in kbase_create_timeline_objects()
57 __kbase_tlstream_tl_lifelink_lpu_gpu(summary, lpu, kbdev); in kbase_create_timeline_objects()
61 __kbase_tlstream_tl_lifelink_as_gpu(summary, in kbase_create_timeline_objects()
73 __kbase_tlstream_tl_new_ctx(summary, in kbase_create_timeline_objects()
H A Dmali_kbase_timeline_csf.c36 struct kbase_tlstream *summary = in kbase_create_timeline_objects() local
56 __kbase_tlstream_tl_new_as(summary, &kbdev->as[as_nr], as_nr); in kbase_create_timeline_objects()
59 __kbase_tlstream_tl_new_gpu(summary, in kbase_create_timeline_objects()
66 __kbase_tlstream_tl_lifelink_as_gpu(summary, in kbase_create_timeline_objects()
71 __kbase_tlstream_tl_kbase_new_device(summary, kbdev->gpu_props.props.raw_props.gpu_id, in kbase_create_timeline_objects()
96 summary, in kbase_create_timeline_objects()
/OK3568_Linux_fs/kernel/Documentation/translations/ja_JP/
H A 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 …]
/OK3568_Linux_fs/external/xserver/test/scripts/
H A Drun-piglit.sh47 SHORT_SUMMARY=$PIGLIT_RESULTS_DIR/summary
48 LONG_SUMMARY=$PIGLIT_RESULTS_DIR/long-summary
49 $PIGLIT_DIR/piglit summary console -s $PIGLIT_RESULTS_DIR > $SHORT_SUMMARY
50 $PIGLIT_DIR/piglit summary console $PIGLIT_RESULTS_DIR > $LONG_SUMMARY
69 $PIGLIT_DIR/piglit summary html \
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dspectral.c474 struct spectral_summary_fft_report *summary, in ath11k_spectral_pull_summary() argument
477 report->timestamp = __le32_to_cpu(summary->timestamp); 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()
493 __le32_to_cpu(summary->info0)); in ath11k_spectral_pull_summary()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcache_extra.py34 self.summary = self.getvar('SUMMARY', metadata)
46 cachedata.summary = {}
56 cachedata.summary[fn] = self.summary
/OK3568_Linux_fs/buildroot/package/libiio/
H A D0001-C-public-fields-with-getters-setters-cannot-be-marked-readonly.patch27 /// <summary>The label of this device.</summary>
31 /// <summary>A <c>list</c> of all the attributes that this device has.</summary>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench-3.0-a9/
H A Dlmbench_result_html_report.patch36 $(MK) LIST="$(LIST)" summary > HTML/summary.out 2> HTML/summary.errs
45 -<h2><a href=summary>Summary of results</a></h2>
46 +<h2><a href=summary.out>Summary of results</a></h2>
/OK3568_Linux_fs/buildroot/package/luarocks/
H A Dbuildroot.lua21 :summary("generate buildroot package files of a rock.")
150 local summary = rockspec.description.summary
151 if not summary then
152 summary = '???'
153 elseif not summary:match('%.%s*$') then
154 summary = summary:gsub('%s*$', '.')
174 f:write('\t ' .. table.concat(wrap(summary, 62), '\n\t ') .. '\n')
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dsearch.py33 summary = rd.getVar('SUMMARY')
34 if summary == rd.expand(defsummary):
35 summary = ''
36 print("%s %s" % (pn.ljust(20), summary))
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A DREADME214 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 …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/benchs/
H A Drun_bench_ringbufs.sh29 summary=$(echo $2 | tail -n1)
30 printf "%-20s %s (drops %s)\n" "$bench" "$(hits $summary)" "$(drops $summary)"
H A Drun_bench_trigger.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
8 printf "%-10s: %s\n" $i "$summary"
H A Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
8 printf "%-10s: %s\n" $i "$summary"
/OK3568_Linux_fs/buildroot/support/testing/tests/core/test_selinux/br2_external/package/selinux-test/selinux/
H A Dbuildroot.if1 ## <summary>Buildroot rules</summary>
/OK3568_Linux_fs/buildroot/support/testing/tests/core/test_selinux/extra_modules/
H A Dbuildroot.if1 ## <summary>Buildroot rules</summary>
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_layerdetails_page.py44 summary = "A imported layer"
49 summary=summary,
60 self.initial_values = [name, vcs_url, subdir, gitrev, summary,
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-bench.c34 const char *summary; member
96 const char *summary; member
131 printf("%14s: %s\n", bench->name, bench->summary); in dump_benchmarks()
166 printf("%14s: %s\n", coll->name, coll->summary); in print_usage()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A 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
/OK3568_Linux_fs/kernel/tools/testing/selftests/
H A Drun_kselftest.sh23 -s | --summary Print summary with detailed log in output.log

12345678910>>...13