Lines Matching defs:task
20 static inline long syscall_get_nr(struct task_struct *task,
28 static inline void syscall_rollback(struct task_struct *task,
68 static inline long syscall_get_error(struct task_struct *task,
76 static inline long syscall_get_return_value(struct task_struct *task,
84 static inline void syscall_set_return_value(struct task_struct *task,
97 static inline void syscall_get_arguments(struct task_struct *task,
106 if (test_tsk_thread_flag(task, TIF_32BIT))
120 static inline void syscall_set_arguments(struct task_struct *task,
130 static inline int syscall_get_arch(struct task_struct *task)
133 return test_tsk_thread_flag(task, TIF_32BIT)