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

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

Completed in 153 milliseconds