Home
last modified time | relevance | path

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

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