Searched refs:pr_cutime (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/include/linux/ | ||
H A D | elfcore-compat.h | 31 struct compat_timeval pr_cutime; member in struct:compat_elf_prstatus |
/linux-4.1.27/include/uapi/linux/ | ||
H A D | elfcore.h | 57 struct timeval pr_cutime; /* Cumulative user time */ member in struct:elf_prstatus |
/linux-4.1.27/arch/mips/kernel/ | ||
H A D | binfmt_elfn32.c | 72 struct compat_timeval pr_cutime;/* Cumulative user time */ member in struct:elf_prstatus32 |
H A D | binfmt_elfo32.c | 93 struct compat_timeval pr_cutime;/* Cumulative user time */ member in struct:elf_prstatus32 |
/linux-4.1.27/arch/parisc/kernel/ | ||
H A D | binfmt_elf32.c | 56 struct compat_timeval pr_cutime; /* Cumulative user time */ member in struct:elf_prstatus32 |
/linux-4.1.27/fs/ | ||
H A D | binfmt_elf_fdpic.c | 1355 cputime_to_timeval(p->signal->cutime, &prstatus->pr_cutime); fill_prstatus() |
H A D | binfmt_elf.c | 1422 cputime_to_timeval(p->signal->cutime, &prstatus->pr_cutime); fill_prstatus() |
Completed in 151 milliseconds