Home
last modified time | relevance | path

Searched defs:cputime_to_timespec (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/ia64/include/asm/
Dcputime.h78 static inline void cputime_to_timespec(const cputime_t ct, struct timespec *val) in cputime_to_timespec() function
/linux-2.6.39/include/asm-generic/
Dcputime.h54 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val) macro
/linux-2.6.39/arch/powerpc/include/asm/
Dcputime.h171 static inline void cputime_to_timespec(const cputime_t ct, struct timespec *p) in cputime_to_timespec() function
/linux-2.6.39/arch/s390/include/asm/
Dcputime.h115 cputime_to_timespec(const cputime_t cputime, struct timespec *value) in cputime_to_timespec() function