Home
last modified time | relevance | path

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

12345678910>>...28

/linux-6.8/net/sunrpc/xprtrdma/
Dtransport.c424 xprt_rdma_timer(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_timer()
474 xprt_rdma_connect(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_connect()
501 xprt_rdma_alloc_slot(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_alloc_slot()
559 xprt_rdma_allocate(struct rpc_task *task) in xprt_rdma_allocate()
588 xprt_rdma_free(struct rpc_task *task) in xprt_rdma_free()
/linux-6.8/drivers/scsi/aic94xx/
Daic94xx_tmf.c214 static int asd_clear_nexus_tag(struct sas_task *task) in asd_clear_nexus_tag()
229 static int asd_clear_nexus_index(struct sas_task *task) in asd_clear_nexus_index()
324 static int asd_clear_nexus(struct sas_task *task) in asd_clear_nexus()
386 int asd_abort_task(struct sas_task *task) in asd_abort_task()
675 int asd_query_task(struct sas_task *task) in asd_query_task()
/linux-6.8/net/sunrpc/
Dauth_unix.c111 unx_marshal(struct rpc_task *task, struct xdr_stream *xdr) in unx_marshal()
166 unx_refresh(struct rpc_task *task) in unx_refresh()
173 unx_validate(struct rpc_task *task, struct xdr_stream *xdr) in unx_validate()
/linux-6.8/arch/s390/kernel/
Ddumpstack.c54 static bool in_task_stack(unsigned long sp, struct task_struct *task, in in_task_stack()
90 int get_stack_info(unsigned long sp, struct task_struct *task, in get_stack_info()
129 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
Dstacktrace.c17 struct task_struct *task, struct pt_regs *regs) in arch_stack_walk()
30 void *cookie, struct task_struct *task) in arch_stack_walk_reliable()
/linux-6.8/tools/testing/selftests/bpf/progs/
Dbpf_iter_task_stack.c16 struct task_struct *task = ctx->task; in dump_task_stack() local
44 struct task_struct *task = ctx->task; in get_task_user_stacks() local
Dtest_task_under_cgroup.c21 int BPF_PROG(tp_btf_run, struct task_struct *task, u64 clone_flags) in BPF_PROG()
55 struct task_struct *task; in BPF_PROG() local
Dtask_local_storage.c27 struct task_struct *task; in BPF_PROG() local
48 struct task_struct *task; in BPF_PROG() local
Dbpf_iter_tasks.c17 struct task_struct *task = ctx->task; in dump_task() local
44 struct task_struct *task = ctx->task; in dump_task_sleepable() 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-6.8/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-6.8/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-6.8/include/linux/
Dsyscall_user_dispatch.h37 static inline int syscall_user_dispatch_get_config(struct task_struct *task, in syscall_user_dispatch_get_config()
43 static inline int syscall_user_dispatch_set_config(struct task_struct *task, in syscall_user_dispatch_set_config()
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()
Dcred.h311 #define __task_cred(task) \ argument
354 #define task_cred_xxx(task, xxx) \ argument
363 #define task_uid(task) (task_cred_xxx((task), uid)) argument
364 #define task_euid(task) (task_cred_xxx((task), euid)) argument
365 #define task_ucounts(task) (task_cred_xxx((task), ucounts)) argument
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()
/linux-6.8/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-6.8/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-6.8/arch/m68k/kernel/
Dptrace.c77 static inline long get_reg(struct task_struct *task, int regno) in get_reg()
101 static inline int put_reg(struct task_struct *task, int regno, in put_reg()
346 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/linux-6.8/drivers/mailbox/
Dmtk-cmdq-mailbox.c190 static void cmdq_task_insert_into_thread(struct cmdq_task *task) in cmdq_task_insert_into_thread()
215 static void cmdq_task_exec_done(struct cmdq_task *task, int sta) in cmdq_task_exec_done()
226 static void cmdq_task_handle_error(struct cmdq_task *task) in cmdq_task_handle_error()
245 struct cmdq_task *task, *tmp, *curr_task = NULL; in cmdq_thread_irq_handler() local
388 struct cmdq_task *task; in cmdq_mbox_send_data() local
465 struct cmdq_task *task, *tmp; in cmdq_mbox_shutdown() local
507 struct cmdq_task *task, *tmp; in cmdq_mbox_flush() local
/linux-6.8/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-6.8/arch/loongarch/kernel/
Dprocess.c209 unsigned long __get_wchan(struct task_struct *task) in __get_wchan()
253 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack()
270 int get_stack_info(unsigned long stack, struct task_struct *task, in get_stack_info()
/linux-6.8/kernel/locking/
Dmutex-debug.c51 struct task_struct *task) in debug_mutex_add_waiter()
60 struct task_struct *task) in debug_mutex_remove_waiter()
/linux-6.8/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-6.8/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

12345678910>>...28