Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drestart_block.h25 struct restart_block { struct
27 long (*fn)(struct restart_block *); argument
28 union {
H A Dsched.h1023 struct restart_block restart_block; member
/linux/arch/csky/include/asm/
H A Dthread_info.h19 struct restart_block restart_block; member
/linux/kernel/time/
H A Dposix-cpu-timers.c1564 struct restart_block *restart_block = &current->restart_block; in posix_cpu_nsleep() local
1588 static long posix_cpu_nsleep_restart(struct restart_block *restart_block) in posix_cpu_nsleep_restart()
/linux/fs/
H A Dselect.c1041 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll()
1077 struct restart_block *restart_block; in SYSCALL_DEFINE3() local