/Linux-v5.15/arch/riscv/kernel/ |
D | asm-offsets.c | 18 OFFSET(TASK_THREAD_RA, task_struct, thread.ra); in asm_offsets() 19 OFFSET(TASK_THREAD_SP, task_struct, thread.sp); in asm_offsets() 20 OFFSET(TASK_THREAD_S0, task_struct, thread.s[0]); in asm_offsets() 21 OFFSET(TASK_THREAD_S1, task_struct, thread.s[1]); in asm_offsets() 22 OFFSET(TASK_THREAD_S2, task_struct, thread.s[2]); in asm_offsets() 23 OFFSET(TASK_THREAD_S3, task_struct, thread.s[3]); in asm_offsets() 24 OFFSET(TASK_THREAD_S4, task_struct, thread.s[4]); in asm_offsets() 25 OFFSET(TASK_THREAD_S5, task_struct, thread.s[5]); in asm_offsets() 26 OFFSET(TASK_THREAD_S6, task_struct, thread.s[6]); in asm_offsets() 27 OFFSET(TASK_THREAD_S7, task_struct, thread.s[7]); in asm_offsets() [all …]
|
/Linux-v5.15/include/linux/ |
D | vtime.h | 16 extern void vtime_account_kernel(struct task_struct *tsk); 17 extern void vtime_account_idle(struct task_struct *tsk); 21 extern void arch_vtime_task_switch(struct task_struct *tsk); 22 extern void vtime_user_enter(struct task_struct *tsk); 23 extern void vtime_user_exit(struct task_struct *tsk); 24 extern void vtime_guest_enter(struct task_struct *tsk); 25 extern void vtime_guest_exit(struct task_struct *tsk); 26 extern void vtime_init_idle(struct task_struct *tsk, int cpu); 28 static inline void vtime_user_enter(struct task_struct *tsk) { } in vtime_user_enter() 29 static inline void vtime_user_exit(struct task_struct *tsk) { } in vtime_user_exit() [all …]
|
D | cn_proc.h | 23 void proc_fork_connector(struct task_struct *task); 24 void proc_exec_connector(struct task_struct *task); 25 void proc_id_connector(struct task_struct *task, int which_id); 26 void proc_sid_connector(struct task_struct *task); 27 void proc_ptrace_connector(struct task_struct *task, int which_id); 28 void proc_comm_connector(struct task_struct *task); 29 void proc_coredump_connector(struct task_struct *task); 30 void proc_exit_connector(struct task_struct *task); 32 static inline void proc_fork_connector(struct task_struct *task) in proc_fork_connector() 35 static inline void proc_exec_connector(struct task_struct *task) in proc_exec_connector() [all …]
|
D | delayacct.h | 72 extern void __delayacct_tsk_init(struct task_struct *); 73 extern void __delayacct_tsk_exit(struct task_struct *); 75 extern void __delayacct_blkio_end(struct task_struct *); 76 extern int delayacct_add_tsk(struct taskstats *, struct task_struct *); 77 extern __u64 __delayacct_blkio_ticks(struct task_struct *); 83 static inline int delayacct_is_task_waiting_on_io(struct task_struct *p) in delayacct_is_task_waiting_on_io() 91 static inline void delayacct_set_flag(struct task_struct *p, int flag) in delayacct_set_flag() 97 static inline void delayacct_clear_flag(struct task_struct *p, int flag) in delayacct_clear_flag() 103 static inline void delayacct_tsk_init(struct task_struct *tsk) in delayacct_tsk_init() 114 static inline void delayacct_tsk_free(struct task_struct *tsk) in delayacct_tsk_free() [all …]
|
D | sched.h | 723 struct task_struct { struct 759 struct task_struct *last_wakee; argument 957 struct task_struct __rcu *real_parent; argument 960 struct task_struct __rcu *parent; argument 967 struct task_struct *group_leader; argument 1119 struct task_struct *pi_top_task; argument 1438 struct task_struct *oom_reaper_list; argument 1508 static inline struct pid *task_pid(struct task_struct *task) in task_pid() 1524 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, struct pid_namespace *ns); 1526 static inline pid_t task_pid_nr(struct task_struct *tsk) in task_pid_nr() [all …]
|
D | ptrace.h | 20 extern int ptrace_access_vm(struct task_struct *tsk, unsigned long addr, 56 extern long arch_ptrace(struct task_struct *child, long request, 58 extern int ptrace_readdata(struct task_struct *tsk, unsigned long src, char __user *dst, int len); 59 extern int ptrace_writedata(struct task_struct *tsk, char __user *src, unsigned long dst, int len); 60 extern void ptrace_disable(struct task_struct *); 61 extern int ptrace_request(struct task_struct *child, long request, 64 extern void __ptrace_link(struct task_struct *child, 65 struct task_struct *new_parent, 67 extern void __ptrace_unlink(struct task_struct *child); 68 extern void exit_ptrace(struct task_struct *tracer, struct list_head *dead); [all …]
|
D | kthread.h | 11 struct task_struct *kthread_create_on_node(int (*threadfn)(void *data), 31 struct task_struct *kthread_create_on_cpu(int (*threadfn)(void *data), 36 void set_kthread_struct(struct task_struct *p); 38 void kthread_set_per_cpu(struct task_struct *k, int cpu); 39 bool kthread_is_per_cpu(struct task_struct *k); 52 struct task_struct *__k \ 59 void free_kthread_struct(struct task_struct *k); 60 void kthread_bind(struct task_struct *k, unsigned int cpu); 61 void kthread_bind_mask(struct task_struct *k, const struct cpumask *mask); 62 int kthread_stop(struct task_struct *k); [all …]
|
D | cgroup.h | 67 struct task_struct *cur_task; 110 int cgroup_attach_task_all(struct task_struct *from, struct task_struct *); 118 int task_cgroup_path(struct task_struct *task, char *buf, size_t buflen); 121 struct pid *pid, struct task_struct *tsk); 123 void cgroup_fork(struct task_struct *p); 124 extern int cgroup_can_fork(struct task_struct *p, 126 extern void cgroup_cancel_fork(struct task_struct *p, 128 extern void cgroup_post_fork(struct task_struct *p, 130 void cgroup_exit(struct task_struct *p); 131 void cgroup_release(struct task_struct *p); [all …]
|
D | tsacct_kern.h | 16 struct taskstats *stats, struct task_struct *tsk); 20 struct taskstats *stats, struct task_struct *tsk) in bacct_add_tsk() 25 extern void xacct_add_tsk(struct taskstats *stats, struct task_struct *p); 26 extern void acct_update_integrals(struct task_struct *tsk); 27 extern void acct_account_cputime(struct task_struct *tsk); 28 extern void acct_clear_integrals(struct task_struct *tsk); 30 static inline void xacct_add_tsk(struct taskstats *stats, struct task_struct *p) in xacct_add_tsk() 32 static inline void acct_update_integrals(struct task_struct *tsk) in acct_update_integrals() 34 static inline void acct_account_cputime(struct task_struct *tsk) in acct_account_cputime() 36 static inline void acct_clear_integrals(struct task_struct *tsk) in acct_clear_integrals()
|
/Linux-v5.15/include/linux/sched/ |
D | task.h | 13 struct task_struct; 49 extern struct task_struct init_task; 53 extern asmlinkage void schedule_tail(struct task_struct *prev); 54 extern void init_idle(struct task_struct *idle, int cpu); 56 extern int sched_fork(unsigned long clone_flags, struct task_struct *p); 57 extern void sched_post_fork(struct task_struct *p); 58 extern void sched_dead(struct task_struct *p); 66 extern void release_task(struct task_struct * p); 69 struct task_struct *, unsigned long); 74 extern void exit_thread(struct task_struct *tsk); [all …]
|
D | signal.h | 91 struct task_struct *curr_target; 107 struct task_struct *group_exit_task; 273 extern void flush_signals(struct task_struct *); 274 extern void ignore_signals(struct task_struct *); 275 extern void flush_signal_handlers(struct task_struct *, int force_default); 276 extern int dequeue_signal(struct task_struct *task, 281 struct task_struct *task = current; in kernel_dequeue_signal() 309 , struct task_struct *t); 314 , struct task_struct *t); 317 int send_sig_mceerr(int code, void __user *, short, struct task_struct *); [all …]
|
D | rt.h | 7 struct task_struct; 16 static inline int rt_task(struct task_struct *p) in rt_task() 21 static inline bool task_is_realtime(struct task_struct *tsk) in task_is_realtime() 36 static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *p) in rt_mutex_get_top_task() 40 extern void rt_mutex_setprio(struct task_struct *p, struct task_struct *pi_task); 41 extern void rt_mutex_adjust_pi(struct task_struct *p); 42 static inline bool tsk_is_pi_blocked(struct task_struct *tsk) in tsk_is_pi_blocked() 47 static inline struct task_struct *rt_mutex_get_top_task(struct task_struct *task) in rt_mutex_get_top_task() 52 static inline bool tsk_is_pi_blocked(struct task_struct *tsk) in tsk_is_pi_blocked()
|
D | cputime.h | 21 extern void task_cputime(struct task_struct *t, 23 extern u64 task_gtime(struct task_struct *t); 25 static inline void task_cputime(struct task_struct *t, in task_cputime() 32 static inline u64 task_gtime(struct task_struct *t) in task_gtime() 39 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled() 47 static inline void task_cputime_scaled(struct task_struct *t, in task_cputime_scaled() 55 extern void task_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 56 extern void thread_group_cputime_adjusted(struct task_struct *p, u64 *ut, u64 *st); 63 void thread_group_cputime(struct task_struct *tsk, struct task_cputime *times); 64 void thread_group_sample_cputime(struct task_struct *tsk, u64 *samples); [all …]
|
D | task_stack.h | 19 static inline void *task_stack_page(const struct task_struct *task) in task_stack_page() 26 static inline unsigned long *end_of_stack(const struct task_struct *task) in end_of_stack() 35 static inline void setup_thread_stack(struct task_struct *p, struct task_struct *org) in setup_thread_stack() 50 static inline unsigned long *end_of_stack(struct task_struct *p) in end_of_stack() 62 static inline void *try_get_task_stack(struct task_struct *tsk) in try_get_task_stack() 68 extern void put_task_stack(struct task_struct *tsk); 70 static inline void *try_get_task_stack(struct task_struct *tsk) in try_get_task_stack() 75 static inline void put_task_stack(struct task_struct *tsk) {} in put_task_stack() 91 static inline unsigned long stack_not_used(struct task_struct *p) in stack_not_used() 110 extern void set_task_stack_end_magic(struct task_struct *tsk);
|
D | autogroup.h | 6 struct task_struct; 11 extern void sched_autogroup_create_attach(struct task_struct *p); 12 extern void sched_autogroup_detach(struct task_struct *p); 15 extern void sched_autogroup_exit_task(struct task_struct *p); 17 extern void proc_sched_autogroup_show_task(struct task_struct *p, struct seq_file *m); 18 extern int proc_sched_autogroup_set_nice(struct task_struct *p, int nice); 21 static inline void sched_autogroup_create_attach(struct task_struct *p) { } in sched_autogroup_create_attach() 22 static inline void sched_autogroup_detach(struct task_struct *p) { } in sched_autogroup_detach() 25 static inline void sched_autogroup_exit_task(struct task_struct *p) { } in sched_autogroup_exit_task()
|
/Linux-v5.15/arch/powerpc/kernel/ptrace/ |
D | ptrace-decl.h | 67 int fpr_set(struct task_struct *target, const struct user_regset *regset, 73 int vsr_active(struct task_struct *target, const struct user_regset *regset); 75 int vsr_set(struct task_struct *target, const struct user_regset *regset, 81 int vr_active(struct task_struct *target, const struct user_regset *regset); 83 int vr_set(struct task_struct *target, const struct user_regset *regset, 89 int evr_active(struct task_struct *target, const struct user_regset *regset); 91 int evr_set(struct task_struct *target, const struct user_regset *regset, 97 int gpr32_get_common(struct task_struct *target, 101 int gpr32_set_common(struct task_struct *target, 110 void flush_tmregs_to_thread(struct task_struct *tsk); [all …]
|
/Linux-v5.15/arch/parisc/kernel/ |
D | asm-offsets.c | 44 DEFINE(TASK_THREAD_INFO, offsetof(struct task_struct, stack)); in main() 45 DEFINE(TASK_FLAGS, offsetof(struct task_struct, flags)); in main() 46 DEFINE(TASK_SIGPENDING, offsetof(struct task_struct, pending)); in main() 47 DEFINE(TASK_PTRACE, offsetof(struct task_struct, ptrace)); in main() 48 DEFINE(TASK_MM, offsetof(struct task_struct, mm)); in main() 49 DEFINE(TASK_PERSONALITY, offsetof(struct task_struct, personality)); in main() 50 DEFINE(TASK_PID, offsetof(struct task_struct, pid)); in main() 52 DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs)); in main() 53 DEFINE(TASK_PT_PSW, offsetof(struct task_struct, thread.regs.gr[ 0])); in main() 54 DEFINE(TASK_PT_GR1, offsetof(struct task_struct, thread.regs.gr[ 1])); in main() [all …]
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | switch_to.h | 12 struct task_struct; 15 extern struct task_struct *__switch_to(struct task_struct *, 16 struct task_struct *); 19 extern struct task_struct *_switch(struct thread_struct *prev, 36 extern void flush_all_to_thread(struct task_struct *); 37 extern void giveup_all(struct task_struct *); 41 extern void flush_fp_to_thread(struct task_struct *); 42 extern void giveup_fpu(struct task_struct *); 43 extern void save_fpu(struct task_struct *); 49 static inline void save_fpu(struct task_struct *t) { } in save_fpu() [all …]
|
/Linux-v5.15/arch/mips/kernel/ |
D | asm-offsets.c | 81 OFFSET(TASK_THREAD_INFO, task_struct, stack); in output_task_defines() 82 OFFSET(TASK_FLAGS, task_struct, flags); in output_task_defines() 83 OFFSET(TASK_MM, task_struct, mm); in output_task_defines() 84 OFFSET(TASK_PID, task_struct, pid); in output_task_defines() 86 OFFSET(TASK_STACK_CANARY, task_struct, stack_canary); in output_task_defines() 88 DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct)); in output_task_defines() 111 OFFSET(THREAD_REG16, task_struct, thread.reg16); in output_thread_defines() 112 OFFSET(THREAD_REG17, task_struct, thread.reg17); in output_thread_defines() 113 OFFSET(THREAD_REG18, task_struct, thread.reg18); in output_thread_defines() 114 OFFSET(THREAD_REG19, task_struct, thread.reg19); in output_thread_defines() [all …]
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | signal.h | 13 void __user *get_sigframe(struct ksignal *ksig, struct task_struct *tsk, 17 struct task_struct *tsk); 20 struct task_struct *tsk); 33 struct task_struct *task); 35 struct task_struct *task); 36 extern unsigned long copy_vsx_from_user(struct task_struct *task, 38 extern unsigned long copy_ckvsx_from_user(struct task_struct *task, 40 unsigned long copy_fpr_to_user(void __user *to, struct task_struct *task); 41 unsigned long copy_ckfpr_to_user(void __user *to, struct task_struct *task); 42 unsigned long copy_fpr_from_user(struct task_struct *task, void __user *from); [all …]
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | switch_to.h | 16 extern void __fstate_save(struct task_struct *save_to); 17 extern void __fstate_restore(struct task_struct *restore_from); 24 static inline void fstate_off(struct task_struct *task, in fstate_off() 30 static inline void fstate_save(struct task_struct *task, in fstate_save() 39 static inline void fstate_restore(struct task_struct *task, in fstate_restore() 48 static inline void __switch_to_aux(struct task_struct *prev, in __switch_to_aux() 49 struct task_struct *next) in __switch_to_aux() 71 extern struct task_struct *__switch_to(struct task_struct *, 72 struct task_struct *); 76 struct task_struct *__prev = (prev); \ [all …]
|
/Linux-v5.15/kernel/sched/ |
D | stop_task.c | 14 select_task_rq_stop(struct task_struct *p, int cpu, int flags) in select_task_rq_stop() 20 balance_stop(struct rq *rq, struct task_struct *prev, struct rq_flags *rf) in balance_stop() 27 check_preempt_curr_stop(struct rq *rq, struct task_struct *p, int flags) in check_preempt_curr_stop() 32 static void set_next_task_stop(struct rq *rq, struct task_struct *stop, bool first) in set_next_task_stop() 37 static struct task_struct *pick_task_stop(struct rq *rq) in pick_task_stop() 45 static struct task_struct *pick_next_task_stop(struct rq *rq) in pick_next_task_stop() 47 struct task_struct *p = pick_task_stop(rq); in pick_next_task_stop() 56 enqueue_task_stop(struct rq *rq, struct task_struct *p, int flags) in enqueue_task_stop() 62 dequeue_task_stop(struct rq *rq, struct task_struct *p, int flags) in dequeue_task_stop() 72 static void put_prev_task_stop(struct rq *rq, struct task_struct *prev) in put_prev_task_stop() [all …]
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | fpsimd.h | 35 struct task_struct; 40 extern void fpsimd_thread_switch(struct task_struct *next); 51 extern void fpsimd_flush_task_state(struct task_struct *target); 109 extern size_t sve_state_size(struct task_struct const *task); 111 extern void sve_alloc(struct task_struct *task); 112 extern void fpsimd_release_task(struct task_struct *task); 113 extern void fpsimd_sync_to_sve(struct task_struct *task); 114 extern void sve_sync_to_fpsimd(struct task_struct *task); 115 extern void sve_sync_from_fpsimd_zeropad(struct task_struct *task); 117 extern int sve_set_vector_length(struct task_struct *task, [all …]
|
/Linux-v5.15/arch/csky/include/asm/ |
D | switch_to.h | 9 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() 10 struct task_struct *next) in __switch_to_fpu() 16 static inline void __switch_to_fpu(struct task_struct *prev, in __switch_to_fpu() 17 struct task_struct *next) in __switch_to_fpu() 24 extern struct task_struct *__switch_to(struct task_struct *, 25 struct task_struct *); 29 struct task_struct *__prev = (prev); \ 30 struct task_struct *__next = (next); \
|
/Linux-v5.15/include/asm-generic/ |
D | syscall.h | 19 struct task_struct; 38 int syscall_get_nr(struct task_struct *task, struct pt_regs *regs); 56 void syscall_rollback(struct task_struct *task, struct pt_regs *regs); 69 long syscall_get_error(struct task_struct *task, struct pt_regs *regs); 83 long syscall_get_return_value(struct task_struct *task, struct pt_regs *regs); 101 void syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, 117 void syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, 133 void syscall_set_arguments(struct task_struct *task, struct pt_regs *regs, 149 int syscall_get_arch(struct task_struct *task);
|