Searched refs:restart (Results 1 – 7 of 7) sorted by relevance
1194 static long futex_wait_restart(struct restart_block *restart);1200 struct restart_block *restart; in futex_wait() local1337 restart = ¤t_thread_info()->restart_block; in futex_wait()1338 restart->fn = futex_wait_restart; in futex_wait()1339 restart->futex.uaddr = (u32 *)uaddr; in futex_wait()1340 restart->futex.val = val; in futex_wait()1341 restart->futex.time = abs_time->tv64; in futex_wait()1342 restart->futex.bitset = bitset; in futex_wait()1343 restart->futex.flags = 0; in futex_wait()1346 restart->futex.flags |= FLAGS_SHARED; in futex_wait()[all …]
103 static long compat_nanosleep_restart(struct restart_block *restart) in compat_nanosleep_restart() argument110 restart->nanosleep.rmtp = (struct timespec __user *) &rmt; in compat_nanosleep_restart()113 ret = hrtimer_nanosleep_restart(restart); in compat_nanosleep_restart()117 rmtp = restart->nanosleep.compat_rmtp; in compat_nanosleep_restart()147 struct restart_block *restart in compat_sys_nanosleep() local150 restart->fn = compat_nanosleep_restart; in compat_sys_nanosleep()151 restart->nanosleep.compat_rmtp = rmtp; in compat_sys_nanosleep()650 static long compat_clock_nanosleep_restart(struct restart_block *restart) in compat_clock_nanosleep_restart() argument655 struct compat_timespec *rmtp = restart->nanosleep.compat_rmtp; in compat_clock_nanosleep_restart()657 restart->nanosleep.rmtp = (struct timespec __user *) &tu; in compat_clock_nanosleep_restart()[all …]
1136 int restart; in __run_hrtimer() local1151 restart = fn(timer); in __run_hrtimer()1159 if (restart != HRTIMER_NORESTART) { in __run_hrtimer()1439 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() argument1445 hrtimer_init_on_stack(&t.timer, restart->nanosleep.index, in hrtimer_nanosleep_restart()1447 hrtimer_set_expires_tv64(&t.timer, restart->nanosleep.expires); in hrtimer_nanosleep_restart()1452 rmtp = restart->nanosleep.rmtp; in hrtimer_nanosleep_restart()1469 struct restart_block *restart; in hrtimer_nanosleep() local1495 restart = ¤t_thread_info()->restart_block; in hrtimer_nanosleep()1496 restart->fn = hrtimer_nanosleep_restart; in hrtimer_nanosleep()[all …]
322 restart: in acct_auto_close_mnt()326 goto restart; in acct_auto_close_mnt()343 restart: in acct_auto_close()347 goto restart; in acct_auto_close()
186 restart: in __do_softirq()218 goto restart; in __do_softirq()
1976 struct restart_block *restart = ¤t_thread_info()->restart_block; in SYSCALL_DEFINE0() local1977 return restart->fn(restart); in SYSCALL_DEFINE0()
694 restart: in generate_sched_domains()712 goto restart; in generate_sched_domains()