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

/linux-master/kernel/entry/
H A Dsyscall_user_dispatch.c37 struct syscall_user_dispatch *sd = &current->syscall_dispatch;
108 task->syscall_dispatch.selector = selector;
109 task->syscall_dispatch.offset = offset;
110 task->syscall_dispatch.len = len;
111 task->syscall_dispatch.on_dispatch = false;
130 struct syscall_user_dispatch *sd = &task->syscall_dispatch;
H A Dcommon.c160 if (unlikely(current->syscall_dispatch.on_dispatch)) {
161 current->syscall_dispatch.on_dispatch = false;
/linux-master/include/linux/
H A Dsched.h1134 struct syscall_user_dispatch syscall_dispatch; member in struct:task_struct

Completed in 190 milliseconds