Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drestart_block.h25 struct restart_block { struct
26 long (*fn)(struct restart_block *); argument
27 union {
Dsched.h744 struct restart_block restart_block; member
/Linux-v4.19/kernel/time/
Dposix-cpu-timers.c1349 struct restart_block *restart_block = &current->restart_block; in posix_cpu_nsleep() local
1373 static long posix_cpu_nsleep_restart(struct restart_block *restart_block) in posix_cpu_nsleep_restart()
/Linux-v4.19/fs/
Dselect.c991 static long do_restart_poll(struct restart_block *restart_block) in do_restart_poll()
1028 struct restart_block *restart_block; in SYSCALL_DEFINE3() local