Searched refs:CPUTIME_PER_USEC (Results 1 – 1 of 1) sorted by relevance
13 #define CPUTIME_PER_USEC 4096ULL macro14 #define CPUTIME_PER_SEC (CPUTIME_PER_USEC * USEC_PER_SEC)65 return (__force cputime_t)(m * CPUTIME_PER_USEC); in usecs_to_cputime()89 return (__force cputime_t)(ret + __div(value->tv_nsec * CPUTIME_PER_USEC, NSEC_PER_USEC)); in timespec_to_cputime()96 value->tv_nsec = (__cputime % CPUTIME_PER_SEC) * NSEC_PER_USEC / CPUTIME_PER_USEC; in cputime_to_timespec()108 return (__force cputime_t)(ret + value->tv_usec * CPUTIME_PER_USEC); in timeval_to_cputime()115 value->tv_usec = (__cputime % CPUTIME_PER_SEC) / CPUTIME_PER_USEC; in cputime_to_timeval()