Home
last modified time | relevance | path

Searched defs:cputime (Results 1 – 10 of 10) sorted by relevance

/linux/arch/s390/include/asm/
H A Dcputime.h17 #define cputime_to_nsecs(cputime) tod_to_ns(cputime) argument
/linux/kernel/sched/
H A Dcpuacct.c265 struct task_cputime cputime; in cpuacct_stats_show() local
336 void cpuacct_charge(struct task_struct *tsk, u64 cputime) in cpuacct_charge()
/linux/arch/powerpc/include/asm/
H A Dcputime.h25 #define cputime_to_nsecs(cputime) tb_to_ns(cputime) argument
/linux/arch/s390/kernel/
H A Dvtime.c106 static void account_system_index_scaled(struct task_struct *p, u64 cputime, in account_system_index_scaled()
/linux/kernel/cgroup/
H A Drstat.c671 struct task_cputime *cputime = &bstat->cputime; in root_cgroup_cputime() local
/linux/fs/
H A Dbinfmt_elf_fdpic.c1314 struct task_cputime cputime; in fill_prstatus() local
H A Dbinfmt_elf.c1500 struct task_cputime cputime; in fill_prstatus() local
/linux/fs/ocfs2/cluster/
H A Dheartbeat.c711 u64 cputime; in o2hb_prepare_block() local
895 u64 cputime; in o2hb_check_slot() local
/linux/include/linux/
H A Dcgroup.h728 static inline void cpuacct_charge(struct task_struct *tsk, u64 cputime) {} in cpuacct_charge()
H A Dcgroup-defs.h363 struct task_cputime cputime; member