Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtime32.h56 extern int get_old_itimerspec32(struct itimerspec64 *its,
/linux/kernel/time/
H A Dtime.c1025 int get_old_itimerspec32(struct itimerspec64 *its, in get_old_itimerspec32() function
1034 EXPORT_SYMBOL_GPL(get_old_itimerspec32);
H A Dposix-timers.c980 if (get_old_itimerspec32(&new_spec, new)) in SYSCALL_DEFINE4()
/linux/fs/
H A Dtimerfd.c583 if (get_old_itimerspec32(&new, utmr)) in SYSCALL_DEFINE4()