accounting         45 arch/powerpc/include/asm/cputime.h #define get_accounting(tsk)	(&get_paca()->accounting)
accounting         48 arch/powerpc/include/asm/cputime.h #define get_accounting(tsk)	(&task_thread_info(tsk)->accounting)
accounting        231 arch/powerpc/include/asm/paca.h 	struct cpu_accounting_data accounting;
accounting         38 arch/powerpc/include/asm/thread_info.h 	struct cpu_accounting_data accounting;
accounting        265 arch/powerpc/kernel/asm-offsets.c 	OFFSET(ACCOUNT_STARTTIME, paca_struct, accounting.starttime);
accounting        266 arch/powerpc/kernel/asm-offsets.c 	OFFSET(ACCOUNT_STARTTIME_USER, paca_struct, accounting.starttime_user);
accounting        267 arch/powerpc/kernel/asm-offsets.c 	OFFSET(ACCOUNT_USER_TIME, paca_struct, accounting.utime);
accounting        268 arch/powerpc/kernel/asm-offsets.c 	OFFSET(ACCOUNT_SYSTEM_TIME, paca_struct, accounting.stime);
accounting        275 arch/powerpc/kernel/asm-offsets.c 	OFFSET(ACCOUNT_STARTTIME, thread_info, accounting.starttime);
accounting        276 arch/powerpc/kernel/asm-offsets.c 	OFFSET(ACCOUNT_STARTTIME_USER, thread_info, accounting.starttime_user);
accounting        277 arch/powerpc/kernel/asm-offsets.c 	OFFSET(ACCOUNT_USER_TIME, thread_info, accounting.utime);
accounting        278 arch/powerpc/kernel/asm-offsets.c 	OFFSET(ACCOUNT_SYSTEM_TIME, thread_info, accounting.stime);
accounting        239 arch/powerpc/kernel/time.c 	struct cpu_accounting_data *acct = &local_paca->accounting;
accounting       2530 arch/powerpc/xmon/xmon.c 	DUMP(p, accounting.utime, "%#-*lx");
accounting       2531 arch/powerpc/xmon/xmon.c 	DUMP(p, accounting.stime, "%#-*lx");
accounting       2533 arch/powerpc/xmon/xmon.c 	DUMP(p, accounting.utime_scaled, "%#-*lx");
accounting       2535 arch/powerpc/xmon/xmon.c 	DUMP(p, accounting.starttime, "%#-*lx");
accounting       2536 arch/powerpc/xmon/xmon.c 	DUMP(p, accounting.starttime_user, "%#-*lx");
accounting       2538 arch/powerpc/xmon/xmon.c 	DUMP(p, accounting.startspurr, "%#-*lx");
accounting       2539 arch/powerpc/xmon/xmon.c 	DUMP(p, accounting.utime_sspurr, "%#-*lx");
accounting       2541 arch/powerpc/xmon/xmon.c 	DUMP(p, accounting.steal_time, "%#-*lx");
accounting        362 drivers/md/bcache/bcache.h 	struct cache_accounting	accounting;
accounting        512 drivers/md/bcache/bcache.h 	struct cache_accounting accounting;
accounting        208 drivers/md/bcache/stats.c 	mark_cache_stats(&dc->accounting.collector, hit, bypass);
accounting        209 drivers/md/bcache/stats.c 	mark_cache_stats(&c->accounting.collector, hit, bypass);
accounting        216 drivers/md/bcache/stats.c 	atomic_inc(&dc->accounting.collector.cache_readaheads);
accounting        217 drivers/md/bcache/stats.c 	atomic_inc(&c->accounting.collector.cache_readaheads);
accounting        224 drivers/md/bcache/stats.c 	atomic_inc(&dc->accounting.collector.cache_miss_collisions);
accounting        225 drivers/md/bcache/stats.c 	atomic_inc(&c->accounting.collector.cache_miss_collisions);
accounting        231 drivers/md/bcache/stats.c 	atomic_add(sectors, &dc->accounting.collector.sectors_bypassed);
accounting        232 drivers/md/bcache/stats.c 	atomic_add(sectors, &c->accounting.collector.sectors_bypassed);
accounting       1297 drivers/md/bcache/super.c 	bch_cache_accounting_destroy(&dc->accounting);
accounting       1318 drivers/md/bcache/super.c 	bch_cache_accounting_init(&dc->accounting, &dc->disk.cl);
accounting       1380 drivers/md/bcache/super.c 	if (bch_cache_accounting_add_kobjs(&dc->accounting, &dc->disk.kobj))
accounting       1618 drivers/md/bcache/super.c 	bch_cache_accounting_destroy(&c->accounting);
accounting       1778 drivers/md/bcache/super.c 	bch_cache_accounting_init(&c->accounting, &c->cl);
accounting       2079 drivers/md/bcache/super.c 	if (bch_cache_accounting_add_kobjs(&c->accounting, &c->kobj))
accounting        347 drivers/md/bcache/sysfs.c 		bch_cache_accounting_clear(&dc->accounting);
accounting        823 drivers/md/bcache/sysfs.c 		bch_cache_accounting_clear(&c->accounting);
accounting       5786 kernel/events/core.c 		goto accounting;
accounting       5823 kernel/events/core.c accounting: