/openbmc/linux/arch/arm/kernel/ |
H A D | kgdb.c | 76 sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *task) in sleeping_thread_to_gdb_regs()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | kgdb.c | 70 struct task_struct *task) in sleeping_thread_to_gdb_regs()
|
/openbmc/linux/security/apparmor/ |
H A D | task.c | 29 struct aa_label *aa_get_task_label(struct task_struct *task) in aa_get_task_label()
|
/openbmc/linux/drivers/misc/cxl/ |
H A D | cxllib.c | 170 int cxllib_get_PE_attributes(struct task_struct *task, in cxllib_get_PE_attributes()
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | thread_info.h | 14 struct task_struct *task; member
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | local_storage.c | 67 struct task_struct *task; in BPF_PROG() local
|
/openbmc/linux/fs/nfs/ |
H A D | write.c | 1499 void nfs_commit_prepare(struct rpc_task *task, void *calldata) in nfs_commit_prepare() 1542 static int nfs_writeback_done(struct rpc_task *task, in nfs_writeback_done() 1608 static void nfs_writeback_result(struct rpc_task *task, in nfs_writeback_result() 1690 struct rpc_task *task; in nfs_initiate_commit() local 1840 static void nfs_commit_done(struct rpc_task *task, void *calldata) in nfs_commit_done()
|
/openbmc/linux/io_uring/ |
H A D | io_uring.c | 210 bool io_match_task_safe(struct io_kiocb *head, struct task_struct *task, in io_match_task_safe() 745 static void io_put_task_remote(struct task_struct *task) in io_put_task_remote() 756 static void io_put_task_local(struct task_struct *task) in io_put_task_local() 762 static inline void io_put_task(struct task_struct *task) in io_put_task() 779 static __cold void io_uring_drop_tctx_refs(struct task_struct *task) in io_uring_drop_tctx_refs() 3219 struct task_struct *task; member 3232 struct task_struct *task, in io_cancel_defer_files() 3283 struct task_struct *task, in io_uring_try_cancel_requests()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | processor.h | 631 #define task_top_of_stack(task) ((unsigned long)(task_pt_regs(task) + 1)) argument 633 #define task_pt_regs(task) \ argument 646 #define KSTK_ESP(task) (task_pt_regs(task)->sp) argument 669 #define KSTK_EIP(task) (task_pt_regs(task)->ip) argument
|
/openbmc/linux/tools/perf/util/ |
H A D | bpf_lock_contention.c | 185 struct contention_task_data task; in lock_contention_get_name() local
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | process_32.c | 367 unsigned long __get_wchan(struct task_struct *task)
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | kgdb.c | 129 sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *task) in sleeping_thread_to_gdb_regs()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | thread_info.h | 25 struct task_struct *task; /* main task structure */ member
|
/openbmc/linux/arch/x86/kernel/ |
H A D | unwind_frame.c | 373 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 682 struct fcoe_task_ctx_entry *task; in bnx2fc_initiate_els() local 806 struct fcoe_task_ctx_entry *task, u8 num_rq) in bnx2fc_process_els_compl()
|
/openbmc/linux/samples/bpf/ |
H A D | test_lru_dist.c | 266 static void do_test_lru_dist(int task, void *data) in do_test_lru_dist() 419 static void do_test_parallel_lru_loss(int task, void *data) in do_test_parallel_lru_loss()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | security.c | 365 static int ssb_prctl_get(struct task_struct *task) in ssb_prctl_get() 390 int arch_prctl_spec_ctrl_get(struct task_struct *task, unsigned long which) in arch_prctl_spec_ctrl_get()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | processor.h | 402 #define GET_FP_MODE(task) mips_get_process_fp_mode(task) argument 403 #define SET_FP_MODE(task,value) mips_set_process_fp_mode(task, value) argument
|
/openbmc/linux/mm/damon/ |
H A D | vaddr.c | 43 struct task_struct *task; in damon_get_mm() local 614 struct task_struct *task; in damon_va_target_valid() local
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_gpu.c | 333 struct task_struct *task; in get_comm_cmdline() local 820 msm_gpu_create_private_address_space(struct msm_gpu *gpu, struct task_struct *task) in msm_gpu_create_private_address_space()
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm8001_hwi.c | 1687 struct sas_task *task; in pm8001_work_fn() local 3975 struct sas_task *task = ccb->task; in pm8001_chip_smp_req() local 4041 struct sas_task *task = ccb->task; in pm8001_chip_ssp_io_req() local 4087 struct sas_task *task = ccb->task; in pm8001_chip_sata_req() local 4371 struct sas_task *task = ccb->task; in pm8001_chip_abort_task() local 4402 struct sas_task *task = ccb->task; in pm8001_chip_ssp_tm_req() local
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | ps3fb.c | 119 struct task_struct *task; member 978 struct task_struct *task; in ps3fb_probe() local 1221 struct task_struct *task = ps3fb.task; in ps3fb_shutdown() local
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | ptrace.c | 948 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view() 1077 void user_enable_single_step(struct task_struct *task) in user_enable_single_step() 1086 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
|
/openbmc/linux/fs/ |
H A D | file.c | 908 struct file *fget_task(struct task_struct *task, unsigned int fd) in fget_task() 920 struct file *task_lookup_fd_rcu(struct task_struct *task, unsigned int fd) in task_lookup_fd_rcu() 935 struct file *task_lookup_next_fd_rcu(struct task_struct *task, unsigned int *ret_fd) in task_lookup_next_fd_rcu()
|
/openbmc/linux/drivers/dma/ |
H A D | virt-dma.h | 24 struct tasklet_struct task; member
|