Searched refs:cputime_to_timeval (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/fs/ |
D | compat_binfmt_elf.c | 62 cputime_to_timeval(cputime, &tv); in cputime_to_compat_timeval() 67 #undef cputime_to_timeval 68 #define cputime_to_timeval cputime_to_compat_timeval macro
|
D | binfmt_elf_fdpic.c | 1346 cputime_to_timeval(cputime.utime, &prstatus->pr_utime); in fill_prstatus() 1347 cputime_to_timeval(cputime.stime, &prstatus->pr_stime); in fill_prstatus() 1352 cputime_to_timeval(utime, &prstatus->pr_utime); in fill_prstatus() 1353 cputime_to_timeval(stime, &prstatus->pr_stime); in fill_prstatus() 1355 cputime_to_timeval(p->signal->cutime, &prstatus->pr_cutime); in fill_prstatus() 1356 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); in fill_prstatus()
|
D | binfmt_elf.c | 1413 cputime_to_timeval(cputime.utime, &prstatus->pr_utime); in fill_prstatus() 1414 cputime_to_timeval(cputime.stime, &prstatus->pr_stime); in fill_prstatus() 1419 cputime_to_timeval(utime, &prstatus->pr_utime); in fill_prstatus() 1420 cputime_to_timeval(stime, &prstatus->pr_stime); in fill_prstatus() 1422 cputime_to_timeval(p->signal->cutime, &prstatus->pr_cutime); in fill_prstatus() 1423 cputime_to_timeval(p->signal->cstime, &prstatus->pr_cstime); in fill_prstatus()
|
/linux-4.1.27/kernel/time/ |
D | itimer.c | 75 cputime_to_timeval(cval, &value->it_value); in get_cpu_itimer() 76 cputime_to_timeval(cinterval, &value->it_interval); in get_cpu_itimer() 179 cputime_to_timeval(cval, &ovalue->it_value); in set_cpu_itimer() 180 cputime_to_timeval(cinterval, &ovalue->it_interval); in set_cpu_itimer()
|
/linux-4.1.27/arch/mips/kernel/ |
D | binfmt_elfn32.c | 122 #undef cputime_to_timeval 123 #define cputime_to_timeval cputime_to_compat_timeval macro
|
D | binfmt_elfo32.c | 141 #undef cputime_to_timeval 142 #define cputime_to_timeval cputime_to_compat_timeval macro
|
/linux-4.1.27/arch/parisc/kernel/ |
D | binfmt_elf32.c | 94 #undef cputime_to_timeval 95 #define cputime_to_timeval cputime_to_compat_timeval macro
|
/linux-4.1.27/include/asm-generic/ |
D | cputime_jiffies.h | 59 #define cputime_to_timeval(__ct,__val) \ macro
|
D | cputime_nsecs.h | 98 static inline void cputime_to_timeval(const cputime_t ct, struct timeval *val) in cputime_to_timeval() function
|
/linux-4.1.27/arch/s390/include/asm/ |
D | cputime.h | 111 static inline void cputime_to_timeval(const cputime_t cputime, in cputime_to_timeval() function
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cputime.h | 183 static inline void cputime_to_timeval(const cputime_t ct, struct timeval *p) in cputime_to_timeval() function
|
/linux-4.1.27/kernel/ |
D | sys.c | 1602 cputime_to_timeval(utime, &r->ru_utime); in k_getrusage() 1603 cputime_to_timeval(stime, &r->ru_stime); in k_getrusage()
|