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

/linux-master/include/linux/
H A Dsched.h1140 struct syscall_user_dispatch syscall_dispatch; member in struct:task_struct
/linux-master/kernel/entry/
H A Dcommon.c160 if (unlikely(current->syscall_dispatch.on_dispatch)) {
161 current->syscall_dispatch.on_dispatch = false;
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;

Completed in 303 milliseconds