Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtime32.h56 extern int get_old_itimerspec32(struct itimerspec64 *its,
/linux-6.15/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.c996 if (get_old_itimerspec32(&new_spec, new)) in SYSCALL_DEFINE4()
/linux-6.15/fs/
H A Dtimerfd.c594 if (get_old_itimerspec32(&new, utmr)) in SYSCALL_DEFINE4()