Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1081 unsigned long utime_jiffies, stime_jiffies; in SYSCALL_DEFINE2() local
1091 stime_jiffies = nsecs_to_jiffies(stime); in SYSCALL_DEFINE2()
1093 jiffies_to_timeval32(stime_jiffies, &r.ru_stime); in SYSCALL_DEFINE2()
1099 stime_jiffies = nsecs_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
1101 jiffies_to_timeval32(stime_jiffies, &r.ru_stime); in SYSCALL_DEFINE2()