Searched refs:pr_cstime (Results 1 – 11 of 11) sorted by relevance
44 struct timeval32 pr_cstime; /* Cumulative system time */ member
58 struct timeval pr_cstime; /* Cumulative system time */ member
77 struct timeval32 pr_cstime; /* Cumulative system time */ member
79 struct timeval32 pr_cstime; /* Cumulative system time */ member
38 struct timeval32 pr_cstime; /* Cumulative system time */ member
50 struct compat_timeval pr_cstime; /* Cumulative system time */ member
111 struct timeval32 pr_cstime; /* Cumulative system time */ member
139 struct timeval32 pr_cstime; /* Cumulative system time */ member
76 struct timeval32 pr_cstime; /* Cumulative system time */ member
1152 prstatus.pr_cstime.tv_sec = CT_TO_SECS(current->times.tms_cstime); in irix_core_dump()1153 prstatus.pr_cstime.tv_usec = CT_TO_USECS(current->times.tms_cstime); in irix_core_dump()
1268 prstatus.pr_cstime.tv_sec = CT_TO_SECS(current->times.tms_cstime); in elf_core_dump()1269 prstatus.pr_cstime.tv_usec = CT_TO_USECS(current->times.tms_cstime); in elf_core_dump()