Home
last modified time | relevance | path

Searched refs:on_dispatch (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/entry/
H A Dsyscall_user_dispatch.c65 sd->on_dispatch = true; in syscall_user_dispatch()
121 task->syscall_dispatch.on_dispatch = false; in task_set_syscall_user_dispatch()
/linux/include/linux/
H A Dsyscall_user_dispatch_types.h13 bool on_dispatch; member