Searched refs:cputime (Results 1 – 3 of 3) sorted by relevance
703 u64 cputime; in o2hb_prepare_block() local713 cputime = ktime_get_real_seconds(); in o2hb_prepare_block()714 if (!cputime) in o2hb_prepare_block()715 cputime = 1; in o2hb_prepare_block()717 hb_block->hb_seq = cpu_to_le64(cputime); in o2hb_prepare_block()887 u64 cputime; in o2hb_check_slot() local932 cputime = le64_to_cpu(hb_block->hb_seq); in o2hb_check_slot()933 if (slot->ds_last_time != cputime) in o2hb_check_slot()937 slot->ds_last_time = cputime; in o2hb_check_slot()
1298 struct task_cputime cputime; in fill_prstatus() local1304 thread_group_cputime(p, &cputime); in fill_prstatus()1305 prstatus->pr_utime = ns_to_kernel_old_timeval(cputime.utime); in fill_prstatus()1306 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()
1546 struct task_cputime cputime; in fill_prstatus() local1552 thread_group_cputime(p, &cputime); in fill_prstatus()1553 prstatus->pr_utime = ns_to_kernel_old_timeval(cputime.utime); in fill_prstatus()1554 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()