Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 7 of 7) sorted by relevance

/kernel/
Dfutex.c1194 static long futex_wait_restart(struct restart_block *restart);
1200 struct restart_block *restart; in futex_wait() local
1337 restart = &current_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 …]
Dcompat.c103 static long compat_nanosleep_restart(struct restart_block *restart) in compat_nanosleep_restart() argument
110 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() local
150 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() argument
655 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 …]
Dhrtimer.c1136 int restart; in __run_hrtimer() local
1151 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() argument
1445 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() local
1495 restart = &current_thread_info()->restart_block; in hrtimer_nanosleep()
1496 restart->fn = hrtimer_nanosleep_restart; in hrtimer_nanosleep()
[all …]
Dacct.c322 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()
Dsoftirq.c186 restart: in __do_softirq()
218 goto restart; in __do_softirq()
Dsignal.c1976 struct restart_block *restart = &current_thread_info()->restart_block; in SYSCALL_DEFINE0() local
1977 return restart->fn(restart); in SYSCALL_DEFINE0()
Dcpuset.c694 restart: in generate_sched_domains()
712 goto restart; in generate_sched_domains()