Home
last modified time | relevance | path

Searched defs:task (Results 151 – 175 of 627) sorted by relevance

12345678910>>...26

/Linux-v5.10/include/linux/
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
/Linux-v5.10/arch/sh/kernel/
Ddumpstack.c59 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-v5.10/arch/m68k/kernel/
Dptrace.c74 static inline long get_reg(struct task_struct *task, int regno) in get_reg()
98 static inline int put_reg(struct task_struct *task, int regno, in put_reg()
/Linux-v5.10/drivers/scsi/qedi/
Dqedi_iscsi.c169 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
718 static int qedi_iscsi_send_generic_request(struct iscsi_task *task) in qedi_iscsi_send_generic_request()
758 static int qedi_mtask_xmit(struct iscsi_conn *conn, struct iscsi_task *task) in qedi_mtask_xmit()
779 static int qedi_task_xmit(struct iscsi_task *task) in qedi_task_xmit()
1384 static void qedi_cleanup_task(struct iscsi_task *task) in qedi_cleanup_task()
/Linux-v5.10/arch/m68k/include/asm/
Dsyscall.h7 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/Linux-v5.10/arch/alpha/include/asm/
Dsyscall.h7 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/Linux-v5.10/drivers/scsi/aic94xx/
Daic94xx_scb.c443 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
/Linux-v5.10/arch/x86/kernel/
Ddumpstack.c32 bool noinstr in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack()
186 void show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, in show_trace_log_lvl()
306 void show_stack(struct task_struct *task, unsigned long *sp, in show_stack()
/Linux-v5.10/kernel/trace/
Dfgraph.c270 ftrace_graph_get_ret_stack(struct task_struct *task, int idx) in ftrace_graph_get_ret_stack()
296 unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx, in ftrace_graph_ret_addr()
315 unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx, in ftrace_graph_ret_addr()
/Linux-v5.10/fs/nfs/
Dread.c241 static int nfs_readpage_done(struct rpc_task *task, in nfs_readpage_done()
259 static void nfs_readpage_retry(struct rpc_task *task, in nfs_readpage_retry()
291 static void nfs_readpage_result(struct rpc_task *task, in nfs_readpage_result()
/Linux-v5.10/drivers/scsi/be2iscsi/
Dbe_main.c272 struct iscsi_task *task[BE_INVLDT_CMD_TBL_SZ]; in beiscsi_eh_device_reset() member
280 struct iscsi_task *task; in beiscsi_eh_device_reset() local
1101 struct iscsi_task *task, in be_complete_io()
1169 struct iscsi_task *task, in be_complete_logout()
1196 struct iscsi_task *task, in be_complete_tmf()
1224 struct iscsi_task *task; in hwi_complete_drvr_msgs() local
1252 struct iscsi_task *task, in be_complete_nopin_resp()
1333 struct iscsi_task *task; in hwi_complete_cmd() local
1414 struct iscsi_task *task; in beiscsi_complete_pdu() local
2261 static int hwi_write_buffer(struct iscsi_wrb *pwrb, struct iscsi_task *task) in hwi_write_buffer()
[all …]
/Linux-v5.10/arch/x86/um/asm/
Dsyscall.h12 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/Linux-v5.10/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c862 struct fcoe_task_ctx_entry *task) in bnx2fc_process_cq_compl()
973 struct fcoe_task_ctx_entry *task) in bnx2fc_alloc_work()
997 struct fcoe_task_ctx_entry *task; in bnx2fc_pending_work() local
1490 struct fcoe_task_ctx_entry *task, in bnx2fc_init_seq_cleanup_task()
1570 struct fcoe_task_ctx_entry *task, in bnx2fc_init_cleanup_task()
1608 struct fcoe_task_ctx_entry *task) in bnx2fc_init_mp_task()
1704 struct fcoe_task_ctx_entry *task) in bnx2fc_init_task()
/Linux-v5.10/arch/powerpc/include/asm/
Dcurrent.h17 struct task_struct *task; in get_current() local
/Linux-v5.10/drivers/scsi/libsas/
Dsas_task.c11 void sas_ssp_task_response(struct device *dev, struct sas_task *task, in sas_ssp_task_response()
/Linux-v5.10/arch/x86/um/
Dtls_64.c5 void clear_flushed_tls(struct task_struct *task) in clear_flushed_tls()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dbpf_iter_task.c13 struct task_struct *task = ctx->task; in dump_task() local
Dbpf_iter_test_kern3.c12 struct task_struct *task = ctx->task; in dump_task() local
Dtest_raw_tp_test_run.c12 int BPF_PROG(rename, struct task_struct *task, char *comm) in BPF_PROG()
Dtest_skb_helpers.c20 struct task_struct *task; in test_skb_helpers() local
/Linux-v5.10/drivers/oprofile/
Dbuffer_sync.c60 struct task_struct *task = data; in task_free_notify() local
304 add_user_ctx_switch(struct task_struct const *task, unsigned long cookie) in add_user_ctx_switch()
439 struct task_struct *task; in process_task_mortuary() local
/Linux-v5.10/kernel/events/
Dcore.c259 struct task_struct *task = READ_ONCE(ctx->task); /* verified in event_function */ in event_function_call() local
313 struct task_struct *task = READ_ONCE(ctx->task); in event_function_local() local
766 perf_cgroup_set_timestamp(struct task_struct *task, in perf_cgroup_set_timestamp()
801 static void perf_cgroup_switch(struct task_struct *task, int mode) in perf_cgroup_switch()
849 static inline void perf_cgroup_sched_out(struct task_struct *task, in perf_cgroup_sched_out()
876 struct task_struct *task) in perf_cgroup_sched_in()
1071 static inline void perf_cgroup_sched_out(struct task_struct *task, in perf_cgroup_sched_out()
1077 struct task_struct *task) in perf_cgroup_sched_in()
1089 perf_cgroup_set_timestamp(struct task_struct *task, in perf_cgroup_set_timestamp()
1095 perf_cgroup_switch(struct task_struct *task, struct task_struct *next) in perf_cgroup_switch()
[all …]
/Linux-v5.10/lib/
Dis_single_threaded.c17 struct task_struct *task = current; in current_is_single_threaded() local
/Linux-v5.10/net/sunrpc/
Dsvc.c303 svc_pool_map_set_cpumask(struct task_struct *task, unsigned int pidx) in svc_pool_map_set_cpumask()
672 struct task_struct *task = NULL; in choose_victim() local
711 struct task_struct *task; in svc_start_kthreads() local
750 struct task_struct *task; in svc_signal_kthreads() local
803 struct task_struct *task; in svc_stop_kthreads() local
1542 struct rpc_task *task; in bc_svc_process() local
/Linux-v5.10/arch/hexagon/kernel/
Dtraps.c81 static void do_show_stack(struct task_struct *task, unsigned long *fp, in do_show_stack()
178 void show_stack(struct task_struct *task, unsigned long *fp, const char *loglvl) in show_stack()

12345678910>>...26