Home
last modified time | relevance | path

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

/fs/ocfs2/cluster/
Dheartbeat.c708 u64 cputime; in o2hb_prepare_block() local
718 cputime = ktime_get_real_seconds(); in o2hb_prepare_block()
719 if (!cputime) in o2hb_prepare_block()
720 cputime = 1; in o2hb_prepare_block()
722 hb_block->hb_seq = cpu_to_le64(cputime); in o2hb_prepare_block()
892 u64 cputime; in o2hb_check_slot() local
937 cputime = le64_to_cpu(hb_block->hb_seq); in o2hb_check_slot()
938 if (slot->ds_last_time != cputime) in o2hb_check_slot()
942 slot->ds_last_time = cputime; in o2hb_check_slot()
/fs/
Dbinfmt_elf_fdpic.c1302 struct task_cputime cputime; in fill_prstatus() local
1308 thread_group_cputime(p, &cputime); in fill_prstatus()
1309 prstatus->pr_utime = ns_to_kernel_old_timeval(cputime.utime); in fill_prstatus()
1310 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()
Dbinfmt_elf.c1527 struct task_cputime cputime; in fill_prstatus() local
1533 thread_group_cputime(p, &cputime); in fill_prstatus()
1534 prstatus->pr_utime = ns_to_kernel_old_timeval(cputime.utime); in fill_prstatus()
1535 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()