Home
last modified time | relevance | path

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

/linux-6.15/kernel/entry/
H A Dsyscall_user_dispatch.c65 sd->on_dispatch = true; in syscall_user_dispatch()
111 task->syscall_dispatch.on_dispatch = false; in task_set_syscall_user_dispatch()
H A Dcommon.c160 if (unlikely(current->syscall_dispatch.on_dispatch)) { in syscall_exit_work()
161 current->syscall_dispatch.on_dispatch = false; in syscall_exit_work()
/linux-6.15/include/linux/
H A Dsyscall_user_dispatch_types.h13 bool on_dispatch; member