Searched refs:rmtp (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/time/
H A Dposix-stubs.c96 struct __kernel_timespec __user *, rmtp)
115 rmtp = NULL;
117 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
118 current->restart_block.nanosleep.rmtp = rmtp;
179 struct old_timespec32 __user *, rmtp)
198 rmtp = NULL;
200 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
201 current->restart_block.nanosleep.compat_rmtp = rmtp;
H A Dposix-timers.c1375 struct __kernel_timespec __user *, rmtp)
1391 rmtp = NULL;
1393 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
1394 current->restart_block.nanosleep.rmtp = rmtp;
1403 struct old_timespec32 __user *, rmtp)
1419 rmtp = NULL;
1421 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
1422 current->restart_block.nanosleep.compat_rmtp = rmtp;
H A Dhrtimer.c2033 if (put_timespec64(ts, restart->nanosleep.rmtp))
2108 /* Absolute timers do not update the rmtp value and restart: */
2126 struct __kernel_timespec __user *, rmtp)
2137 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE;
2138 current->restart_block.nanosleep.rmtp = rmtp;
2148 struct old_timespec32 __user *, rmtp)
2159 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE;
2160 current->restart_block.nanosleep.compat_rmtp = rmtp;
/linux-master/include/linux/
H A Drestart_block.h43 struct __kernel_timespec __user *rmtp; member in union:restart_block::__anon604::__anon606::__anon607
H A Dsyscalls.h572 struct __kernel_timespec __user *rmtp);
574 struct old_timespec32 __user *rmtp);
604 struct __kernel_timespec __user *rmtp);
618 struct old_timespec32 __user *rmtp);

Completed in 262 milliseconds