Searched refs:accounting (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dcputime.h28 * PPC64 uses PACA which is task independent for storing accounting data while
29 * PPC32 uses struct thread_info, therefore at task switch the accounting data
33 #define get_accounting(tsk) (&get_paca()->accounting)
34 #define raw_get_accounting(tsk) (&local_paca->accounting)
38 #define get_accounting(tsk) (&task_thread_info(tsk)->accounting)
42 * accumulated times to the current process, and to prepare accounting on
H A Dthread_info.h47 #include <asm/accounting.h>
65 struct cpu_accounting_data accounting; member in struct:thread_info
H A Dpaca.h28 #include <asm/accounting.h>
232 /* Stuff for accurate time accounting */
233 struct cpu_accounting_data accounting; member in struct:paca_struct
/linux-master/drivers/md/bcache/
H A Dstats.c203 mark_cache_stats(&dc->accounting.collector, hit, bypass);
204 mark_cache_stats(&c->accounting.collector, hit, bypass);
211 atomic_inc(&dc->accounting.collector.cache_miss_collisions);
212 atomic_inc(&c->accounting.collector.cache_miss_collisions);
218 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed);
219 atomic_add(sectors, &c->accounting.collector.sectors_bypassed);
H A Dbcache.h365 struct cache_accounting accounting; member in struct:cached_dev
523 struct cache_accounting accounting; member in struct:cache_set
H A Dsuper.c1395 bch_cache_accounting_destroy(&dc->accounting);
1416 bch_cache_accounting_init(&dc->accounting, &dc->disk.cl);
1467 if (bch_cache_accounting_add_kobjs(&dc->accounting, &dc->disk.kobj))
1720 bch_cache_accounting_destroy(&c->accounting);
1880 bch_cache_accounting_init(&c->accounting, &c->cl);
2170 if (bch_cache_accounting_add_kobjs(&c->accounting, &c->kobj))
H A Dsysfs.c368 bch_cache_accounting_clear(&dc->accounting);
852 bch_cache_accounting_clear(&c->accounting);
/linux-master/block/
H A Dblk-stat.c17 int accounting; member in struct:blk_queue_stats
164 if (list_empty(&q->stats->callbacks) && !q->stats->accounting)
192 if (!--q->stats->accounting && list_empty(&q->stats->callbacks))
203 if (!q->stats->accounting++ && list_empty(&q->stats->callbacks))
219 stats->accounting = 0;
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c525 if (ppe->accounting) {
640 if (ppe->accounting) {
858 if (!ppe->accounting)
879 bool accounting = eth->soc->has_accounting; local
901 ppe->accounting = accounting;
917 if (accounting) {
1065 if (ppe->accounting && ppe->mib_phys) {
H A Dmtk_ppe.h330 bool accounting; member in struct:mtk_ppe
/linux-master/arch/powerpc/platforms/pseries/
H A Ddtl.c43 * When CONFIG_VIRT_CPU_ACCOUNTING_NATIVE = y, the cpu accounting code controls
62 * The cpu accounting code controls the DTL ring buffer, and we get
425 struct cpu_accounting_data *acct = &local_paca->accounting;
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2731 DUMP(p, accounting.utime, "%#-*lx");
2732 DUMP(p, accounting.stime, "%#-*lx");
2734 DUMP(p, accounting.utime_scaled, "%#-*lx");
2736 DUMP(p, accounting.starttime, "%#-*lx");
2737 DUMP(p, accounting.starttime_user, "%#-*lx");
2739 DUMP(p, accounting.startspurr, "%#-*lx");
2740 DUMP(p, accounting.utime_sspurr, "%#-*lx");
2742 DUMP(p, accounting.steal_time, "%#-*lx");
/linux-master/kernel/events/
H A Dcore.c6315 * In order to undo the VM accounting done by perf_mmap() we need to destroy
6418 * undo the VM accounting.
6523 goto accounting;
6560 accounting:
6641 * Since pinned accounting is per vm we cannot allow fork() to copy our

Completed in 190 milliseconds