Home
last modified time | relevance | path

Searched defs:task (Results 76 – 100 of 743) sorted by relevance

12345678910>>...30

/openbmc/linux/kernel/bpf/
H A Dtask_iter.c38 struct task_struct *task, *next_task; in task_group_seq_get_next() local
113 struct task_struct *task = NULL; in task_seq_get_next() local
163 struct task_struct *task; in task_seq_start() local
177 struct task_struct *task; in task_seq_next() local
194 DEFINE_BPF_ITER_FUNC(task, struct bpf_iter_meta *meta, struct task_struct *task) in DEFINE_BPF_ITER_FUNC() argument
273 struct task_struct *task; member
369 struct task_struct *task, u32 fd, in DEFINE_BPF_ITER_FUNC()
440 struct task_struct *task; member
633 struct task_struct *task, struct vm_area_struct *vma) in DEFINE_BPF_ITER_FUNC()
780 BPF_CALL_5(bpf_find_vma, struct task_struct *, task, u64, start, in BPF_CALL_5() argument
/openbmc/linux/arch/x86/kernel/
H A Dprocess_64.c250 static __always_inline void save_fsgs(struct task_struct *task) in save_fsgs()
388 unsigned long x86_fsgsbase_read_task(struct task_struct *task, in x86_fsgsbase_read_task()
461 unsigned long x86_fsbase_read_task(struct task_struct *task) in x86_fsbase_read_task()
476 unsigned long x86_gsbase_read_task(struct task_struct *task) in x86_gsbase_read_task()
491 void x86_fsbase_write_task(struct task_struct *task, unsigned long fsbase) in x86_fsbase_write_task()
498 void x86_gsbase_write_task(struct task_struct *task, unsigned long gsbase) in x86_gsbase_write_task()
795 long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2) in do_arch_prctl_64()
931 unsigned long KSTK_ESP(struct task_struct *task) in KSTK_ESP()
/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c10 void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
19 void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
28 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
78 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg()
H A Dptrace-view.c109 static unsigned long get_user_msr(struct task_struct *task) in get_user_msr()
114 static __always_inline int set_user_msr(struct task_struct *task, unsigned long msr) in set_user_msr()
123 static int get_user_dscr(struct task_struct *task, unsigned long *data) in get_user_dscr()
129 static int set_user_dscr(struct task_struct *task, unsigned long dscr) in set_user_dscr()
136 static int get_user_dscr(struct task_struct *task, unsigned long *data) in get_user_dscr()
141 static int set_user_dscr(struct task_struct *task, unsigned long dscr) in set_user_dscr()
151 static __always_inline int set_user_trap(struct task_struct *task, unsigned long trap) in set_user_trap()
160 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg()
198 int ptrace_put_reg(struct task_struct *task, int regno, unsigned long data) in ptrace_put_reg()
948 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
H A Dptrace-adv.c8 void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
20 void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
32 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
83 int ptrace_set_debugreg(struct task_struct *task, unsigned long addr, unsigned long data) in ptrace_set_debugreg()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dfind_vma.c23 static long check_vma(struct task_struct *task, struct vm_area_struct *vma, in check_vma()
40 struct task_struct *task = bpf_get_current_task_btf(); in handle_getpid() local
56 struct task_struct *task = bpf_get_current_task_btf(); in handle_pe() local
/openbmc/linux/drivers/infiniband/ulp/iser/
H A Discsi_iser.c174 static int iscsi_iser_pdu_alloc(struct iscsi_task *task, uint8_t opcode) in iscsi_iser_pdu_alloc()
195 int iser_initialize_task_headers(struct iscsi_task *task, in iser_initialize_task_headers()
233 static int iscsi_iser_task_init(struct iscsi_task *task) in iscsi_iser_task_init()
268 struct iscsi_task *task) in iscsi_iser_mtask_xmit()
286 struct iscsi_task *task) in iscsi_iser_task_xmit_unsol_data()
320 static int iscsi_iser_task_xmit(struct iscsi_task *task) in iscsi_iser_task_xmit()
364 static void iscsi_iser_cleanup_task(struct iscsi_task *task) in iscsi_iser_cleanup_task()
403 static u8 iscsi_iser_check_protection(struct iscsi_task *task, sector_t *sector) in iscsi_iser_check_protection()
H A Diser_initiator.c48 static int iser_prepare_read_cmd(struct iscsi_task *task) in iser_prepare_read_cmd()
89 static int iser_prepare_write_cmd(struct iscsi_task *task, unsigned int imm_sz, in iser_prepare_write_cmd()
342 int iser_send_command(struct iscsi_conn *conn, struct iscsi_task *task) in iser_send_command()
412 int iser_send_data_out(struct iscsi_conn *conn, struct iscsi_task *task, in iser_send_data_out()
473 int iser_send_control(struct iscsi_conn *conn, struct iscsi_task *task) in iser_send_control()
596 struct iscsi_task *task; in iser_check_remote_inv() local
683 struct iscsi_task *task; in iser_ctrl_comp() local
/openbmc/linux/fs/proc/
H A Darray.c406 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed()
414 static inline void task_core_dumping(struct seq_file *m, struct task_struct *task) in task_core_dumping()
435 struct task_struct *task) in arch_proc_pid_thread_features()
440 struct pid *pid, struct task_struct *task) in proc_pid_status()
468 struct pid *pid, struct task_struct *task, int whole) in do_task_stat()
665 struct pid *pid, struct task_struct *task) in proc_tid_stat()
671 struct pid *pid, struct task_struct *task) in proc_tgid_stat()
677 struct pid *pid, struct task_struct *task) in proc_pid_statm()
715 struct task_struct *start, *task; in get_children_pid() local
/openbmc/linux/arch/x86/um/
H A Dtls_32.c63 static int get_free_idx(struct task_struct* task) in get_free_idx()
129 static inline int needs_TLS_update(struct task_struct *task) in needs_TLS_update()
154 void clear_flushed_tls(struct task_struct *task) in clear_flushed_tls()
200 static int set_tls_entry(struct task_struct* task, struct user_desc *info, in set_tls_entry()
235 static int get_tls_entry(struct task_struct *task, struct user_desc *info, in get_tls_entry()
/openbmc/linux/arch/csky/kernel/
H A Dstacktrace.c16 void notrace walk_stackframe(struct task_struct *task, struct pt_regs *regs, in walk_stackframe()
60 static void notrace walk_stackframe(struct task_struct *task, in walk_stackframe()
96 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack()
112 unsigned long __get_wchan(struct task_struct *task) in __get_wchan()
/openbmc/linux/arch/arm64/include/asm/
H A Dfpsimd.h276 static inline void sve_alloc(struct task_struct *task, bool flush) { } in sve_alloc()
277 static inline void fpsimd_release_task(struct task_struct *task) { } in fpsimd_release_task()
278 static inline void sve_sync_to_fpsimd(struct task_struct *task) { } in sve_sync_to_fpsimd()
279 static inline void sve_sync_from_fpsimd_zeropad(struct task_struct *task) { } in sve_sync_from_fpsimd_zeropad()
313 static inline size_t sve_state_size(struct task_struct const *task) in sve_state_size()
370 static inline size_t sme_state_size(struct task_struct const *task) in sme_state_size()
392 static inline void sme_alloc(struct task_struct *task, bool flush) { } in sme_alloc()
401 static inline size_t sme_state_size(struct task_struct const *task) in sme_state_size()
/openbmc/linux/kernel/entry/
H A Dsyscall_user_dispatch.c72 static int task_set_syscall_user_dispatch(struct task_struct *task, unsigned long mode, in task_set_syscall_user_dispatch()
127 int syscall_user_dispatch_get_config(struct task_struct *task, unsigned long size, in syscall_user_dispatch_get_config()
151 int syscall_user_dispatch_set_config(struct task_struct *task, unsigned long size, in syscall_user_dispatch_set_config()
/openbmc/linux/drivers/scsi/isci/
H A Dtask.c76 static void isci_task_refuse(struct isci_host *ihost, struct sas_task *task, in isci_task_refuse()
101 #define for_each_sas_task(num, task) \ argument
107 struct sas_task *task) in isci_device_io_ready()
123 int isci_task_execute_task(struct sas_task *task, gfp_t gfp_flags) in isci_task_execute_task()
476 int isci_task_abort_task(struct sas_task *task) in isci_task_abort_task()
652 struct sas_task *task) in isci_task_query_task()
/openbmc/linux/arch/alpha/kernel/
H A Dptrace.c109 get_reg_addr(struct task_struct * task, unsigned long regno) in get_reg_addr()
130 get_reg(struct task_struct * task, unsigned long regno) in get_reg()
147 put_reg(struct task_struct *task, unsigned long regno, unsigned long data) in put_reg()
160 read_int(struct task_struct *task, unsigned long addr, int * data) in read_int()
168 write_int(struct task_struct *task, unsigned long addr, int data) in write_int()
/openbmc/linux/arch/mips/include/asm/
H A Dwatch.h21 #define __restore_watch(task) do { \ argument
29 #define __restore_watch(task) do {} while (0) argument
/openbmc/linux/include/linux/
H A Dpid.h193 #define do_each_pid_task(pid, type, task) \ argument
203 #define while_each_pid_task(pid, type, task) \ argument
209 #define do_each_pid_thread(pid, type, task) \ argument
214 #define while_each_pid_thread(pid, type, task) \ argument
/openbmc/linux/include/linux/fsl/bestcomm/
H A Dbestcomm_priv.h261 bcom_enable_task(int task) in bcom_enable_task()
269 bcom_disable_task(int task) in bcom_disable_task()
277 bcom_task_desc(int task) in bcom_task_desc()
283 bcom_task_num_descs(int task) in bcom_task_num_descs()
289 bcom_task_var(int task) in bcom_task_var()
295 bcom_task_inc(int task) in bcom_task_inc()
328 bcom_set_task_pragma(int task, int pragma) in bcom_set_task_pragma()
335 bcom_set_task_auto_start(int task, int next_task) in bcom_set_task_auto_start()
342 bcom_set_tcr_initiator(int task, int initiator) in bcom_set_tcr_initiator()
/openbmc/linux/arch/alpha/include/asm/
H A Dsyscall.h7 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
12 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
/openbmc/linux/net/sunrpc/
H A Dauth_null.c63 nul_marshal(struct rpc_task *task, struct xdr_stream *xdr) in nul_marshal()
83 nul_refresh(struct rpc_task *task) in nul_refresh()
90 nul_validate(struct rpc_task *task, struct xdr_stream *xdr) in nul_validate()
/openbmc/linux/drivers/dma/bestcomm/
H A Dbestcomm.c137 bcom_load_image(int task, u32 *task_image) in bcom_load_image()
202 bcom_set_initiator(int task, int initiator) in bcom_set_initiator()
276 int task; in bcom_engine_init() local
342 int task; in bcom_engine_cleanup() local
/openbmc/linux/drivers/pci/
H A Ddoe.c145 struct pci_doe_task *task) in pci_doe_send_req()
212 static int pci_doe_recv_resp(struct pci_doe_mb *doe_mb, struct pci_doe_task *task) in pci_doe_recv_resp()
293 static void signal_task_complete(struct pci_doe_task *task, int rv) in signal_task_complete()
300 static void signal_task_abort(struct pci_doe_task *task, int rv) in signal_task_abort()
319 struct pci_doe_task *task = container_of(work, struct pci_doe_task, in doe_statemachine_work() local
381 static void pci_doe_task_complete(struct pci_doe_task *task) in pci_doe_task_complete()
586 struct pci_doe_task *task) in pci_doe_submit_task()
633 struct pci_doe_task task = { in pci_doe() local
/openbmc/linux/kernel/cgroup/
H A Dfreezer.c155 static void cgroup_freeze_task(struct task_struct *task, bool freeze) in cgroup_freeze_task()
180 struct task_struct *task; in cgroup_do_freeze() local
222 void cgroup_freezer_migrate_task(struct task_struct *task, in cgroup_freezer_migrate_task()
/openbmc/linux/drivers/scsi/pm8001/
H A Dpm8001_sas.c50 static int pm8001_find_tag(struct sas_task *task, u32 *tag) in pm8001_find_tag()
319 u32 pm8001_get_ncq_tag(struct sas_task *task, u32 *tag) in pm8001_get_ncq_tag()
401 struct sas_task *task = ccb->task; in pm8001_deliver_command() local
432 int pm8001_queue_command(struct sas_task *task, gfp_t gfp_flags) in pm8001_queue_command()
533 struct sas_task *task = ccb->task; in pm8001_ccb_task_free() local
750 struct sas_task *task; in pm8001_open_reject_retry() local
954 int pm8001_query_task(struct sas_task *task) in pm8001_query_task()
994 int pm8001_abort_task(struct sas_task *task) in pm8001_abort_task()
1191 void pm8001_tmf_aborted(struct sas_task *task) in pm8001_tmf_aborted()
/openbmc/linux/fs/nfs/
H A Dnfs3proc.c49 nfs3_async_handle_jukebox(struct rpc_task *task, struct inode *inode) in nfs3_async_handle_jukebox()
468 static void nfs3_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data) in nfs3_proc_unlink_rpc_prepare()
474 nfs3_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs3_proc_unlink_done()
492 static void nfs3_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data) in nfs3_proc_rename_rpc_prepare()
498 nfs3_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs3_proc_rename_done()
846 static int nfs3_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_read_done()
872 static int nfs3_proc_pgio_rpc_prepare(struct rpc_task *task, in nfs3_proc_pgio_rpc_prepare()
879 static int nfs3_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_write_done()
900 static void nfs3_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_proc_commit_rpc_prepare()
905 static int nfs3_commit_done(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_commit_done()
[all …]

12345678910>>...30