Searched refs:cputime (Results 1 – 3 of 3) sorted by relevance
710 u64 cputime; in o2hb_prepare_block() local720 cputime = ktime_get_real_seconds(); in o2hb_prepare_block()721 if (!cputime) in o2hb_prepare_block()722 cputime = 1; in o2hb_prepare_block()724 hb_block->hb_seq = cpu_to_le64(cputime); in o2hb_prepare_block()894 u64 cputime; in o2hb_check_slot() local939 cputime = le64_to_cpu(hb_block->hb_seq); in o2hb_check_slot()940 if (slot->ds_last_time != cputime) in o2hb_check_slot()944 slot->ds_last_time = cputime; in o2hb_check_slot()
1317 struct task_cputime cputime; in fill_prstatus() local1323 thread_group_cputime(p, &cputime); in fill_prstatus()1324 prstatus->pr_utime = ns_to_kernel_old_timeval(cputime.utime); in fill_prstatus()1325 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()
1524 struct task_cputime cputime; in fill_prstatus() local1530 thread_group_cputime(p, &cputime); in fill_prstatus()1531 prstatus->pr_utime = ns_to_kernel_old_timeval(cputime.utime); in fill_prstatus()1532 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()