Home
last modified time | relevance | path

Searched refs:totals (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/scripts/tiny/
H A Dksize.py66 r.totals["total"] += b.sizes.total
67 r.totals["text"] += b.sizes.text
68 r.totals["data"] += b.sizes.data
69 r.totals["bss"] += b.sizes.bss
71 r.deltas["total"] = r.sizes.total - r.totals["total"]
72 r.deltas["text"] = r.sizes.text - r.totals["text"]
73 r.deltas["data"] = r.sizes.data - r.totals["data"]
74 r.deltas["bss"] = r.sizes.bss - r.totals["bss"]
83 self.totals = {"total":0, "text":0, "data":0, "bss":0}
98 (indent+"sum", self.totals["total"], self.totals["text"],
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dbcm_app_utils.c68 cca_congest_t totals; in cca_per_chan_summary() local
70 totals.duration = 0; in cca_per_chan_summary()
71 totals.congest_ibss = 0; in cca_per_chan_summary()
72 totals.congest_obss = 0; in cca_per_chan_summary()
73 totals.interference = 0; in cca_per_chan_summary()
78 totals.duration += input->secs[sec].duration; in cca_per_chan_summary()
79 totals.congest_ibss += input->secs[sec].congest_ibss; in cca_per_chan_summary()
80 totals.congest_obss += input->secs[sec].congest_obss; in cca_per_chan_summary()
81 totals.interference += input->secs[sec].interference; in cca_per_chan_summary()
87 if (!avg->num_secs || !totals.duration) in cca_per_chan_summary()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dbcm_app_utils.c68 cca_congest_t totals; in cca_per_chan_summary() local
70 totals.duration = 0; in cca_per_chan_summary()
71 totals.congest_ibss = 0; in cca_per_chan_summary()
72 totals.congest_obss = 0; in cca_per_chan_summary()
73 totals.interference = 0; in cca_per_chan_summary()
78 totals.duration += input->secs[sec].duration; in cca_per_chan_summary()
79 totals.congest_ibss += input->secs[sec].congest_ibss; in cca_per_chan_summary()
80 totals.congest_obss += input->secs[sec].congest_obss; in cca_per_chan_summary()
81 totals.interference += input->secs[sec].interference; in cca_per_chan_summary()
87 if (!avg->num_secs || !totals.duration) in cca_per_chan_summary()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dbcm_app_utils.c68 cca_congest_t totals; in cca_per_chan_summary() local
70 totals.duration = 0; in cca_per_chan_summary()
71 totals.congest_ibss = 0; in cca_per_chan_summary()
72 totals.congest_obss = 0; in cca_per_chan_summary()
73 totals.interference = 0; in cca_per_chan_summary()
78 totals.duration += input->secs[sec].duration; in cca_per_chan_summary()
79 totals.congest_ibss += input->secs[sec].congest_ibss; in cca_per_chan_summary()
80 totals.congest_obss += input->secs[sec].congest_obss; in cca_per_chan_summary()
81 totals.interference += input->secs[sec].interference; in cca_per_chan_summary()
87 if (!avg->num_secs || !totals.duration) in cca_per_chan_summary()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcm_app_utils.c67 cca_congest_t totals; in cca_per_chan_summary() local
69 totals.duration = 0; in cca_per_chan_summary()
70 totals.congest_ibss = 0; in cca_per_chan_summary()
71 totals.congest_obss = 0; in cca_per_chan_summary()
72 totals.interference = 0; in cca_per_chan_summary()
77 totals.duration += input->secs[sec].duration; in cca_per_chan_summary()
78 totals.congest_ibss += input->secs[sec].congest_ibss; in cca_per_chan_summary()
79 totals.congest_obss += input->secs[sec].congest_obss; in cca_per_chan_summary()
80 totals.interference += input->secs[sec].interference; in cca_per_chan_summary()
86 if (!avg->num_secs || !totals.duration) in cca_per_chan_summary()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcm_app_utils.c60 cca_congest_t totals; in cca_per_chan_summary() local
62 totals.duration = 0; in cca_per_chan_summary()
63 totals.congest_ibss = 0; in cca_per_chan_summary()
64 totals.congest_obss = 0; in cca_per_chan_summary()
65 totals.interference = 0; in cca_per_chan_summary()
70 totals.duration += input->secs[sec].duration; in cca_per_chan_summary()
71 totals.congest_ibss += input->secs[sec].congest_ibss; in cca_per_chan_summary()
72 totals.congest_obss += input->secs[sec].congest_obss; in cca_per_chan_summary()
73 totals.interference += input->secs[sec].interference; in cca_per_chan_summary()
79 if (!avg->num_secs || !totals.duration) in cca_per_chan_summary()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcm_app_utils.c60 cca_congest_t totals; in cca_per_chan_summary() local
62 totals.duration = 0; in cca_per_chan_summary()
63 totals.congest_ibss = 0; in cca_per_chan_summary()
64 totals.congest_obss = 0; in cca_per_chan_summary()
65 totals.interference = 0; in cca_per_chan_summary()
70 totals.duration += input->secs[sec].duration; in cca_per_chan_summary()
71 totals.congest_ibss += input->secs[sec].congest_ibss; in cca_per_chan_summary()
72 totals.congest_obss += input->secs[sec].congest_obss; in cca_per_chan_summary()
73 totals.interference += input->secs[sec].interference; in cca_per_chan_summary()
79 if (!avg->num_secs || !totals.duration) in cca_per_chan_summary()
[all …]
/OK3568_Linux_fs/buildroot/package/iftop/
H A D0001-ui_common.h-fix-build-with-gcc-10.patch28 +host_pair_line totals;
45 -host_pair_line totals;
48 +extern host_pair_line totals;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/iftop/iftop/
H A Diftop-1.0-gcc10.patch10 …ilddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of `totals'; iftop.o:/builddi…
17 …ilddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of `totals'; iftop.o:/builddi…
21 …ilddir/build/BUILD/iftop-1.0pre4/ui_common.h:37: multiple definition of `totals'; iftop.o:/builddi…
41 -host_pair_line totals;
44 +extern host_pair_line totals;
61 +host_pair_line totals;
/OK3568_Linux_fs/kernel/tools/vm/
H A Dslabinfo-gnuplot.sh184 mode=totals
228 totals)
255 totals)
H A Dslabinfo.c799 static void totals(void) in totals() function
1366 totals(); in xtotals()
1534 totals(); in main()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dsuper.c620 struct nfs_iostats totals = { }; in nfs_show_stats() local
675 totals.events[i] += stats->events[i]; in nfs_show_stats()
677 totals.bytes[i] += stats->bytes[i]; in nfs_show_stats()
680 totals.fscache[i] += stats->fscache[i]; in nfs_show_stats()
688 seq_printf(m, "%lu ", totals.events[i]); in nfs_show_stats()
691 seq_printf(m, "%Lu ", totals.bytes[i]); in nfs_show_stats()
696 seq_printf(m, "%Lu ", totals.fscache[i]); in nfs_show_stats()
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dbuilder.py973 totals = {}
980 if name in totals:
981 totals[name] += diff
983 totals[name] = diff
989 for name in sorted(totals):
990 diff = totals[name]
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dslub.rst352 - Slabcache Totals: FOO_STATS-totals.png
371 generated pre-processed \*-totals::
373 slabinfo-gnuplot.sh -t STATS1-totals STATS2-totals .. STATSN-totals
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-sched.c2820 struct total_run_stats totals; in timehist_print_summary() local
2827 memset(&totals, 0, sizeof(totals)); in timehist_print_summary()
2828 totals.sched = sched; in timehist_print_summary()
2848 machine__for_each_thread(m, show_thread_runtime, &totals); in timehist_print_summary()
2849 task_count = totals.task_count; in timehist_print_summary()
2854 machine__for_each_thread(m, show_deadthread_runtime, &totals); in timehist_print_summary()
2855 if (task_count == totals.task_count) in timehist_print_summary()
2873 totals.sched_count += r->run_stats.n; in timehist_print_summary()
2913 totals.task_count, totals.sched_count); in timehist_print_summary()
2916 print_sched_time(totals.total_run_time, 2); in timehist_print_summary()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch175 -h print header line -t print totals for listed files or for all\n\
181 + -h print header line -t print totals for listed files or for all\n\
/OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/
H A Dlpc32xxcdl-2.11-slashes.patch82 MAP = --map --info=totals,sizes,unused --symbols --list
91 MAP = --map --info=totals,sizes,unused --symbols --list
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dtorture.rst130 debugging. The final "T" entry contains the totals of the counters.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dvm.rst839 into their global totals, for more accurate reports when testing
842 As a side-effect, it also checks for negative totals (elsewhere reported
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram.rst20 event format fields (or stacktrace) and a set of running totals
290 totals for the run. The 'Hits' field shows the total number of
646 gather and display sorted totals for each process, you can use the
H A Devents.rst544 totals derived from one or more trace event format fields and/or
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dras.rst927 In this directory there are two default counter attributes, which are totals of
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbinutils.info2771 [-t|--totals]
2859 '--totals'
2860 Show totals of all objects listed (Berkeley or GNU format mode
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbinutils.info2771 [-t|--totals]
2859 '--totals'
2860 Show totals of all objects listed (Berkeley or GNU format mode
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-103948 This function reports resource usage totals for processes specified
3969 with the function ‘wait4’, which returns totals for a child when it

12