Lines Matching defs:task

76 	struct task_struct *task;  member
283 struct task_struct *task = current; in kernel_dequeue_signal() local
365 static inline bool __set_notify_signal(struct task_struct *task) in __set_notify_signal()
375 static inline void set_notify_signal(struct task_struct *task) in set_notify_signal()
493 static inline void clear_tsk_restore_sigmask(struct task_struct *task) in clear_tsk_restore_sigmask()
502 static inline bool test_tsk_restore_sigmask(struct task_struct *task) in test_tsk_restore_sigmask()
522 static inline void clear_tsk_restore_sigmask(struct task_struct *task) in clear_tsk_restore_sigmask()
534 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()
737 static inline struct sighand_struct *lock_task_sighand(struct task_struct *task, in lock_task_sighand()
747 static inline void unlock_task_sighand(struct task_struct *task, in unlock_task_sighand()
756 static inline void lockdep_assert_task_sighand_held(struct task_struct *task) { } in lockdep_assert_task_sighand_held()
759 static inline unsigned long task_rlimit(const struct task_struct *task, in task_rlimit()
765 static inline unsigned long task_rlimit_max(const struct task_struct *task, in task_rlimit_max()