Home
last modified time | relevance | path

Searched defs:tsk (Results 151 – 175 of 382) sorted by relevance

12345678910>>...16

/linux/include/linux/
H A Dtime_namespace.h116 static inline void timens_commit(struct task_struct *tsk, in timens_commit()
142 struct task_struct *tsk) in timens_on_fork()
H A Dtaskstats_kern.h28 static inline void taskstats_exit(struct task_struct *tsk, int group_dead) in taskstats_exit()
H A Dsched.h1598 static inline unsigned int task_state_index(struct task_struct *tsk) in task_state_index()
1612 static inline char task_state_to_char(struct task_struct *tsk) in task_state_to_char()
1892 static inline void kick_process(struct task_struct *tsk) { } in kick_process()
1903 #define get_task_comm(buf, tsk) ({ \ argument
1928 static inline void set_tsk_thread_flag(struct task_struct *tsk, int flag) in set_tsk_thread_flag()
1954 static inline int test_tsk_thread_flag(struct task_struct *tsk, int flag) in test_tsk_thread_flag()
1959 static inline void set_tsk_need_resched(struct task_struct *tsk) in set_tsk_need_resched()
1964 static inline void clear_tsk_need_resched(struct task_struct *tsk) in clear_tsk_need_resched()
1969 static inline int test_tsk_need_resched(struct task_struct *tsk) in test_tsk_need_resched()
2163 #define TASK_SIZE_OF(tsk) TASK_SIZE argument
[all …]
H A Dstacktrace.h103 static inline int stack_trace_save_tsk_reliable(struct task_struct *tsk, in stack_trace_save_tsk_reliable()
/linux/arch/riscv/include/asm/
H A Dmmu_context.h27 static inline int init_new_context(struct task_struct *tsk, in init_new_context()
/linux/kernel/
H A Dkthread.c99 void get_kthread_comm(char *buf, size_t buf_size, struct task_struct *tsk) in get_kthread_comm()
395 int tsk_fork_get_node(struct task_struct *tsk) in tsk_fork_get_node()
739 struct task_struct *tsk = current; in kthreadd() local
1432 struct task_struct *tsk = current; in kthread_use_mm() local
1477 struct task_struct *tsk = current; in kthread_unuse_mm() local
/linux/arch/hexagon/include/asm/
H A Dmmu_context.h30 struct task_struct *tsk) in switch_mm()
/linux/samples/bpf/
H A Dtest_overhead_kprobe.bpf.c17 struct task_struct *tsk; in prog() local
/linux/arch/arm/kernel/
H A Dprocess.c213 void exit_thread(struct task_struct *tsk) in exit_thread()
221 struct task_struct *tsk = current; in flush_thread() local
/linux/arch/um/include/asm/
H A Dmmu_context.h29 struct task_struct *tsk) in switch_mm()
/linux/arch/mips/include/asm/
H A Ddsemul.h72 static inline bool dsemul_thread_cleanup(struct task_struct *tsk) in dsemul_thread_cleanup()
/linux/arch/x86/kernel/
H A Dvm86_32.c98 struct task_struct *tsk = current; in save_v86_state() local
201 struct task_struct *tsk = current; in do_sys_vm86() local
722 struct task_struct *tsk; member
H A Dshstk.c194 unsigned long shstk_alloc_thread_stack(struct task_struct *tsk, unsigned long clone_flags, in shstk_alloc_thread_stack()
405 void shstk_free(struct task_struct *tsk) in shstk_free()
/linux/arch/xtensa/include/asm/
H A Dhw_breakpoint.h57 static inline void clear_ptrace_hw_breakpoint(struct task_struct *tsk) in clear_ptrace_hw_breakpoint()
H A Dprocessor.h225 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc) argument
226 #define KSTK_ESP(tsk) (task_pt_regs(tsk)->areg[1]) argument
/linux/arch/sh/mm/
H A Dfault.c300 struct task_struct *tsk = current; in do_sigbus() local
394 struct task_struct *tsk; in do_page_fault() local
/linux/include/linux/sched/
H A Drt.h21 static inline bool task_is_realtime(struct task_struct *tsk) in task_is_realtime()
/linux/kernel/time/
H A Dnamespace.c298 void timens_commit(struct task_struct *tsk, struct time_namespace *ns) in timens_commit()
326 void timens_on_fork(struct nsproxy *nsproxy, struct task_struct *tsk) in timens_on_fork()
/linux/arch/s390/kernel/
H A Druntime_instr.c26 void runtime_instr_release(struct task_struct *tsk) in runtime_instr_release()
/linux/fs/jffs2/
H A Dbackground.c37 struct task_struct *tsk; in jffs2_start_garbage_collect_thread() local
/linux/arch/sparc/kernel/
H A Dstacktrace.c83 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
/linux/mm/
H A Dhighmem.c636 struct task_struct *tsk = current; in __kmap_local_sched_out() local
673 struct task_struct *tsk = current; in __kmap_local_sched_in() local
700 void kmap_local_fork(struct task_struct *tsk) in kmap_local_fork()
/linux/arch/sh/kernel/
H A Dstacktrace.c73 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
/linux/kernel/cgroup/
H A Dcgroup-v1.c56 int cgroup_attach_task_all(struct task_struct *from, struct task_struct *tsk) in cgroup_attach_task_all()
333 struct task_struct *tsk; in pidlist_array_load() local
703 struct task_struct *tsk; in cgroupstats_build() local
1275 struct cgroup *task_get_cgroup1(struct task_struct *tsk, int hierarchy_id) in task_get_cgroup1()
/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c228 void thread_change_pc(struct task_struct *tsk, struct pt_regs *regs) in thread_change_pc()
580 void flush_ptrace_hw_breakpoint(struct task_struct *tsk) in flush_ptrace_hw_breakpoint()

12345678910>>...16