Home
last modified time | relevance | path

Searched refs:do_no_restart_syscall (Results 1 – 5 of 5) sorted by relevance

/kernel/time/
Dposix-stubs.c150 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE4()
244 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE4()
Dposix-timers.c1304 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE4()
1332 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE4()
Dhrtimer.c2129 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE2()
2151 current->restart_block.fn = do_no_restart_syscall; in SYSCALL_DEFINE2()
/kernel/futex/
Dwaitwake.c712 restart->fn = do_no_restart_syscall; in futex_wait_restart()
/kernel/
Dsignal.c3026 long do_no_restart_syscall(struct restart_block *param) in do_no_restart_syscall() function