Lines Matching refs:task_struct
70 struct task_struct { struct
86 TAILQ_ENTRY(task_struct) rcu_entry[TS_RCU_TYPE_MAX]; argument
90 struct task_struct *group_leader; argument
98 ((struct task_struct *)__td->td_lkpi_task); \ argument
117 get_task_struct(struct task_struct *task) in get_task_struct()
123 put_task_struct(struct task_struct *task) in put_task_struct()
149 bool linux_signal_pending(struct task_struct *task);
150 bool linux_fatal_signal_pending(struct task_struct *task);
151 bool linux_signal_pending_state(long state, struct task_struct *task);
152 void linux_send_sig(int signo, struct task_struct *task);
166 linux_schedule_save_interrupt_value(struct task_struct *task, int value) in linux_schedule_save_interrupt_value()
171 bool linux_task_exiting(struct task_struct *task);
177 linux_schedule_get_interrupt_value(struct task_struct *task) in linux_schedule_get_interrupt_value()
216 get_task_comm(char *buf, struct task_struct *task) in get_task_comm()
224 sched_set_fifo(struct task_struct *t) in sched_set_fifo()
234 sched_set_fifo_low(struct task_struct *t) in sched_set_fifo_low()