Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dtime32.h61 int get_old_timex32(struct __kernel_timex *, const struct old_timex32 __user *);
/linux-6.6.21/kernel/time/
Dtime.c286 int get_old_timex32(struct __kernel_timex *txc, const struct old_timex32 __user *utp) in get_old_timex32() function
354 err = get_old_timex32(&txc, utp); in SYSCALL_DEFINE1()
Dposix-timers.c1311 err = get_old_timex32(&ktx, utp); in SYSCALL_DEFINE2()