Home
last modified time | relevance | path

Searched defs:restart_block (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dthread_info.h19 struct restart_block { struct
20 long (*fn)(struct restart_block *); argument
21 union {
Dsched.h1481 struct restart_block restart_block; member
/linux-4.4.14/arch/h8300/include/asm/
Dthread_info.h34 struct restart_block restart_block; member
/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c1385 struct restart_block *restart_block = &current->restart_block; in posix_cpu_nsleep() local
1417 static long posix_cpu_nsleep_restart(struct restart_block *restart_block) in posix_cpu_nsleep_restart()
1466 static long process_cpu_nsleep_restart(struct restart_block *restart_block) in process_cpu_nsleep_restart()
Dposix-timers.c1122 long clock_nanosleep_restart(struct restart_block *restart_block) in clock_nanosleep_restart()
/linux-4.4.14/fs/
Dselect.c935 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll()
972 struct restart_block *restart_block; in SYSCALL_DEFINE3() local