Searched refs:cputime (Results 1 – 3 of 3) sorted by relevance
71 s64 cputime; in ntfs2timespec() local73 cputime = sle64_to_cpu(ntfstime); in ntfs2timespec()74 spec.tv_sec = (cputime - (NTFS_TIME_OFFSET)) / 10000000; in ntfs2timespec()75 spec.tv_nsec = (cputime - (NTFS_TIME_OFFSET) in ntfs2timespec()
394 long cputime = 0; in get_cpu_time() local398 { sizeof( cputime ), JPI$_CPUTIM, &cputime, NULL }, /* longword int, 10ms */ in get_cpu_time()413 result = ( cputime / 100 ) * CLOCKS_PER_SEC; in get_cpu_time()
926 - per-process and per-thread cputime clocks