| /Linux-v5.4/include/linux/ |
| D | seccomp.h | 103 static inline long seccomp_get_filter(struct task_struct *task, in seccomp_get_filter() 108 static inline long seccomp_get_metadata(struct task_struct *task, in seccomp_get_metadata()
|
| D | cred.h | 319 #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
|
| /Linux-v5.4/include/linux/sunrpc/ |
| D | metrics.h | 96 static inline void rpc_count_iostats(const struct rpc_task *task, in rpc_count_iostats() 98 static inline void rpc_count_iostats_metrics(const struct rpc_task *task, in rpc_count_iostats_metrics()
|
| /Linux-v5.4/arch/x86/kernel/cpu/ |
| D | bugs.c | 1091 static int ssb_prctl_set(struct task_struct *task, unsigned long ctrl) in ssb_prctl_set() 1130 static int ib_prctl_set(struct task_struct *task, unsigned long ctrl) in ib_prctl_set() 1168 int arch_prctl_spec_ctrl_set(struct task_struct *task, unsigned long which, in arch_prctl_spec_ctrl_set() 1182 void arch_seccomp_spec_mitigate(struct task_struct *task) in arch_seccomp_spec_mitigate() 1191 static int ssb_prctl_get(struct task_struct *task) in ssb_prctl_get() 1212 static int ib_prctl_get(struct task_struct *task) in ib_prctl_get() 1235 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | dumpstack.c | 32 bool in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack() 162 void show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, in show_trace_log_lvl() 282 void show_stack(struct task_struct *task, unsigned long *sp) in show_stack()
|
| /Linux-v5.4/fs/ |
| D | nsfs.c | 124 struct task_struct *task; member 134 void *ns_get_path(struct path *path, struct task_struct *task, in ns_get_path() 215 int ns_get_name(char *buf, size_t size, struct task_struct *task, in ns_get_name()
|
| /Linux-v5.4/drivers/md/persistent-data/ |
| D | dm-block-manager.c | 56 struct task_struct *task; member 61 struct task_struct *task) in __find_holder() 74 static void __add_holder(struct block_lock *lock, struct task_struct *task) in __add_holder() 91 static void __del_holder(struct block_lock *lock, struct task_struct *task) in __del_holder() 136 struct task_struct *task; in __wake_waiter() local
|
| /Linux-v5.4/arch/mips/kernel/ |
| D | process.c | 600 unsigned long unwind_stack(struct task_struct *task, unsigned long *sp, in unwind_stack() 623 unsigned long get_wchan(struct task_struct *task) in get_wchan() 722 int mips_get_process_fp_mode(struct task_struct *task) in mips_get_process_fp_mode() 746 int mips_set_process_fp_mode(struct task_struct *task, unsigned int value) in mips_set_process_fp_mode()
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | ptrace.h | 92 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs)) argument 93 # define fsys_mode(task,regs) \ argument
|
| /Linux-v5.4/kernel/ |
| D | pid_namespace.c | 185 struct task_struct *task, *me = current; in zap_pid_ns_processes() local 342 static struct ns_common *pidns_get(struct task_struct *task) in pidns_get() 355 static struct ns_common *pidns_for_children_get(struct task_struct *task) in pidns_for_children_get()
|
| D | ptrace.c | 173 static bool ptrace_freeze_traced(struct task_struct *task) in ptrace_freeze_traced() 191 static void ptrace_unfreeze_traced(struct task_struct *task) in ptrace_unfreeze_traced() 276 static int __ptrace_may_access(struct task_struct *task, unsigned int mode) in __ptrace_may_access() 349 bool ptrace_may_access(struct task_struct *task, unsigned int mode) in ptrace_may_access() 358 static int ptrace_attach(struct task_struct *task, long request, in ptrace_attach() 874 static int ptrace_regset(struct task_struct *task, int req, unsigned int type, in ptrace_regset()
|
| D | kthread.c | 163 void *kthread_data(struct task_struct *task) in kthread_data() 177 void *kthread_probe_data(struct task_struct *task) in kthread_probe_data() 299 struct task_struct *task; in __kthread_create_on_node() local 384 struct task_struct *task; in kthread_create_on_node() local 686 struct task_struct *task; in __kthread_create_worker() local 1180 struct task_struct *task; in kthread_destroy_worker() local
|
| D | cred.c | 193 const struct cred *get_task_cred(struct task_struct *task) in get_task_cred() 252 struct task_struct *task = current; in prepare_creds() local 436 struct task_struct *task = current; in commit_creds() local
|
| /Linux-v5.4/drivers/scsi/qedi/ |
| D | qedi_iscsi.c | 169 struct iscsi_task *task = session->cmds[i]; in qedi_destroy_cmd_pool() local 213 struct iscsi_task *task = session->cmds[i]; in qedi_setup_cmd_pool() local 717 static int qedi_iscsi_send_generic_request(struct iscsi_task *task) in qedi_iscsi_send_generic_request() 757 static int qedi_mtask_xmit(struct iscsi_conn *conn, struct iscsi_task *task) in qedi_mtask_xmit() 778 static int qedi_task_xmit(struct iscsi_task *task) in qedi_task_xmit() 1366 static void qedi_cleanup_task(struct iscsi_task *task) in qedi_cleanup_task()
|
| /Linux-v5.4/drivers/scsi/bnx2i/ |
| D | bnx2i_iscsi.c | 84 static void bnx2i_setup_write_cmd_bd_info(struct iscsi_task *task) in bnx2i_setup_write_cmd_bd_info() 474 struct iscsi_task *task = session->cmds[i]; in bnx2i_destroy_cmd_pool() local 499 struct iscsi_task *task = session->cmds[i]; in bnx2i_setup_cmd_pool() local 1081 static int bnx2i_iscsi_send_generic_request(struct iscsi_task *task) in bnx2i_iscsi_send_generic_request() 1158 static void bnx2i_cleanup_task(struct iscsi_task *task) in bnx2i_cleanup_task() 1191 bnx2i_mtask_xmit(struct iscsi_conn *conn, struct iscsi_task *task) in bnx2i_mtask_xmit() 1223 static int bnx2i_task_xmit(struct iscsi_task *task) in bnx2i_task_xmit()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-report.c | 692 struct task { struct 698 static struct task *tasks_list(struct task *task, struct machine *machine) in tasks_list() argument 746 static void task__print_level(struct task *task, FILE *fp, int level) in task__print_level() 768 struct task *tasks, *task; in tasks_print() local
|
| /Linux-v5.4/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_hw_qp.c | 491 static void sq_prepare_task(struct hinic_sq_task *task) in sq_prepare_task() 504 void hinic_task_set_l2hdr(struct hinic_sq_task *task, u32 len) in hinic_task_set_l2hdr() 509 void hinic_task_set_outter_l3(struct hinic_sq_task *task, in hinic_task_set_outter_l3() 517 void hinic_task_set_inner_l3(struct hinic_sq_task *task, in hinic_task_set_inner_l3() 525 void hinic_task_set_tunnel_l4(struct hinic_sq_task *task, in hinic_task_set_tunnel_l4() 533 void hinic_set_cs_inner_l4(struct hinic_sq_task *task, u32 *queue_info, in hinic_set_cs_inner_l4() 557 void hinic_set_tso_inner_l4(struct hinic_sq_task *task, u32 *queue_info, in hinic_set_tso_inner_l4()
|
| /Linux-v5.4/net/sunrpc/ |
| D | debugfs.c | 23 struct rpc_task *task = v; in tasks_show() local 47 struct rpc_task *task; in tasks_start() local 60 struct rpc_task *task = v; in tasks_next() local
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | dumpstack.c | 58 struct task_struct *task = tinfo->task; in print_ftrace_graph_addr() local 87 stack_reader_dump(struct task_struct *task, struct pt_regs *regs, in stack_reader_dump()
|
| /Linux-v5.4/net/sunrpc/xprtrdma/ |
| D | svc_rdma_backchannel.c | 137 xprt_rdma_bc_allocate(struct rpc_task *task) in xprt_rdma_bc_allocate() 163 xprt_rdma_bc_free(struct rpc_task *task) in xprt_rdma_bc_free()
|
| /Linux-v5.4/arch/m68k/kernel/ |
| D | ptrace.c | 75 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()
|
| /Linux-v5.4/arch/unicore32/include/asm/ |
| D | syscall.h | 7 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | syscall.h | 7 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | syscall.h | 7 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
| /Linux-v5.4/drivers/scsi/aic94xx/ |
| D | aic94xx_scb.c | 443 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local 469 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local 495 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local 521 struct sas_task *task = a->uldd_task; in escb_tasklet_complete() local
|