Searched defs:tsk (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
H A Dtaskstats_kern.h74 static inline void taskstats_exit_send(struct task_struct *tsk, argument
H A Dhardirq.h93 static inline void account_system_vtime(struct task_struct *tsk) argument
H A Dmempolicy.h147 extern void mpol_rebind_task(struct task_struct *tsk,
243 static inline void mpol_rebind_task(struct task_struct *tsk, argument
H A Dsem.h143 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);
144 extern void exit_sem(struct task_struct *tsk);
147 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) argument
152 static inline void exit_sem(struct task_struct *tsk) argument
H A Dsched.h146 /* in tsk->exit_state */
149 /* in tsk->state again */
152 #define __set_task_state(tsk, state_value) \
153 do { (tsk)->state = (state_value); } while (0)
154 #define set_task_state(tsk, state_value) \
155 set_mb((tsk)->state, (state_value))
410 struct task_struct *tsk; member in struct:signal_struct
1001 static inline pid_t process_group(struct task_struct *tsk) argument
1003 return tsk->signal->pgrp;
1019 extern void free_task(struct task_struct *tsk);
1191 kick_process(struct task_struct *tsk) argument
1204 dequeue_signal_lock(struct task_struct *tsk, sigset_t *mask, siginfo_t *info) argument
1371 unlock_task_sighand(struct task_struct *tsk, unsigned long *flags) argument
1398 set_tsk_thread_flag(struct task_struct *tsk, int flag) argument
1403 clear_tsk_thread_flag(struct task_struct *tsk, int flag) argument
1408 test_and_set_tsk_thread_flag(struct task_struct *tsk, int flag) argument
1413 test_and_clear_tsk_thread_flag(struct task_struct *tsk, int flag) argument
1418 test_tsk_thread_flag(struct task_struct *tsk, int flag) argument
1423 set_tsk_need_resched(struct task_struct *tsk) argument
1428 clear_tsk_need_resched(struct task_struct *tsk) argument
[all...]
/external/kernel-headers/original/linux/raid/
H A Dmd_k.h328 struct task_struct *tsk; member in struct:mdk_thread_s

Completed in 70 milliseconds