Searched defs:restart_block (Results 1 – 5 of 5) sorted by relevance
19 struct restart_block { struct20 long (*fn)(struct restart_block *); argument21 union {
1392 struct restart_block restart_block; member
1337 struct restart_block *restart_block = ¤t->restart_block; in posix_cpu_nsleep() local1369 static long posix_cpu_nsleep_restart(struct restart_block *restart_block) in posix_cpu_nsleep_restart()1418 static long process_cpu_nsleep_restart(struct restart_block *restart_block) in process_cpu_nsleep_restart()
1115 long clock_nanosleep_restart(struct restart_block *restart_block) in clock_nanosleep_restart()
935 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll()972 struct restart_block *restart_block; in SYSCALL_DEFINE3() local