Searched defs:tsk (Results 1 - 10 of 10) 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 Dseccomp.h119 extern void put_seccomp_filter(struct task_struct *tsk);
120 extern void get_seccomp_filter(struct task_struct *tsk);
123 static inline void put_seccomp_filter(struct task_struct *tsk) argument
127 static inline void get_seccomp_filter(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 Dperf_event.h977 extern void perf_event_comm(struct task_struct *tsk);
978 extern void perf_event_fork(struct task_struct *tsk);
1053 static inline void perf_event_comm(struct task_struct *tsk) { } argument
1054 static inline void perf_event_fork(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/linux-tools-perf/util/include/linux/added/
H A Dhw_breakpoint.h76 struct task_struct *tsk);
104 extern void flush_ptrace_hw_breakpoint(struct task_struct *tsk);
118 struct task_struct *tsk) { return NULL; }
140 static inline void flush_ptrace_hw_breakpoint(struct task_struct *tsk) { } argument
116 register_user_hw_breakpoint(struct perf_event_attr *attr, perf_overflow_handler_t triggered, struct task_struct *tsk) argument
H A Dperf_event.h1103 extern void perf_event_comm(struct task_struct *tsk);
1104 extern void perf_event_fork(struct task_struct *tsk);
1190 static inline void perf_event_comm(struct task_struct *tsk) { } argument
1191 static inline void perf_event_fork(struct task_struct *tsk) { } argument
/external/kernel-headers/original/linux/raid/
H A Dmd_k.h328 struct task_struct *tsk; member in struct:mdk_thread_s

Completed in 932 milliseconds