get_old_timespec32 2158 fs/aio.c       	if (timeout && unlikely(get_old_timespec32(&ts, timeout)))
get_old_timespec32 2192 fs/aio.c       	if (timeout && get_old_timespec32(&t, timeout))
get_old_timespec32 2225 fs/aio.c       	if (timeout && get_old_timespec32(&t, timeout))
get_old_timespec32  743 fs/select.c    			if (get_old_timespec32(&ts, tsp))
get_old_timespec32 1115 fs/select.c    		if (get_old_timespec32(&ts, tsp))
get_old_timespec32 1304 fs/select.c    			if (get_old_timespec32(&ts, tsp))
get_old_timespec32 1381 fs/select.c    		if (get_old_timespec32(&ts, tsp))
get_old_timespec32  246 fs/utimes.c    		if (get_old_timespec32(&tv[0], &t[0]) ||
get_old_timespec32  247 fs/utimes.c    		    get_old_timespec32(&tv[1], &t[1]))
get_old_timespec32   66 include/linux/time32.h extern int get_old_timespec32(struct timespec64 *, const void __user *);
get_old_timespec32  231 include/linux/time32.h #define compat_get_timespec64	get_old_timespec32
get_old_timespec32 1535 ipc/mqueue.c   	if (get_old_timespec32(ts, p))
get_old_timespec32 2244 ipc/sem.c      		if (get_old_timespec32(&ts, timeout))
get_old_timespec32 4133 kernel/futex.c 		if (get_old_timespec32(&ts, utime))
get_old_timespec32 3549 kernel/signal.c 		if (get_old_timespec32(&ts, uts))
get_old_timespec32 3612 kernel/signal.c 		if (get_old_timespec32(&t, uts))
get_old_timespec32 1973 kernel/time/hrtimer.c 	if (get_old_timespec32(&tu, rqtp))
get_old_timespec32  169 kernel/time/posix-stubs.c 	if (get_old_timespec32(&new_tp, tp))
get_old_timespec32  225 kernel/time/posix-stubs.c 	if (get_old_timespec32(&t, rqtp))
get_old_timespec32 1136 kernel/time/posix-timers.c 	if (get_old_timespec32(&ts, tp))
get_old_timespec32 1247 kernel/time/posix-timers.c 	if (get_old_timespec32(&t, rqtp))
get_old_timespec32  939 kernel/time/time.c EXPORT_SYMBOL_GPL(get_old_timespec32);
get_old_timespec32 2756 net/socket.c   	if (timeout32 && get_old_timespec32(&timeout_sys, timeout32))