Home
last modified time | relevance | path

Searched refs:pr_stime (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
Delfcore-compat.h30 struct compat_timeval pr_stime; member
/linux-4.4.14/include/uapi/linux/
Delfcore.h56 struct timeval pr_stime; /* System time */ member
/linux-4.4.14/arch/mips/kernel/
Dbinfmt_elfn32.c71 struct compat_timeval pr_stime; /* System time */ member
Dbinfmt_elfo32.c92 struct compat_timeval pr_stime; /* System time */ member
/linux-4.4.14/arch/parisc/kernel/
Dbinfmt_elf32.c55 struct compat_timeval pr_stime; /* System time */ member
/linux-4.4.14/fs/
Dbinfmt_elf_fdpic.c1387 cputime_to_timeval(cputime.stime, &prstatus->pr_stime); in fill_prstatus()
1393 cputime_to_timeval(stime, &prstatus->pr_stime); in fill_prstatus()
Dbinfmt_elf.c1424 cputime_to_timeval(cputime.stime, &prstatus->pr_stime); in fill_prstatus()
1430 cputime_to_timeval(stime, &prstatus->pr_stime); in fill_prstatus()