Home
last modified time | relevance | path

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

/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c1141 unsigned long utime_jiffies, stime_jiffies; in SYSCALL_DEFINE2() local
1151 stime_jiffies = cputime_to_jiffies(stime); in SYSCALL_DEFINE2()
1153 jiffies_to_timeval32(stime_jiffies, &r.ru_stime); in SYSCALL_DEFINE2()
1159 stime_jiffies = cputime_to_jiffies(current->signal->cstime); in SYSCALL_DEFINE2()
1161 jiffies_to_timeval32(stime_jiffies, &r.ru_stime); in SYSCALL_DEFINE2()