Home
last modified time | relevance | path

Searched refs:cputime (Results 1 – 4 of 4) sorted by relevance

/fs/
Dcompat_binfmt_elf.c51 static void cputime_to_compat_timeval(const cputime_t cputime, in cputime_to_compat_timeval() argument
55 cputime_to_timeval(cputime, &tv); in cputime_to_compat_timeval()
Dbinfmt_elf_fdpic.c1369 struct task_cputime cputime; in fill_prstatus() local
1375 thread_group_cputime(p, &cputime); in fill_prstatus()
1376 cputime_to_timeval(cputime.utime, &prstatus->pr_utime); in fill_prstatus()
1377 cputime_to_timeval(cputime.stime, &prstatus->pr_stime); in fill_prstatus()
Dbinfmt_elf.c1307 struct task_cputime cputime; in fill_prstatus() local
1313 thread_group_cputime(p, &cputime); in fill_prstatus()
1314 cputime_to_timeval(cputime.utime, &prstatus->pr_utime); in fill_prstatus()
1315 cputime_to_timeval(cputime.stime, &prstatus->pr_stime); in fill_prstatus()
/fs/ocfs2/cluster/
Dheartbeat.c599 u64 cputime; in o2hb_prepare_block() local
609 cputime = CURRENT_TIME.tv_sec; in o2hb_prepare_block()
610 if (!cputime) in o2hb_prepare_block()
611 cputime = 1; in o2hb_prepare_block()
613 hb_block->hb_seq = cpu_to_le64(cputime); in o2hb_prepare_block()
789 u64 cputime; in o2hb_check_slot() local
833 cputime = le64_to_cpu(hb_block->hb_seq); in o2hb_check_slot()
834 if (slot->ds_last_time != cputime) in o2hb_check_slot()
838 slot->ds_last_time = cputime; in o2hb_check_slot()