Home
last modified time | relevance | path

Searched refs:restart_block (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Drestart_block.h25 struct restart_block { struct
27 long (*fn)(struct restart_block *); argument
59 extern long do_no_restart_syscall(struct restart_block *parm);
H A Dthread_info.h67 static inline long set_restart_fn(struct restart_block *restart, in set_restart_fn()
68 long (*fn)(struct restart_block *)) in set_restart_fn() argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Drestart_block.h25 struct restart_block { struct
27 long (*fn)(struct restart_block *); argument
59 extern long do_no_restart_syscall(struct restart_block *parm);
H A Dthread_info.h67 static inline long set_restart_fn(struct restart_block *restart, in set_restart_fn()
68 long (*fn)(struct restart_block *)) in set_restart_fn() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Drestart_block.h25 struct restart_block { struct
27 long (*fn)(struct restart_block *); argument
59 extern long do_no_restart_syscall(struct restart_block *parm);
H A Dthread_info.h67 static inline long set_restart_fn(struct restart_block *restart, in set_restart_fn()
68 long (*fn)(struct restart_block *)) in set_restart_fn() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/csky/include/asm/
H A Dthread_info.h20 struct restart_block restart_block; member
31 .restart_block = { \
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/csky/include/asm/
H A Dthread_info.h20 struct restart_block restart_block; member
31 .restart_block = { \
/dports/multimedia/libv4l/linux-5.13-rc2/arch/csky/include/asm/
H A Dthread_info.h20 struct restart_block restart_block; member
31 .restart_block = { \
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dthread_info.h15 struct restart_block { struct
16 long (*fn)(struct restart_block *); argument
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dthread_info.h15 struct restart_block { struct
16 long (*fn)(struct restart_block *); argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dselect.c1043 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll() argument
1046 int nfds = restart_block->poll.nfds; in do_restart_poll()
1050 if (restart_block->poll.has_timeout) { in do_restart_poll()
1051 end_time.tv_sec = restart_block->poll.tv_sec; in do_restart_poll()
1079 struct restart_block *restart_block; in SYSCALL_DEFINE3() local
1081 restart_block = &current->restart_block; in SYSCALL_DEFINE3()
1082 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3()
1083 restart_block->poll.nfds = nfds; in SYSCALL_DEFINE3()
1086 restart_block->poll.tv_sec = end_time.tv_sec; in SYSCALL_DEFINE3()
1088 restart_block->poll.has_timeout = 1; in SYSCALL_DEFINE3()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dselect.c1043 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll() argument
1046 int nfds = restart_block->poll.nfds; in do_restart_poll()
1050 if (restart_block->poll.has_timeout) { in do_restart_poll()
1051 end_time.tv_sec = restart_block->poll.tv_sec; in do_restart_poll()
1079 struct restart_block *restart_block; in SYSCALL_DEFINE3() local
1081 restart_block = &current->restart_block; in SYSCALL_DEFINE3()
1082 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3()
1083 restart_block->poll.nfds = nfds; in SYSCALL_DEFINE3()
1086 restart_block->poll.tv_sec = end_time.tv_sec; in SYSCALL_DEFINE3()
1088 restart_block->poll.has_timeout = 1; in SYSCALL_DEFINE3()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dselect.c1043 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll() argument
1046 int nfds = restart_block->poll.nfds; in do_restart_poll()
1050 if (restart_block->poll.has_timeout) { in do_restart_poll()
1051 end_time.tv_sec = restart_block->poll.tv_sec; in do_restart_poll()
1079 struct restart_block *restart_block; in SYSCALL_DEFINE3() local
1081 restart_block = &current->restart_block; in SYSCALL_DEFINE3()
1082 restart_block->poll.ufds = ufds; in SYSCALL_DEFINE3()
1083 restart_block->poll.nfds = nfds; in SYSCALL_DEFINE3()
1086 restart_block->poll.tv_sec = end_time.tv_sec; in SYSCALL_DEFINE3()
1088 restart_block->poll.has_timeout = 1; in SYSCALL_DEFINE3()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/time/
H A Dposix-stubs.c149 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE4()
150 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE4()
242 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE4()
243 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE4()
H A Dposix-cpu-timers.c1384 struct restart_block *restart; in do_cpu_nanosleep()
1451 restart = &current->restart_block; in do_cpu_nanosleep()
1460 static long posix_cpu_nsleep_restart(struct restart_block *restart_block);
1465 struct restart_block *restart_block = &current->restart_block; in posix_cpu_nsleep() local
1483 restart_block->nanosleep.clockid = which_clock; in posix_cpu_nsleep()
1484 set_restart_fn(restart_block, posix_cpu_nsleep_restart); in posix_cpu_nsleep()
1489 static long posix_cpu_nsleep_restart(struct restart_block *restart_block) in posix_cpu_nsleep_restart() argument
1491 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart()
1494 t = ns_to_timespec64(restart_block->nanosleep.expires); in posix_cpu_nsleep_restart()
H A Dhrtimer.c1868 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) in nanosleep_copyout()
1889 struct restart_block *restart; in do_nanosleep()
1908 restart = &current->restart_block; in do_nanosleep()
1922 static long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart()
1938 struct restart_block *restart; in hrtimer_nanosleep()
1959 restart = &current->restart_block; in hrtimer_nanosleep()
1981 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE2()
1982 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE2()
2002 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE2()
2003 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE2()
H A Dalarmtimer.c749 struct restart_block *restart; in alarmtimer_do_nsleep()
769 restart = &current->restart_block; in alarmtimer_do_nsleep()
800 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart()
823 struct restart_block *restart = &current->restart_block; in alarm_timer_nsleep()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/time/
H A Dposix-stubs.c149 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE4()
150 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE4()
242 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE4()
243 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE4()
H A Dposix-cpu-timers.c1384 struct restart_block *restart; in do_cpu_nanosleep()
1451 restart = &current->restart_block; in do_cpu_nanosleep()
1460 static long posix_cpu_nsleep_restart(struct restart_block *restart_block);
1465 struct restart_block *restart_block = &current->restart_block; in posix_cpu_nsleep() local
1483 restart_block->nanosleep.clockid = which_clock; in posix_cpu_nsleep()
1484 set_restart_fn(restart_block, posix_cpu_nsleep_restart); in posix_cpu_nsleep()
1489 static long posix_cpu_nsleep_restart(struct restart_block *restart_block) in posix_cpu_nsleep_restart() argument
1491 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart()
1494 t = ns_to_timespec64(restart_block->nanosleep.expires); in posix_cpu_nsleep_restart()
H A Dhrtimer.c1868 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) in nanosleep_copyout()
1889 struct restart_block *restart; in do_nanosleep()
1908 restart = &current->restart_block; in do_nanosleep()
1922 static long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart()
1938 struct restart_block *restart; in hrtimer_nanosleep()
1959 restart = &current->restart_block; in hrtimer_nanosleep()
1981 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE2()
1982 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE2()
2002 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE2()
2003 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE2()
H A Dalarmtimer.c749 struct restart_block *restart; in alarmtimer_do_nsleep()
769 restart = &current->restart_block; in alarmtimer_do_nsleep()
800 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart()
823 struct restart_block *restart = &current->restart_block; in alarm_timer_nsleep()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/time/
H A Dposix-stubs.c149 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE4()
150 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE4()
242 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE4()
243 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE4()
H A Dposix-cpu-timers.c1384 struct restart_block *restart; in do_cpu_nanosleep()
1451 restart = &current->restart_block; in do_cpu_nanosleep()
1460 static long posix_cpu_nsleep_restart(struct restart_block *restart_block);
1465 struct restart_block *restart_block = &current->restart_block; in posix_cpu_nsleep() local
1483 restart_block->nanosleep.clockid = which_clock; in posix_cpu_nsleep()
1484 set_restart_fn(restart_block, posix_cpu_nsleep_restart); in posix_cpu_nsleep()
1489 static long posix_cpu_nsleep_restart(struct restart_block *restart_block) in posix_cpu_nsleep_restart() argument
1491 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart()
1494 t = ns_to_timespec64(restart_block->nanosleep.expires); in posix_cpu_nsleep_restart()
H A Dhrtimer.c1868 int nanosleep_copyout(struct restart_block *restart, struct timespec64 *ts) in nanosleep_copyout()
1889 struct restart_block *restart; in do_nanosleep()
1908 restart = &current->restart_block; in do_nanosleep()
1922 static long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart()
1938 struct restart_block *restart; in hrtimer_nanosleep()
1959 restart = &current->restart_block; in hrtimer_nanosleep()
1981 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE2()
1982 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE2()
2002 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE2()
2003 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE2()

12345678