Home
last modified time | relevance | path

Searched defs:task (Results 176 – 200 of 626) sorted by relevance

12345678910>>...26

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dbpf_iter_task.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
Dtask_local_storage_exit_creds.c21 int BPF_PROG(trace_exit_creds, struct task_struct *task) in BPF_PROG()
Dbpf_iter_task_file.c15 struct task_struct *task = ctx->task; in dump_task_file() local
Dbpf_iter.h64 struct task_struct *task; member
69 struct task_struct *task; member
76 struct task_struct *task; member
Dbpf_iter_task_btf.c19 struct task_struct *task = ctx->task; in dump_task_struct() local
Dtest_skmsg_load_helpers.c30 struct task_struct *task = (struct task_struct *)bpf_get_current_task(); in prog_msg_verdict() local
/Linux-v5.15/kernel/events/
Dcore.c263 struct task_struct *task = READ_ONCE(ctx->task); /* verified in event_function */ in event_function_call() local
317 struct task_struct *task = READ_ONCE(ctx->task); in event_function_local() local
768 perf_cgroup_set_timestamp(struct task_struct *task, in perf_cgroup_set_timestamp()
803 static void perf_cgroup_switch(struct task_struct *task, int mode) in perf_cgroup_switch()
851 static inline void perf_cgroup_sched_out(struct task_struct *task, in perf_cgroup_sched_out()
878 struct task_struct *task) in perf_cgroup_sched_in()
1073 static inline void perf_cgroup_sched_out(struct task_struct *task, in perf_cgroup_sched_out()
1079 struct task_struct *task) in perf_cgroup_sched_in()
1091 perf_cgroup_set_timestamp(struct task_struct *task, in perf_cgroup_set_timestamp()
1097 perf_cgroup_switch(struct task_struct *task, struct task_struct *next) in perf_cgroup_switch()
[all …]
/Linux-v5.15/lib/
Dis_single_threaded.c17 struct task_struct *task = current; in current_is_single_threaded() local
/Linux-v5.15/drivers/gpu/drm/exynos/
Dexynos_drm_rotator.c65 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-v5.15/arch/xtensa/include/asm/
Dstacktrace.h20 static __always_inline unsigned long *stack_pointer(struct task_struct *task) in stack_pointer()
/Linux-v5.15/arch/parisc/kernel/
Dstacktrace.c16 static void dump_trace(struct task_struct *task, struct stack_trace *trace) in dump_trace()
/Linux-v5.15/tools/bpf/runqslower/
Drunqslower.h8 char task[TASK_COMM_LEN]; member
/Linux-v5.15/drivers/scsi/cxgbi/
Dlibcxgbi.c1351 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-v5.15/arch/alpha/kernel/
Dprocess.c333 dump_elf_task(elf_greg_t *dest, struct task_struct *task) in dump_elf_task()
341 dump_elf_task_fp(elf_fpreg_t *dest, struct task_struct *task) in dump_elf_task_fp()
/Linux-v5.15/include/linux/
Dlivepatch.h205 static inline bool klp_patch_pending(struct task_struct *task) in klp_patch_pending()
243 static inline bool klp_patch_pending(struct task_struct *task) { return false; } in klp_patch_pending()
244 static inline void klp_update_patch_state(struct task_struct *task) {} in klp_update_patch_state()
Dtask_work.h30 static inline void exit_task_work(struct task_struct *task) in exit_task_work()
/Linux-v5.15/arch/um/kernel/skas/
Dmmu.c17 int init_new_context(struct task_struct *task, struct mm_struct *mm) in init_new_context()
/Linux-v5.15/arch/um/include/shared/
Das-layout.h34 void *task; member
/Linux-v5.15/arch/s390/kernel/
Dptrace.c41 void update_cr_regs(struct task_struct *task) in update_cr_regs()
113 void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
119 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
125 void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
136 void ptrace_disable(struct task_struct *task) in ptrace_disable()
1560 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/Linux-v5.15/arch/arm/kernel/
Dperf_regs.c29 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
/Linux-v5.15/arch/riscv/kernel/
Dperf_regs.c29 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
/Linux-v5.15/arch/arm64/kernel/
Dperf_regs.c67 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
/Linux-v5.15/arch/ia64/kernel/
Dperfmon_itanium.h52 pfm_ita_pmc_check(struct task_struct *task, pfm_context_t *ctx, unsigned int cnum, unsigned long *v… in pfm_ita_pmc_check()

12345678910>>...26