/Linux-v6.6/arch/arm64/kernel/ |
D | stacktrace.c | 67 struct task_struct *task) in unwind_init_from_task() 176 void *cookie, struct task_struct *task, in arch_stack_walk()
|
/Linux-v6.6/arch/sh/kernel/ |
D | ptrace_32.c | 38 static inline int get_stack_long(struct task_struct *task, int offset) in get_stack_long() 50 static inline int put_stack_long(struct task_struct *task, int offset, in put_stack_long() 333 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
D | dumpstack.c | 59 struct task_struct *task = tinfo->task; in print_ftrace_graph_addr() local 88 stack_reader_dump(struct task_struct *task, struct pt_regs *regs, in stack_reader_dump()
|
/Linux-v6.6/include/linux/ |
D | cpuset.h | 194 static inline void inc_dl_tasks_cs(struct task_struct *task) { } in inc_dl_tasks_cs() 195 static inline void dec_dl_tasks_cs(struct task_struct *task) { } in dec_dl_tasks_cs() 242 struct task_struct *task) in cpuset_task_status_allowed()
|
/Linux-v6.6/fs/nfs/ |
D | read.c | 221 static int nfs_readpage_done(struct rpc_task *task, in nfs_readpage_done() 239 static void nfs_readpage_retry(struct rpc_task *task, in nfs_readpage_retry() 271 static void nfs_readpage_result(struct rpc_task *task, in nfs_readpage_result()
|
/Linux-v6.6/drivers/scsi/qedi/ |
D | qedi_iscsi.c | 170 struct iscsi_task *task = session->cmds[i]; in qedi_destroy_cmd_pool() local 214 struct iscsi_task *task = session->cmds[i]; in qedi_setup_cmd_pool() local 771 static int qedi_iscsi_send_generic_request(struct iscsi_task *task) in qedi_iscsi_send_generic_request() 811 static int qedi_mtask_xmit(struct iscsi_conn *conn, struct iscsi_task *task) in qedi_mtask_xmit() 831 static int qedi_task_xmit(struct iscsi_task *task) in qedi_task_xmit() 1449 static void qedi_cleanup_task(struct iscsi_task *task) in qedi_cleanup_task()
|
/Linux-v6.6/drivers/scsi/be2iscsi/ |
D | be_main.c | 281 struct iscsi_task *task[BE_INVLDT_CMD_TBL_SZ]; in beiscsi_eh_device_reset() member 289 struct iscsi_task *task; in beiscsi_eh_device_reset() local 1118 struct iscsi_task *task, in be_complete_io() 1186 struct iscsi_task *task, in be_complete_logout() 1213 struct iscsi_task *task, in be_complete_tmf() 1241 struct iscsi_task *task; in hwi_complete_drvr_msgs() local 1269 struct iscsi_task *task, in be_complete_nopin_resp() 1350 struct iscsi_task *task; in hwi_complete_cmd() local 1431 struct iscsi_task *task; in beiscsi_complete_pdu() local 2277 static int hwi_write_buffer(struct iscsi_wrb *pwrb, struct iscsi_task *task) in hwi_write_buffer() [all …]
|
/Linux-v6.6/drivers/scsi/libsas/ |
D | sas_ata.c | 73 static void sas_ata_task_done(struct sas_task *task) in sas_ata_task_done() 158 struct sas_task *task; in sas_ata_qc_issue() local 447 static void sas_ata_internal_abort(struct sas_task *task) in sas_ata_internal_abort() 502 struct sas_task *task = qc->lldd_task; in sas_ata_post_internal() local 627 void sas_ata_task_abort(struct sas_task *task) in sas_ata_task_abort()
|
/Linux-v6.6/drivers/scsi/aic94xx/ |
D | aic94xx_scb.c | 445 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local 471 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local 497 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local 523 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local
|
/Linux-v6.6/drivers/scsi/bnx2fc/ |
D | bnx2fc_hwi.c | 861 struct fcoe_task_ctx_entry *task) in bnx2fc_process_cq_compl() 972 struct fcoe_task_ctx_entry *task) in bnx2fc_alloc_work() 996 struct fcoe_task_ctx_entry *task; in bnx2fc_pending_work() local 1489 struct fcoe_task_ctx_entry *task, in bnx2fc_init_seq_cleanup_task() 1569 struct fcoe_task_ctx_entry *task, in bnx2fc_init_cleanup_task() 1607 struct fcoe_task_ctx_entry *task) in bnx2fc_init_mp_task() 1703 struct fcoe_task_ctx_entry *task) in bnx2fc_init_task()
|
/Linux-v6.6/tools/perf/ |
D | builtin-report.c | 818 struct task { struct 824 static struct task *tasks_list(struct task *task, struct machine *machine) in tasks_list() argument 870 static void task__print_level(struct task *task, FILE *fp, int level) in task__print_level() 892 struct task *tasks, *task; in tasks_print() local
|
/Linux-v6.6/net/sunrpc/xprtrdma/ |
D | svc_rdma_backchannel.c | 104 xprt_rdma_bc_allocate(struct rpc_task *task) in xprt_rdma_bc_allocate() 130 xprt_rdma_bc_free(struct rpc_task *task) in xprt_rdma_bc_free()
|
/Linux-v6.6/arch/x86/kernel/ |
D | dumpstack.c | 32 bool noinstr in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack() 186 static void show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, in show_trace_log_lvl() 309 void show_stack(struct task_struct *task, unsigned long *sp, in show_stack()
|
/Linux-v6.6/kernel/ |
D | cred.c | 199 const struct cred *get_task_cred(struct task_struct *task) in get_task_cred() 257 struct task_struct *task = current; in prepare_creds() local 452 struct task_struct *task = current; in commit_creds() local
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_module.c | 40 struct task_struct *task, in BPF_PROG() 74 struct task_struct *task, in BPF_PROG()
|
/Linux-v6.6/kernel/cgroup/ |
D | cpuset.c | 223 static inline struct cpuset *task_cs(struct task_struct *task) in task_cs() 1072 struct task_struct *task; in dl_update_tasks_root_domain() local 1222 struct task_struct *task; in update_tasks_cpumask() local 2039 struct task_struct *task; in update_tasks_nodemask() local 2247 struct task_struct *task; in update_tasks_flags() local 2531 struct task_struct *task; in cpuset_can_attach() local 2634 static void cpuset_attach_task(struct cpuset *cs, struct task_struct *task) in cpuset_attach_task() 2655 struct task_struct *task; in cpuset_attach() local 3395 static int cpuset_can_fork(struct task_struct *task, struct css_set *cset) in cpuset_can_fork() 3434 static void cpuset_cancel_fork(struct task_struct *task, struct css_set *cset) in cpuset_cancel_fork() [all …]
|
/Linux-v6.6/arch/x86/kernel/cpu/ |
D | bugs.c | 2002 static int l1d_flush_prctl_set(struct task_struct *task, unsigned long ctrl) in l1d_flush_prctl_set() 2020 static int ssb_prctl_set(struct task_struct *task, unsigned long ctrl) in ssb_prctl_set() 2067 static int ib_prctl_set(struct task_struct *task, unsigned long ctrl) in ib_prctl_set() 2123 int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which, in arch_prctl_spec_ctrl_set() 2139 void arch_seccomp_spec_mitigate(struct task_struct *task) in arch_seccomp_spec_mitigate() 2149 static int l1d_flush_prctl_get(struct task_struct *task) in l1d_flush_prctl_get() 2160 static int ssb_prctl_get(struct task_struct *task) in ssb_prctl_get() 2181 static int ib_prctl_get(struct task_struct *task) in ib_prctl_get() 2203 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get()
|
/Linux-v6.6/drivers/gpu/drm/exynos/ |
D | exynos_drm_rotator.c | 65 struct exynos_drm_ipp_task *task; member 107 struct exynos_drm_ipp_task *task = rot->task; in rotator_irq_handler() local 218 struct exynos_drm_ipp_task *task) in rotator_commit()
|
/Linux-v6.6/tools/perf/util/bpf_skel/ |
D | lock_contention.bpf.c | 174 static inline int update_task_data(struct task_struct *task) in update_task_data() 201 struct task_struct *task; in get_lock_owner() local 306 struct task_struct *task; in contention_begin() local
|
/Linux-v6.6/kernel/trace/ |
D | fgraph.c | 306 ftrace_graph_get_ret_stack(struct task_struct *task, int idx) in ftrace_graph_get_ret_stack() 332 unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx, in ftrace_graph_ret_addr() 351 unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx, in ftrace_graph_ret_addr()
|
/Linux-v6.6/arch/hexagon/kernel/ |
D | traps.c | 77 static void do_show_stack(struct task_struct *task, unsigned long *fp, in do_show_stack() 174 void show_stack(struct task_struct *task, unsigned long *fp, const char *loglvl) in show_stack()
|
/Linux-v6.6/arch/s390/lib/ |
D | test_unwind.c | 47 static noinline int test_unwind(struct task_struct *task, struct pt_regs *regs, in test_unwind() 123 struct task_struct *task; member 402 struct task_struct *task; in test_unwind_task() local
|
/Linux-v6.6/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1351 static void task_release_itt(struct iscsi_task *task, itt_t hdr_itt) in task_release_itt() 1382 static int task_reserve_itt(struct iscsi_task *task, itt_t *hdr_itt) in task_reserve_itt() 1540 struct iscsi_task *task = iscsi_itt_to_ctask(conn, itt); in skb_read_pdu_bhs() local 1812 static void cxgbi_task_data_sgl_check(struct iscsi_task *task) in cxgbi_task_data_sgl_check() 1839 cxgbi_task_data_sgl_read(struct iscsi_task *task, u32 offset, u32 count, in cxgbi_task_data_sgl_read() 1885 int cxgbi_conn_alloc_pdu(struct iscsi_task *task, u8 op) in cxgbi_conn_alloc_pdu() 2061 cxgbi_prep_iso_info(struct iscsi_task *task, struct sk_buff *skb, in cxgbi_prep_iso_info() 2144 int cxgbi_conn_init_pdu(struct iscsi_task *task, unsigned int offset, in cxgbi_conn_init_pdu() 2361 int cxgbi_conn_xmit_pdu(struct iscsi_task *task) in cxgbi_conn_xmit_pdu() 2470 void cxgbi_cleanup_task(struct iscsi_task *task) in cxgbi_cleanup_task()
|
/Linux-v6.6/arch/x86/um/asm/ |
D | syscall.h | 12 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/Linux-v6.6/block/ |
D | blk-ioc.c | 214 void exit_io_context(struct task_struct *task) in exit_io_context() 251 int set_task_ioprio(struct task_struct *task, int ioprio) in set_task_ioprio()
|