Searched refs:cputime (Results 1 – 5 of 5) sorted by relevance
49 static void cputime_to_compat_timeval(const cputime_t cputime, in cputime_to_compat_timeval() argument53 cputime_to_timeval(cputime, &tv); in cputime_to_compat_timeval()
1386 struct task_cputime cputime; in fill_prstatus() local1392 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()
1366 struct task_cputime cputime; in fill_prstatus() local1372 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()
403 struct task_cputime cputime; in do_task_stat() local414 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()
412 u64 cputime; in o2hb_prepare_block() local422 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() local593 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()