put_old_timespec32
if (!put_old_timespec32(&rts, p))
extern int put_old_timespec32(const struct timespec64 *, void __user *);
retval = put_old_timespec32(&t, interval);
if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp))
if (put_old_timespec32(&kernel_tp, tp))
if (put_old_timespec32(&rtn_tp, tp))
if (!err && put_old_timespec32(&ts, tp))
if (!err && tp && put_old_timespec32(&ts, tp))
EXPORT_SYMBOL_GPL(put_old_timespec32);
return put_old_timespec32(&ts, userstamp);
if (timeout32 && put_old_timespec32(&timeout_sys, timeout32))