Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Delfcore-compat.h31 struct old_timeval32 pr_stime; member
H A Delfcore.h43 struct __kernel_old_timeval pr_stime; /* System time */ member
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c1306 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()
1312 prstatus->pr_stime = ns_to_kernel_old_timeval(stime); in fill_prstatus()
H A Dbinfmt_elf.c1557 prstatus->pr_stime = ns_to_kernel_old_timeval(cputime.stime); in fill_prstatus()
1563 prstatus->pr_stime = ns_to_kernel_old_timeval(stime); in fill_prstatus()
/openbmc/qemu/linux-user/
H A Delfload.c4032 struct target_timeval pr_stime; /* XXX System time */ member