Lines Matching defs:task
78 struct task_struct *task; member
289 struct task_struct *task = current; in kernel_dequeue_signal() local
362 static inline bool __set_notify_signal(struct task_struct *task) in __set_notify_signal()
372 static inline void set_notify_signal(struct task_struct *task) in set_notify_signal()
489 static inline void clear_tsk_restore_sigmask(struct task_struct *task) in clear_tsk_restore_sigmask()
498 static inline bool test_tsk_restore_sigmask(struct task_struct *task) in test_tsk_restore_sigmask()
518 static inline void clear_tsk_restore_sigmask(struct task_struct *task) in clear_tsk_restore_sigmask()
530 static inline bool test_tsk_restore_sigmask(struct task_struct *task) in test_tsk_restore_sigmask()
672 struct pid *task_pid_type(struct task_struct *task, enum pid_type type) in task_pid_type()
682 static inline struct pid *task_tgid(struct task_struct *task) in task_tgid()
692 static inline struct pid *task_pgrp(struct task_struct *task) in task_pgrp()
697 static inline struct pid *task_session(struct task_struct *task) in task_session()
702 static inline int get_nr_threads(struct task_struct *task) in get_nr_threads()
746 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand()
756 static inline void unlock_task_sighand(struct task_struct *task, in unlock_task_sighand()
765 static inline void lockdep_assert_task_sighand_held(struct task_struct *task) { } in lockdep_assert_task_sighand_held()
768 static inline unsigned long task_rlimit(const struct task_struct *task, in task_rlimit()
774 static inline unsigned long task_rlimit_max(const struct task_struct *task, in task_rlimit_max()