Searched refs:on_dispatch (Results 1 – 3 of 3) sorted by relevance
98 if (unlikely(current->syscall_dispatch.on_dispatch)) { in syscall_exit_work() 99 current->syscall_dispatch.on_dispatch = false; in syscall_exit_work()
65 sd->on_dispatch = true; in syscall_user_dispatch() 121 task->syscall_dispatch.on_dispatch = false; in task_set_syscall_user_dispatch()
13 bool on_dispatch; member