Home
last modified time | relevance | path

Searched defs:tsk (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/openbmc/linux/include/linux/
H A Dvtime.h28 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()
30 static inline void vtime_guest_enter(struct task_struct *tsk) { } in vtime_guest_enter()
31 static inline void vtime_guest_exit(struct task_struct *tsk) { } in vtime_guest_exit()
42 static inline void vtime_account_softirq(struct task_struct *tsk) { } in vtime_account_softirq()
43 static inline void vtime_account_hardirq(struct task_struct *tsk) { } in vtime_account_hardirq()
44 static inline void vtime_flush(struct task_struct *tsk) { } in vtime_flush()
138 static inline void account_softirq_enter(struct task_struct *tsk) in account_softirq_enter()
144 static inline void account_softirq_exit(struct task_struct *tsk) in account_softirq_exit()
150 static inline void account_hardirq_enter(struct task_struct *tsk) in account_hardirq_enter()
[all …]
H A Dscs.h25 #define task_scs(tsk) (task_thread_info(tsk)->scs_base) argument
26 #define task_scs_sp(tsk) (task_thread_info(tsk)->scs_sp) argument
34 static inline void scs_task_reset(struct task_struct *tsk) in scs_task_reset()
48 static inline bool task_scs_end_corrupted(struct task_struct *tsk) in task_scs_end_corrupted()
77 static inline void scs_task_reset(struct task_struct *tsk) {} in scs_task_reset()
78 static inline int scs_prepare(struct task_struct *tsk, int node) { return 0; } in scs_prepare()
79 static inline void scs_release(struct task_struct *tsk) {} in scs_release()
80 static inline bool task_scs_end_corrupted(struct task_struct *tsk) { return false; } in task_scs_end_corrupted()
H A Dtsacct_kern.h20 struct taskstats *stats, struct task_struct *tsk) in bacct_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()
/openbmc/linux/include/linux/sched/
H A Dxacct.h12 static inline void add_rchar(struct task_struct *tsk, ssize_t amt) in add_rchar()
17 static inline void add_wchar(struct task_struct *tsk, ssize_t amt) in add_wchar()
22 static inline void inc_syscr(struct task_struct *tsk) in inc_syscr()
27 static inline void inc_syscw(struct task_struct *tsk) in inc_syscw()
32 static inline void add_rchar(struct task_struct *tsk, ssize_t amt) in add_rchar()
36 static inline void add_wchar(struct task_struct *tsk, ssize_t amt) in add_wchar()
40 static inline void inc_syscr(struct task_struct *tsk) in inc_syscr()
44 static inline void inc_syscw(struct task_struct *tsk) in inc_syscw()
H A Dcputime.h71 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
103 struct thread_group_cputimer *get_running_cputimer(struct task_struct *tsk) in get_running_cputimer()
119 static inline void account_group_user_time(struct task_struct *tsk, in account_group_user_time()
140 static inline void account_group_system_time(struct task_struct *tsk, in account_group_system_time()
161 static inline void account_group_exec_runtime(struct task_struct *tsk, in account_group_exec_runtime()
/openbmc/linux/arch/sh/include/asm/
H A Dswitch_to_32.h7 #define is_dsp_enabled(tsk) \ argument
10 #define __restore_dsp(tsk) \ argument
33 #define __save_dsp(tsk) \ argument
59 #define is_dsp_enabled(tsk) (0) argument
60 #define __save_dsp(tsk) do { } while (0) argument
61 #define __restore_dsp(tsk) do { } while (0) argument
H A Dfpu.h27 #define save_fpu(tsk) do { } while (0) argument
28 #define restore_fpu(tsk) do { } while (0) argument
40 static inline void __unlazy_fpu(struct task_struct *tsk, struct pt_regs *regs) in __unlazy_fpu()
50 static inline void unlazy_fpu(struct task_struct *tsk, struct pt_regs *regs) in unlazy_fpu()
57 static inline void clear_fpu(struct task_struct *tsk, struct pt_regs *regs) in clear_fpu()
/openbmc/linux/include/linux/fsl/bestcomm/
H A Dbestcomm.h90 bcom_get_task_irq(struct bcom_task *tsk) { in bcom_get_task_irq()
106 _bcom_next_index(struct bcom_task *tsk) in _bcom_next_index()
117 _bcom_next_outdex(struct bcom_task *tsk) in _bcom_next_outdex()
127 bcom_queue_empty(struct bcom_task *tsk) in bcom_queue_empty()
137 bcom_queue_full(struct bcom_task *tsk) in bcom_queue_full()
148 *bcom_get_bd(struct bcom_task *tsk, unsigned int index) in bcom_get_bd()
160 bcom_buffer_done(struct bcom_task *tsk) in bcom_buffer_done()
177 bcom_prepare_next_buffer(struct bcom_task *tsk) in bcom_prepare_next_buffer()
187 bcom_submit_next_buffer(struct bcom_task *tsk, void *cookie) in bcom_submit_next_buffer()
200 bcom_retrieve_buffer(struct bcom_task *tsk, u32 *p_status, struct bcom_bd **p_bd) in bcom_retrieve_buffer()
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dfpu.c41 void save_fpu(struct task_struct *tsk) in save_fpu()
91 void restore_fpu(struct task_struct *tsk) in restore_fpu()
228 struct task_struct *tsk = current; in ieee_fpe_handler() local
241 struct task_struct *tsk = current; in ieee_fpe_handler() local
279 struct task_struct *tsk = current; in ieee_fpe_handler() local
323 struct task_struct *tsk = current; in ieee_fpe_handler() local
363 struct task_struct *tsk = current; in ieee_fpe_handler() local
396 struct task_struct *tsk = current; in float_rounding_mode() local
403 struct task_struct *tsk = current; in BUILD_TRAP_HANDLER() local
/openbmc/linux/arch/arm64/include/asm/
H A Dpointer_auth.h130 #define ptrauth_thread_switch_user(tsk) \ argument
135 #define ptrauth_prctl_reset_keys(tsk, arg) (-EINVAL) argument
136 #define ptrauth_set_enabled_keys(tsk, keys, enabled) (-EINVAL) argument
137 #define ptrauth_get_enabled_keys(tsk) (-EINVAL) argument
140 #define ptrauth_thread_switch_user(tsk) argument
144 #define ptrauth_thread_init_kernel(tsk) \ argument
146 #define ptrauth_thread_switch_kernel(tsk) \ argument
149 #define ptrauth_thread_init_kernel(tsk) argument
150 #define ptrauth_thread_switch_kernel(tsk) argument
H A Dmmu_context.h203 #define init_new_context(tsk, mm) init_new_context(tsk, mm) argument
205 init_new_context(struct task_struct *tsk, struct mm_struct *mm) in init_new_context()
213 static inline void update_saved_ttbr0(struct task_struct *tsk, in update_saved_ttbr0()
229 static inline void update_saved_ttbr0(struct task_struct *tsk, in update_saved_ttbr0()
237 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb()
262 struct task_struct *tsk) in switch_mm()
/openbmc/linux/arch/mips/include/asm/
H A Ddsp.h39 #define __save_dsp(tsk) \ argument
50 #define save_dsp(tsk) \ argument
56 #define __restore_dsp(tsk) \ argument
67 #define restore_dsp(tsk) \ argument
73 #define __get_dsp_regs(tsk) \ argument
/openbmc/linux/net/tipc/
H A Dsocket.c466 struct tipc_sock *tsk; in tipc_sk_create() local
630 struct tipc_sock *tsk; in tipc_release() local
1738 struct tipc_sock *tsk) in tipc_sk_anc_data_recv()
2488 struct tipc_sock *tsk; in tipc_sk_rcv() local
2972 struct tipc_sock *tsk; in tipc_sk_reinit() local
3001 struct tipc_sock *tsk; in tipc_sk_lookup() local
3527 struct tipc_sock *tsk) in __tipc_nl_add_sk()
3563 struct tipc_sock *tsk; in tipc_nl_sk_walk() local
3791 struct tipc_sock *tsk; in tipc_nl_publ_dump() local
3846 struct tipc_sock *tsk; in tipc_sk_filtering() local
[all …]
/openbmc/linux/arch/arc/include/asm/
H A Dprocessor.h49 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->ret) argument
50 #define KSTK_ESP(tsk) (task_pt_regs(tsk)->sp) argument
56 #define TSK_K_ESP(tsk) (task_thread_info(tsk)->ksp) argument
58 #define TSK_K_REG(tsk, off) (*((unsigned long *)(TSK_K_ESP(tsk) + \ argument
61 #define TSK_K_BLINK(tsk) TSK_K_REG(tsk, 4) argument
62 #define TSK_K_FP(tsk) TSK_K_REG(tsk, 0) argument
/openbmc/linux/arch/powerpc/kernel/
H A Dprocess.c153 static void __giveup_fpu(struct task_struct *tsk) in __giveup_fpu()
165 void giveup_fpu(struct task_struct *tsk) in giveup_fpu()
179 void flush_fp_to_thread(struct task_struct *tsk) in flush_fp_to_thread()
248 void giveup_altivec(struct task_struct *tsk) in giveup_altivec()
302 static void __giveup_vsx(struct task_struct *tsk) in __giveup_vsx()
319 static void giveup_vsx(struct task_struct *tsk) in giveup_vsx()
354 void flush_vsx_to_thread(struct task_struct *tsk) in flush_vsx_to_thread()
369 void giveup_spe(struct task_struct *tsk) in giveup_spe()
392 void flush_spe_to_thread(struct task_struct *tsk) in flush_spe_to_thread()
423 void giveup_all(struct task_struct *tsk) in giveup_all()
[all …]
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c78 struct task_struct *tsk = pid_task(pid, PIDTYPE_PID); in pid_for_clock() local
361 struct task_struct *tsk; in posix_cpu_clock_get() local
417 struct task_struct *tsk) in timer_base()
434 struct task_struct *tsk) in trigger_base_recalc_expires()
543 void posix_cpu_timers_exit(struct task_struct *tsk) in posix_cpu_timers_exit()
547 void posix_cpu_timers_exit_group(struct task_struct *tsk) in posix_cpu_timers_exit_group()
870 static inline void check_dl_overrun(struct task_struct *tsk) in check_dl_overrun()
897 static void check_thread_timers(struct task_struct *tsk, in check_thread_timers()
974 static void check_process_timers(struct task_struct *tsk, in check_process_timers()
1327 static void handle_posix_cpu_timers(struct task_struct *tsk) in handle_posix_cpu_timers()
[all …]
/openbmc/linux/arch/arc/kernel/
H A Dstacktrace.c43 seed_unwind_frame_info(struct task_struct *tsk, struct pt_regs *regs, in seed_unwind_frame_info()
117 arc_unwind_core(struct task_struct *tsk, struct pt_regs *regs, in arc_unwind_core()
234 noinline void show_stacktrace(struct task_struct *tsk, struct pt_regs *regs, in show_stacktrace()
243 void show_stack(struct task_struct *tsk, unsigned long *sp, const char *loglvl) in show_stack()
252 unsigned int __get_wchan(struct task_struct *tsk) in __get_wchan()
263 void save_stack_trace_tsk(struct task_struct *tsk, struct stack_trace *trace) in save_stack_trace_tsk()
/openbmc/linux/arch/powerpc/mm/
H A Dmmu_context.c16 static inline void switch_mm_pgdir(struct task_struct *tsk, in switch_mm_pgdir()
29 static inline void switch_mm_pgdir(struct task_struct *tsk, in switch_mm_pgdir()
39 static inline void switch_mm_pgdir(struct task_struct *tsk, in switch_mm_pgdir()
44 struct task_struct *tsk) in switch_mm_irqs_off()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcputime.h33 #define get_accounting(tsk) (&get_paca()->accounting) argument
34 #define raw_get_accounting(tsk) (&local_paca->accounting) argument
35 static inline void arch_vtime_task_switch(struct task_struct *tsk) { } in arch_vtime_task_switch()
38 #define get_accounting(tsk) (&task_thread_info(tsk)->accounting) argument
39 #define raw_get_accounting(tsk) get_accounting(tsk) argument
/openbmc/linux/kernel/
H A Dtsacct.c22 struct taskstats *stats, struct task_struct *tsk) in bacct_add_tsk()
124 static void __acct_update_integrals(struct task_struct *tsk, in __acct_update_integrals()
152 void acct_update_integrals(struct task_struct *tsk) in acct_update_integrals()
167 void acct_account_cputime(struct task_struct *tsk) in acct_account_cputime()
176 void acct_clear_integrals(struct task_struct *tsk) in acct_clear_integrals()
H A Dfork.c333 static void free_thread_stack(struct task_struct *tsk) in free_thread_stack()
368 static void free_thread_stack(struct task_struct *tsk) in free_thread_stack()
400 static void free_thread_stack(struct task_struct *tsk) in free_thread_stack()
426 static void free_thread_stack(struct task_struct *tsk) in free_thread_stack()
570 void exit_task_stack_account(struct task_struct *tsk) in exit_task_stack_account()
584 static void release_task_stack(struct task_struct *tsk) in release_task_stack()
593 void put_task_stack(struct task_struct *tsk) in put_task_stack()
600 void free_task(struct task_struct *tsk) in free_task()
967 void __put_task_struct(struct task_struct *tsk) in __put_task_struct()
1095 void set_task_stack_end_magic(struct task_struct *tsk) in set_task_stack_end_magic()
[all …]
H A Dsmpboot.c32 struct task_struct *tsk = per_cpu(idle_threads, cpu); in idle_thread_get() local
52 struct task_struct *tsk = per_cpu(idle_threads, cpu); in idle_init() local
172 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in __smpboot_create_thread() local
230 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_unpark_thread() local
249 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_park_thread() local
272 struct task_struct *tsk = *per_cpu_ptr(ht->store, cpu); in smpboot_destroy_threads() local
/openbmc/linux/arch/ia64/include/asm/
H A Dthread_info.h45 #define INIT_THREAD_INFO(tsk) \ argument
56 #define arch_alloc_thread_stack_node(tsk, node) \ argument
58 #define task_thread_info(tsk) ((struct thread_info *) ((char *) (tsk) + IA64_TASK_SIZE)) argument
61 #define arch_alloc_thread_stack_node(tsk, node) ((unsigned long *) 0) argument
62 #define task_thread_info(tsk) ((struct thread_info *) 0) argument
64 #define arch_free_thread_stack(tsk) /* nothing */ argument
65 #define task_stack_page(tsk) ((void *)(tsk)) argument
89 #define free_task_struct(tsk) free_pages((unsigned long) (tsk), KERNEL_STACK_SIZE_ORDER) argument
/openbmc/linux/drivers/dma/bestcomm/
H A Data.c56 struct bcom_task *tsk; in bcom_ata_init() local
99 void bcom_ata_rx_prepare(struct bcom_task *tsk) in bcom_ata_rx_prepare()
113 void bcom_ata_tx_prepare(struct bcom_task *tsk) in bcom_ata_tx_prepare()
127 void bcom_ata_reset_bd(struct bcom_task *tsk) in bcom_ata_reset_bd()
142 void bcom_ata_release(struct bcom_task *tsk) in bcom_ata_release()
/openbmc/linux/arch/s390/include/asm/
H A Dmmu_context.h19 static inline int init_new_context(struct task_struct *tsk, in init_new_context()
75 struct task_struct *tsk) in switch_mm_irqs_off()
92 struct task_struct *tsk) in switch_mm()
104 struct task_struct *tsk = current; in finish_arch_post_lock_switch() local

12345678910>>...16