Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drestart_block.h25 struct restart_block { struct
27 long (*fn)(struct restart_block *); argument
28 union {
H A Dthread_info.h69 long (*fn)(struct restart_block *)) in set_restart_fn()
H A Dsched.h970 struct restart_block restart_block; member
/openbmc/linux/arch/csky/include/asm/
H A Dthread_info.h19 struct restart_block restart_block; member
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c1595 struct restart_block *restart_block = &current->restart_block; in posix_cpu_nsleep() local
1619 static long posix_cpu_nsleep_restart(struct restart_block *restart_block) in posix_cpu_nsleep_restart()
/openbmc/linux/fs/
H A Dselect.c1047 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll()
1083 struct restart_block *restart_block; in SYSCALL_DEFINE3() local
/openbmc/qemu/migration/
H A Dmigration.c2502 bool restart_block = false; in postcopy_start() local