put_old_timespec32  349 fs/select.c    		if (!put_old_timespec32(&rts, p))
put_old_timespec32   67 include/linux/time32.h extern int put_old_timespec32(const struct timespec64 *, void __user *);
put_old_timespec32  232 include/linux/time32.h #define compat_put_timespec64	put_old_timespec32
put_old_timespec32 5913 kernel/sched/core.c 		retval = put_old_timespec32(&t, interval);
put_old_timespec32 1851 kernel/time/hrtimer.c 		if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp))
put_old_timespec32  185 kernel/time/posix-stubs.c 	if (put_old_timespec32(&kernel_tp, tp))
put_old_timespec32  202 kernel/time/posix-stubs.c 		if (put_old_timespec32(&rtn_tp, tp))
put_old_timespec32 1154 kernel/time/posix-timers.c 	if (!err && put_old_timespec32(&ts, tp))
put_old_timespec32 1189 kernel/time/posix-timers.c 	if (!err && tp && put_old_timespec32(&ts, tp))
put_old_timespec32  948 kernel/time/time.c EXPORT_SYMBOL_GPL(put_old_timespec32);
put_old_timespec32 3030 net/core/sock.c 		return put_old_timespec32(&ts, userstamp);
put_old_timespec32 2770 net/socket.c   	if (timeout32 && put_old_timespec32(&timeout_sys, timeout32))