Home
last modified time | relevance | path

Searched defs:task (Results 126 – 150 of 687) sorted by relevance

12345678910>>...28

/Linux-v6.6/include/linux/
Dioprio.h30 static inline int task_nice_ioprio(struct task_struct *task) in task_nice_ioprio()
39 static inline int task_nice_ioclass(struct task_struct *task) in task_nice_ioclass()
Dlatencytop.h33 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
44 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
Dcred.h319 #define __task_cred(task) \ argument
362 #define task_cred_xxx(task, xxx) \ argument
371 #define task_uid(task) (task_cred_xxx((task), uid)) argument
372 #define task_euid(task) (task_cred_xxx((task), euid)) argument
373 #define task_ucounts(task) (task_cred_xxx((task), ucounts)) argument
Dsyscall_user_dispatch.h44 static inline int syscall_user_dispatch_get_config(struct task_struct *task, in syscall_user_dispatch_get_config()
50 static inline int syscall_user_dispatch_set_config(struct task_struct *task, in syscall_user_dispatch_set_config()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dbpf_iter_task_stack.c16 struct task_struct *task = ctx->task; in dump_task_stack() local
42 struct task_struct *task = ctx->task; in get_task_user_stacks() local
Dcgrp_ls_sleepable.c43 struct task_struct *task; in no_rcu_lock() local
63 struct task_struct *task; in yes_rcu_lock() local
Dtask_local_storage.c27 struct task_struct *task; in BPF_PROG() local
48 struct task_struct *task; in BPF_PROG() local
Dbpf_iter_task.c17 struct task_struct *task = ctx->task; in dump_task() local
44 struct task_struct *task = ctx->task; in dump_task_sleepable() local
Dcgrp_ls_tp_btf.c34 struct task_struct *task; in BPF_PROG() local
72 struct task_struct *task; in BPF_PROG() local
Dtest_module_attach.c14 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()
24 struct task_struct *task, struct bpf_testmod_test_write_ctx *write_ctx) in BPF_PROG()
48 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()
/Linux-v6.6/kernel/
Dptrace.c174 static bool looks_like_a_spurious_pid(struct task_struct *task) in looks_like_a_spurious_pid()
195 static bool ptrace_freeze_traced(struct task_struct *task) in ptrace_freeze_traced()
214 static void ptrace_unfreeze_traced(struct task_struct *task) in ptrace_unfreeze_traced()
287 static int __ptrace_may_access(struct task_struct *task, unsigned int mode) in __ptrace_may_access()
360 bool ptrace_may_access(struct task_struct *task, unsigned int mode) in ptrace_may_access()
389 static int ptrace_attach(struct task_struct *task, long request, in ptrace_attach()
812 static long ptrace_get_rseq_configuration(struct task_struct *task, in ptrace_get_rseq_configuration()
908 static int ptrace_regset(struct task_struct *task, int req, unsigned int type, in ptrace_regset()
/Linux-v6.6/drivers/mailbox/
Dmtk-cmdq-mailbox.c187 static void cmdq_task_insert_into_thread(struct cmdq_task *task) in cmdq_task_insert_into_thread()
212 static void cmdq_task_exec_done(struct cmdq_task *task, int sta) in cmdq_task_exec_done()
223 static void cmdq_task_handle_error(struct cmdq_task *task) in cmdq_task_handle_error()
242 struct cmdq_task *task, *tmp, *curr_task = NULL; in cmdq_thread_irq_handler() local
370 struct cmdq_task *task; in cmdq_mbox_send_data() local
439 struct cmdq_task *task, *tmp; in cmdq_mbox_shutdown() local
477 struct cmdq_task *task, *tmp; in cmdq_mbox_flush() local
/Linux-v6.6/arch/arm64/include/asm/
Dmte.h143 static inline long set_mte_ctrl(struct task_struct *task, unsigned long arg) in set_mte_ctrl()
147 static inline long get_mte_ctrl(struct task_struct *task) in get_mte_ctrl()
160 static inline void mte_disable_tco_entry(struct task_struct *task) in mte_disable_tco_entry()
/Linux-v6.6/arch/parisc/kernel/
Dptrace.c50 void ptrace_disable(struct task_struct *task) in ptrace_disable()
66 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
71 void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
110 void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
649 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/Linux-v6.6/arch/alpha/include/asm/
Dthread_info.h18 struct task_struct *task; /* main task structure */ member
90 #define SET_UNALIGN_CTL(task,value) ({ \ argument
101 #define GET_UNALIGN_CTL(task,value) ({ \ argument
/Linux-v6.6/arch/x86/kernel/
Dptrace.c183 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg()
200 static int set_segment_reg(struct task_struct *task, in set_segment_reg()
249 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg()
290 static int set_segment_reg(struct task_struct *task, in set_segment_reg()
342 static unsigned long get_flags(struct task_struct *task) in get_flags()
355 static int set_flags(struct task_struct *task, unsigned long value) in set_flags()
407 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg()
1395 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/Linux-v6.6/arch/m68k/kernel/
Dptrace.c75 static inline long get_reg(struct task_struct *task, int regno) in get_reg()
99 static inline int put_reg(struct task_struct *task, int regno, in put_reg()
344 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/Linux-v6.6/kernel/locking/
Dmutex-debug.c51 struct task_struct *task) in debug_mutex_add_waiter()
60 struct task_struct *task) in debug_mutex_remove_waiter()
Drtmutex_api.c294 struct task_struct *task) in __rt_mutex_start_proxy_lock()
341 struct task_struct *task) in rt_mutex_start_proxy_lock()
453 void __sched rt_mutex_adjust_pi(struct task_struct *task) in rt_mutex_adjust_pi()
485 void rt_mutex_debug_task_free(struct task_struct *task) in rt_mutex_debug_task_free()
/Linux-v6.6/arch/loongarch/kernel/
Dprocess.c208 unsigned long __get_wchan(struct task_struct *task) in __get_wchan()
252 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack()
269 int get_stack_info(unsigned long stack, struct task_struct *task, in get_stack_info()
/Linux-v6.6/arch/arm64/kernel/
Dmte.c168 static void mte_update_sctlr_user(struct task_struct *task) in mte_update_sctlr_user()
201 static void mte_update_gcr_excl(struct task_struct *task) in mte_update_gcr_excl()
333 long set_mte_ctrl(struct task_struct *task, unsigned long arg) in set_mte_ctrl()
369 long get_mte_ctrl(struct task_struct *task) in get_mte_ctrl()
/Linux-v6.6/arch/riscv/kernel/
Dcompat_signal.c98 #define compat_save_fp_state(task, regs) (0) argument
99 #define compat_restore_fp_state(task, regs) (0) argument
123 struct task_struct *task; in COMPAT_SYSCALL_DEFINE0() local
/Linux-v6.6/tools/perf/scripts/python/
Dtask-analyzer.py256 def feed(self, task): argument
637 def _print_task_finish(task): argument
700 def _record_by_tid(task): argument
708 def _record_by_cpu(task): argument
716 def _record_global(task): argument
/Linux-v6.6/fs/lockd/
Dclntproc.c372 struct rpc_task *task; in nlm_do_async_call() local
416 struct rpc_task *task; in nlmclnt_async_call() local
725 static void nlmclnt_unlock_prepare(struct rpc_task *task, void *data) in nlmclnt_unlock_prepare()
738 static void nlmclnt_unlock_callback(struct rpc_task *task, void *data) in nlmclnt_unlock_callback()
806 static void nlmclnt_cancel_callback(struct rpc_task *task, void *data) in nlmclnt_cancel_callback()
/Linux-v6.6/arch/ia64/kernel/
Dprocess.c85 show_stack (struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack()
255 ia64_save_extra (struct task_struct *task) in ia64_save_extra()
262 ia64_load_extra (struct task_struct *task) in ia64_load_extra()
424 do_copy_task_regs (struct task_struct *task, struct unw_frame_info *info, void *arg) in do_copy_task_regs()

12345678910>>...28