Searched refs:uts (Results 1 - 25 of 38) sorted by path

12

/linux-master/arch/arm64/kernel/vdso32/
H A Dnote.c9 #include <linux/uts.h>
/linux-master/arch/s390/kernel/vdso64/
H A Dnote.S7 #include <linux/uts.h>
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall-note.S7 #include <linux/uts.h>
/linux-master/arch/sparc/vdso/
H A Dvdso-note.S6 #include <linux/uts.h>
/linux-master/arch/sparc/vdso/vdso32/
H A Dvdso-note.S6 #include <linux/uts.h>
/linux-master/arch/x86/entry/vdso/
H A Dvdso-note.S7 #include <linux/uts.h>
/linux-master/arch/x86/um/vdso/
H A Dvdso-note.S6 #include <linux/uts.h>
/linux-master/arch/arm/vdso/
H A Dnote.c9 #include <linux/uts.h>
/linux-master/arch/arm64/kernel/vdso/
H A Dnote.S11 #include <linux/uts.h>
/linux-master/arch/parisc/kernel/vdso32/
H A Dnote.S7 #include <linux/uts.h>
/linux-master/arch/powerpc/kernel/vdso/
H A Dnote.S6 #include <linux/uts.h>
/linux-master/arch/s390/kernel/vdso32/
H A Dnote.S7 #include <linux/uts.h>
/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c29 #include <linux/uts.h>
/linux-master/drivers/tty/serial/
H A Dimx.c334 u32 ucr2, ubir, ubmr, uts; local
349 uts = imx_uart_readl(sport, IMX21_UTS);
360 imx_uart_writel(sport, uts, IMX21_UTS);
367 unsigned int uts; local
370 uts = imx_uart_readl(sport, imx_uart_uts_reg(sport));
371 uts &= ~UTS_LOOP;
372 imx_uart_writel(sport, uts, imx_uart_uts_reg(sport));
468 u32 ucr1, ucr2, ucr4, uts; local
488 uts = imx_uart_readl(sport, imx_uart_uts_reg(sport));
489 uts |
1080 u32 ucr3, uts; local
1560 u32 ucr1, ucr2, ucr4, uts; local
2246 u32 ucr1, ucr2, uts; local
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c17 #include <linux/uts.h>
/linux-master/include/linux/
H A Dcompat.h717 struct old_timespec32 __user *uts, compat_size_t sigsetsize);
720 struct __kernel_timespec __user *uts, compat_size_t sigsetsize);
H A Dsyscalls.h658 const struct __kernel_timespec __user *uts,
662 const struct old_timespec32 __user *uts,
H A Dtime.h12 const struct __kernel_timespec __user *uts);
14 struct __kernel_timespec __user *uts);
/linux-master/init/
H A Dversion-timestamp.c7 #include <linux/uts.h>
H A Dversion.c16 #include <linux/uts.h>
/linux-master/io_uring/
H A Dio_uring.c2589 struct __kernel_timespec __user *uts)
2613 if (uts) {
2616 if (get_timespec64(&ts, uts))
2587 io_cqring_wait(struct io_ring_ctx *ctx, int min_events, const sigset_t __user *sig, size_t sigsz, struct __kernel_timespec __user *uts) argument
/linux-master/kernel/power/
H A Dpower.h12 struct new_utsname uts; member in struct:swsusp_info
H A Dsnapshot.c2165 memcpy(&info->uts, init_utsname(), sizeof(struct new_utsname));
2174 if (strcmp(info->uts.sysname,init_utsname()->sysname))
2176 if (strcmp(info->uts.release,init_utsname()->release))
2178 if (strcmp(info->uts.version,init_utsname()->version))
2180 if (strcmp(info->uts.machine,init_utsname()->machine))
/linux-master/kernel/
H A Dsignal.c3678 * @uts: upper bound on process time suspension
3683 const struct __kernel_timespec __user *, uts,
3698 if (uts) {
3699 if (get_timespec64(&ts, uts))
3703 ret = do_sigtimedwait(&these, &info, uts ? &ts : NULL);
3716 const struct old_timespec32 __user *, uts,
3730 if (uts) {
3731 if (get_old_timespec32(&ts, uts))
3735 ret = do_sigtimedwait(&these, &info, uts ? &ts : NULL);
3749 struct __kernel_timespec __user *, uts, compat_size_
[all...]
/linux-master/kernel/time/
H A Dtime.c865 * @uts: user's time value as &struct __kernel_timespec
872 const struct __kernel_timespec __user *uts)
877 ret = copy_from_user(&kts, uts, sizeof(kts));
898 * @uts: user's &struct __kernel_timespec
903 struct __kernel_timespec __user *uts)
910 return copy_to_user(uts, &kts, sizeof(kts)) ? -EFAULT : 0;
943 * @uts: user's old-format time value (&struct old_timespec32)
949 int get_old_timespec32(struct timespec64 *ts, const void __user *uts) argument
952 return copy_from_user(ts, uts, sizeof(*ts)) ? -EFAULT : 0;
954 return __get_old_timespec32(ts, uts);
871 get_timespec64(struct timespec64 *ts, const struct __kernel_timespec __user *uts) argument
902 put_timespec64(const struct timespec64 *ts, struct __kernel_timespec __user *uts) argument
968 put_old_timespec32(const struct timespec64 *ts, void __user *uts) argument
[all...]

Completed in 291 milliseconds

12