/external/kernel-headers/original/asm-x86/ |
D | i387_32.h | 32 #define restore_fpu(tsk) \ argument 54 static inline void __save_init_fpu( struct task_struct *tsk ) in __save_init_fpu() 77 #define __unlazy_fpu( tsk ) do { \ argument 85 #define __clear_fpu( tsk ) \ argument 98 static inline void save_init_fpu( struct task_struct *tsk ) in save_init_fpu() 106 #define unlazy_fpu( tsk ) do { \ argument 112 #define clear_fpu( tsk ) do { \ argument
|
D | thread_info_32.h | 70 #define INIT_THREAD_INFO(tsk) \ argument 98 #define alloc_thread_info(tsk) ((struct thread_info *) \ argument 101 #define alloc_thread_info(tsk) ((struct thread_info *) \ argument
|
/external/kernel-headers/original/asm-mips/ |
D | dsp.h | 43 #define __save_dsp(tsk) \ argument 54 #define save_dsp(tsk) \ argument 60 #define __restore_dsp(tsk) \ argument 71 #define restore_dsp(tsk) \ argument 77 #define __get_dsp_regs(tsk) \ argument
|
D | processor.h | 71 #define TASK_SIZE_OF(tsk) \ argument 212 #define prepare_to_copy(tsk) do { } while (0) argument 225 #define __KSTK_TOS(tsk) ((unsigned long)task_stack_page(tsk) + THREAD_SIZE - 32) argument 226 #define task_pt_regs(tsk) ((struct pt_regs *)__KSTK_TOS(tsk) - 1) argument 227 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->cp0_epc) argument 228 #define KSTK_ESP(tsk) (task_pt_regs(tsk)->regs[29]) argument 229 #define KSTK_STATUS(tsk) (task_pt_regs(tsk)->cp0_status) argument
|
D | thread_info.h | 45 #define INIT_THREAD_INFO(tsk) \ argument 88 #define alloc_thread_info(tsk) \ argument 97 #define alloc_thread_info(tsk) kmalloc(THREAD_SIZE, GFP_KERNEL) argument
|
/external/kernel-headers/original/asm-arm/ |
D | processor.h | 84 #define prepare_to_copy(tsk) do { } while (0) argument 98 #define KSTK_EIP(tsk) task_pt_regs(tsk)->ARM_pc argument 99 #define KSTK_ESP(tsk) task_pt_regs(tsk)->ARM_sp argument
|
D | thread_info.h | 68 #define INIT_THREAD_INFO(tsk) \ argument 100 #define thread_saved_pc(tsk) \ argument 102 #define thread_saved_fp(tsk) \ argument
|
/external/kernel-headers/original/linux/ |
D | signalfd.h | 58 static inline void signalfd_notify(struct task_struct *tsk, int sig) in signalfd_notify() 68 static inline void signalfd_notify(struct task_struct *tsk, int sig) { } in signalfd_notify()
|
D | seccomp.h | 123 static inline void put_seccomp_filter(struct task_struct *tsk) in put_seccomp_filter() 127 static inline void get_seccomp_filter(struct task_struct *tsk) in get_seccomp_filter()
|
D | smp_lock.h | 16 #define release_kernel_lock(tsk) do { \ argument
|
D | taskstats_kern.h | 74 static inline void taskstats_exit_send(struct task_struct *tsk, in taskstats_exit_send()
|
D | hardirq.h | 93 static inline void account_system_vtime(struct task_struct *tsk) in account_system_vtime()
|
D | sched.h | 152 #define __set_task_state(tsk, state_value) \ argument 154 #define set_task_state(tsk, state_value) \ argument 410 struct task_struct *tsk; member 1001 static inline pid_t process_group(struct task_struct *tsk) in process_group() 1020 #define get_task_struct(tsk) do { atomic_inc(&(tsk)->usage); } while(0) argument 1191 static inline void kick_process(struct task_struct *tsk) { } in kick_process() 1204 static inline int dequeue_signal_lock(struct task_struct *tsk, sigset_t *mask, siginfo_t *info) in dequeue_signal_lock() 1371 static inline void unlock_task_sighand(struct task_struct *tsk, in unlock_task_sighand() 1398 static inline void set_tsk_thread_flag(struct task_struct *tsk, int flag) in set_tsk_thread_flag() 1403 static inline void clear_tsk_thread_flag(struct task_struct *tsk, int flag) in clear_tsk_thread_flag() [all …]
|
D | sem.h | 147 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() 152 static inline void exit_sem(struct task_struct *tsk) in exit_sem()
|
D | wait.h | 62 #define __WAITQUEUE_INITIALIZER(name, tsk) { \ argument 67 #define DECLARE_WAITQUEUE(name, tsk) \ argument
|
D | mempolicy.h | 243 static inline void mpol_rebind_task(struct task_struct *tsk, in mpol_rebind_task()
|
D | key.h | 350 #define __install_session_keyring(tsk, keyring) \ argument
|
D | perf_event.h | 1053 static inline void perf_event_comm(struct task_struct *tsk) { } in perf_event_comm() 1054 static inline void perf_event_fork(struct task_struct *tsk) { } in perf_event_fork()
|
/external/linux-tools-perf/util/include/linux/added/ |
D | hw_breakpoint.h | 118 struct task_struct *tsk) { return NULL; } in register_user_hw_breakpoint() 140 static inline void flush_ptrace_hw_breakpoint(struct task_struct *tsk) { } in flush_ptrace_hw_breakpoint()
|
D | perf_event.h | 1190 static inline void perf_event_comm(struct task_struct *tsk) { } in perf_event_comm() 1191 static inline void perf_event_fork(struct task_struct *tsk) { } in perf_event_fork()
|
/external/kernel-headers/original/linux/raid/ |
D | md_k.h | 328 struct task_struct *tsk; member
|