Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drestart_block.h25 struct restart_block { struct
26 long (*fn)(struct restart_block *); argument
27 union {
H A Dthread_info.h48 long (*fn)(struct restart_block *)) in set_restart_fn()
H A Dsched.h853 struct restart_block restart_block; member
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dthread_info.h22 struct restart_block restart_block; member
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-cpu-timers.c1480 struct restart_block *restart_block = &current->restart_block; in posix_cpu_nsleep() local
1504 static long posix_cpu_nsleep_restart(struct restart_block *restart_block) in posix_cpu_nsleep_restart()
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c1046 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll()
1082 struct restart_block *restart_block; in SYSCALL_DEFINE3() local