Home
last modified time | relevance | path

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

/fs/
Dcompat_binfmt_elf.c49 static void cputime_to_compat_timeval(const cputime_t cputime, in cputime_to_compat_timeval() argument
53 cputime_to_timeval(cputime, &tv); in cputime_to_compat_timeval()
Dbinfmt_elf_fdpic.c1386 struct task_cputime cputime; in fill_prstatus() local
1392 thread_group_cputime(p, &cputime); in fill_prstatus()
1393 cputime_to_timeval(cputime.utime, &prstatus->pr_utime); in fill_prstatus()
1394 cputime_to_timeval(cputime.stime, &prstatus->pr_stime); in fill_prstatus()
Dbinfmt_elf.c1366 struct task_cputime cputime; in fill_prstatus() local
1372 thread_group_cputime(p, &cputime); in fill_prstatus()
1373 cputime_to_timeval(cputime.utime, &prstatus->pr_utime); in fill_prstatus()
1374 cputime_to_timeval(cputime.stime, &prstatus->pr_stime); in fill_prstatus()
/fs/proc/
Darray.c403 struct task_cputime cputime; in do_task_stat() local
414 thread_group_cputime(task, &cputime); in do_task_stat()
415 utime = cputime.utime; in do_task_stat()
416 stime = cputime.stime; in do_task_stat()
/fs/ocfs2/cluster/
Dheartbeat.c412 u64 cputime; in o2hb_prepare_block() local
422 cputime = CURRENT_TIME.tv_sec; in o2hb_prepare_block()
423 if (!cputime) in o2hb_prepare_block()
424 cputime = 1; in o2hb_prepare_block()
426 hb_block->hb_seq = cpu_to_le64(cputime); in o2hb_prepare_block()
557 u64 cputime; in o2hb_check_slot() local
593 cputime = le64_to_cpu(hb_block->hb_seq); in o2hb_check_slot()
594 if (slot->ds_last_time != cputime) in o2hb_check_slot()
598 slot->ds_last_time = cputime; in o2hb_check_slot()