Searched refs:cputime (Results 1 – 4 of 4) sorted by relevance
51 static void cputime_to_compat_timeval(const cputime_t cputime, in cputime_to_compat_timeval() argument55 cputime_to_timeval(cputime, &tv); in cputime_to_compat_timeval()
1369 struct task_cputime cputime; in fill_prstatus() local1375 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()
1307 struct task_cputime cputime; in fill_prstatus() local1313 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()
599 u64 cputime; in o2hb_prepare_block() local609 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() local833 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()