Home
last modified time | relevance | path

Searched defs:task (Results 26 – 50 of 743) sorted by relevance

12345678910>>...30

/openbmc/linux/arch/ia64/include/asm/
H A Dsyscall.h17 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
26 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
32 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
38 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
44 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
61 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/openbmc/linux/arch/riscv/include/asm/
H A Dsyscall.h27 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr()
33 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
39 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
47 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
53 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
69 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
H A Dswitch_to.h26 static inline void fstate_off(struct task_struct *task, in fstate_off()
32 static inline void fstate_save(struct task_struct *task, in fstate_save()
41 static inline void fstate_restore(struct task_struct *task, in fstate_restore()
68 #define fstate_save(task, regs) do { } while (0) argument
69 #define fstate_restore(task, regs) do { } while (0) argument
/openbmc/linux/net/sunrpc/
H A Dclnt.c905 struct rpc_task *task; in rpc_cancel_tasks() local
1219 struct rpc_task *task; in rpc_run_task() local
1248 struct rpc_task *task; in rpc_call_sync() local
1285 struct rpc_task *task; in rpc_call_async() local
1312 struct rpc_task *task; in rpc_run_bc_task() local
2021 call_bind(struct rpc_task *task) in call_bind()
2857 struct rpc_task *task; in rpc_ping() local
2882 struct rpc_task *task; in rpc_ping_noreply() local
2933 struct rpc_task *task; in rpc_clnt_test_and_add_xprt() local
2973 struct rpc_task *task; in rpc_clnt_add_xprt_helper() local
[all …]
H A Dauth_tls.c35 static void rpc_tls_probe_call_prepare(struct rpc_task *task, void *data) in rpc_tls_probe_call_prepare()
41 static void rpc_tls_probe_call_done(struct rpc_task *task, void *data) in rpc_tls_probe_call_done()
62 struct rpc_task *task; in tls_probe() local
99 static int tls_marshal(struct rpc_task *task, struct xdr_stream *xdr) in tls_marshal()
115 static int tls_refresh(struct rpc_task *task) in tls_refresh()
121 static int tls_validate(struct rpc_task *task, struct xdr_stream *xdr) in tls_validate()
/openbmc/linux/arch/um/include/asm/
H A Dsyscall-generic.h18 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr()
24 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
30 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
38 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
44 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
51 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
/openbmc/linux/kernel/livepatch/
H A Dtransition.c94 struct task_struct *g, *task; in klp_complete_transition() local
184 void klp_update_patch_state(struct task_struct *task) in klp_update_patch_state()
263 static int klp_check_stack(struct task_struct *task, const char **oldname) in klp_check_stack()
293 static int klp_check_and_switch_task(struct task_struct *task, void *arg) in klp_check_and_switch_task()
314 static bool klp_try_switch_task(struct task_struct *task) in klp_try_switch_task()
410 struct task_struct *g, *task; in klp_send_signals() local
454 struct task_struct *g, *task; in klp_try_complete_transition() local
532 struct task_struct *g, *task; in klp_start_transition() local
575 struct task_struct *g, *task; in klp_init_transition() local
651 struct task_struct *g, *task; in klp_reverse_transition() local
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
28 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
68 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
76 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
84 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
97 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
120 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/openbmc/linux/arch/hexagon/include/asm/
H A Dsyscall.h23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
29 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
36 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
42 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
48 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py83 def setTask(self, task): argument
589 def _task_data(fn, task, d): argument
597 def _exec_task(fn, task, d, quieterr): argument
808 def clean_stamp_mcfn(task, mcfn): argument
820 def clean_stamp(task, d): argument
824 def make_stamp_mcfn(task, mcfn): argument
840 def make_stamp(task, d): argument
855 def find_stale_stamps(task, mcfn): argument
872 def write_taint(task, d): argument
933 def addtask(task, before, after, d): argument
[all …]
H A Drunqueue.py303 def newbuildable(self, task): argument
306 def removebuildable(self, task): argument
2041 def setbuildable(self, task): argument
2080 def task_complete(self, task): argument
2114 def task_skip(self, task, reason): argument
2454 def build_taskdepdata(self, task): argument
2755 def sq_check_taskfail(self, task): argument
2764 def sq_task_complete(self, task): argument
2780 def sq_task_skip(self, task): argument
3142 def __init__(self, task, stats, rq): argument
[all …]
/openbmc/linux/kernel/bpf/
H A Dbpf_task_storage.c51 struct task_struct *task = owner; in task_storage_ptr() local
57 task_storage_lookup(struct task_struct *task, struct bpf_map *map, in task_storage_lookup()
72 void bpf_task_storage_free(struct task_struct *task) in bpf_task_storage_free()
93 struct task_struct *task; in bpf_pid_task_storage_lookup_elem() local
127 struct task_struct *task; in bpf_pid_task_storage_update_elem() local
159 static int task_storage_delete(struct task_struct *task, struct bpf_map *map, in task_storage_delete()
178 struct task_struct *task; in bpf_pid_task_storage_delete_elem() local
208 struct task_struct *task, void *value, in __bpf_task_storage_get()
230 BPF_CALL_5(bpf_task_storage_get_recur, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() argument
249 BPF_CALL_5(bpf_task_storage_get, struct bpf_map *, map, struct task_struct *, in BPF_CALL_5() argument
[all …]
/openbmc/linux/arch/microblaze/include/asm/
H A Dprocessor.h72 # define task_tos(task) ((unsigned long)(task) + KERNEL_STACK_SIZE) argument
73 # define task_regs(task) ((struct pt_regs *)task_tos(task) - 1) argument
78 # define task_sp(task) (task_regs(task)->r1) argument
79 # define task_pc(task) (task_regs(task)->pc) argument
81 # define KSTK_EIP(task) (task_pc(task)) argument
82 # define KSTK_ESP(task) (task_sp(task)) argument
/openbmc/linux/arch/s390/include/asm/
H A Dsyscall.h20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr()
27 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
33 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
49 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
55 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
63 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
81 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/openbmc/linux/arch/parisc/include/asm/
H A Dsyscall.h32 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error()
39 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value()
45 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value()
52 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback()
58 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/openbmc/linux/fs/proc/
H A Dbase.c675 struct task_struct *task; in proc_fd_access_allowed() local
734 struct task_struct *task; in proc_pid_permission() local
770 struct task_struct *task; in proc_single_show() local
1063 struct task_struct *task; in __set_oom_adj() local
1360 struct task_struct *task; in proc_fault_inject_write() local
1396 struct task_struct *task; in proc_fail_nth_write() local
1416 struct task_struct *task; in proc_fail_nth_read() local
1724 struct task_struct *task; in proc_exe_link() local
1967 struct task_struct *task; in pid_getattr() local
2011 struct task_struct *task; in pid_revalidate() local
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dsignal.c30 struct task_struct *task) in copy_fpr_to_user()
42 unsigned long copy_fpr_from_user(struct task_struct *task, in copy_fpr_from_user()
58 struct task_struct *task) in copy_vsx_to_user()
69 unsigned long copy_vsx_from_user(struct task_struct *task, in copy_vsx_from_user()
84 struct task_struct *task) in copy_ckfpr_to_user()
96 unsigned long copy_ckfpr_from_user(struct task_struct *task, in copy_ckfpr_from_user()
112 struct task_struct *task) in copy_ckvsx_to_user()
123 unsigned long copy_ckvsx_from_user(struct task_struct *task, in copy_ckvsx_from_user()
/openbmc/qemu/tests/unit/
H A Dtest-io-task.c55 static void task_callback(QIOTask *task, in task_callback()
67 QIOTask *task; in test_task_complete() local
97 QIOTask *task; in test_task_data_free() local
115 QIOTask *task; in test_task_failure() local
145 static void test_task_thread_worker(QIOTask *task, in test_task_thread_worker()
160 static void test_task_thread_callback(QIOTask *task, in test_task_thread_callback()
176 QIOTask *task; in test_task_thread_complete() local
217 QIOTask *task; in test_task_thread_failure() local
/openbmc/linux/drivers/scsi/
H A Dlibiscsi.c711 struct iscsi_task *task; in iscsi_alloc_mgmt_task() local
830 struct iscsi_task *task; in __iscsi_conn_send_pdu() local
1019 struct iscsi_task *task; in iscsi_send_nopout() local
1145 struct iscsi_task *task; in iscsi_handle_reject() local
1217 struct iscsi_task *task; in __iscsi_complete_pdu() local
1408 struct iscsi_task *task; in iscsi_itt_to_ctask() local
1601 struct iscsi_task *task; in iscsi_data_xmit() local
1716 struct iscsi_task *task; in iscsi_alloc_task() local
1965 struct iscsi_task *task; in fail_scsi_tasks() local
2349 struct iscsi_task *task; in iscsi_eh_abort() local
[all …]
/openbmc/linux/kernel/
H A Dtask_work.c42 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add()
87 task_work_cancel_match(struct task_struct *task, in task_work_cancel_match()
134 task_work_cancel_func(struct task_struct *task, task_work_func_t func) in task_work_cancel_func()
154 bool task_work_cancel(struct task_struct *task, struct callback_head *cb) in task_work_cancel()
173 struct task_struct *task = current; in task_work_run() local
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_task.c36 static int asd_map_scatterlist(struct sas_task *task, in asd_map_scatterlist()
122 struct sas_task *task = ascb->uldd_task; in asd_unmap_scatterlist() local
147 struct sas_task *task = ascb->uldd_task; in asd_get_response_tasklet() local
200 struct sas_task *task = ascb->uldd_task; in asd_task_tasklet_complete() local
348 static int asd_build_ata_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_ata_ascb()
411 static int asd_build_smp_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_smp_ascb()
450 struct sas_task *task = a->uldd_task; in asd_unbuild_smp_ascb() local
461 static int asd_build_ssp_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_ssp_ascb()
522 int asd_execute_task(struct sas_task *task, gfp_t gfp_flags) in asd_execute_task()
/openbmc/linux/arch/riscv/kernel/
H A Dstacktrace.c31 void notrace walk_stackframe(struct task_struct *task, struct pt_regs *regs, in walk_stackframe()
88 void notrace walk_stackframe(struct task_struct *task, in walk_stackframe()
127 noinline void dump_backtrace(struct pt_regs *regs, struct task_struct *task, in dump_backtrace()
133 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack()
149 unsigned long __get_wchan(struct task_struct *task) in __get_wchan()
161 struct task_struct *task, struct pt_regs *regs) in arch_stack_walk()
/openbmc/linux/include/linux/
H A Dcgroup.h286 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument
392 #define task_css_set_check(task, __c) \ argument
399 #define task_css_set_check(task, __c) \ argument
412 #define task_css_check(task, subsys_id, __c) \ argument
421 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set()
449 task_get_css(struct task_struct *task, int subsys_id) in task_get_css()
484 static inline struct cgroup *task_cgroup(struct task_struct *task, in task_cgroup()
713 static inline void cgroup_account_cputime(struct task_struct *task, in cgroup_account_cputime()
740 static inline void cgroup_account_cputime(struct task_struct *task, in cgroup_account_cputime()
824 static inline bool cgroup_task_frozen(struct task_struct *task) in cgroup_task_frozen()
[all …]
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c260 struct exynos_drm_ipp_task *task; in exynos_drm_ipp_task_alloc() local
313 static int exynos_drm_ipp_task_set(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_task_set()
395 struct exynos_drm_ipp_task *task) in exynos_drm_ipp_task_free()
548 static int exynos_drm_ipp_check_format(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_check_format()
602 static int exynos_drm_ipp_task_check(struct exynos_drm_ipp_task *task) in exynos_drm_ipp_task_check()
721 static void exynos_drm_ipp_event_send(struct exynos_drm_ipp_task *task) in exynos_drm_ipp_event_send()
749 struct exynos_drm_ipp_task *task = container_of(work, in exynos_drm_ipp_cleanup_work() local
788 struct exynos_drm_ipp_task *task; in exynos_drm_ipp_next_task() local
819 struct exynos_drm_ipp_task *task) in exynos_drm_ipp_schedule_task()
831 struct exynos_drm_ipp_task *task) in exynos_drm_ipp_task_abort()
[all …]
/openbmc/linux/drivers/connector/
H A Dcn_proc.c117 void proc_fork_connector(struct task_struct *task) in proc_fork_connector()
147 void proc_exec_connector(struct task_struct *task) in proc_exec_connector()
171 void proc_id_connector(struct task_struct *task, int which_id) in proc_id_connector()
209 void proc_sid_connector(struct task_struct *task) in proc_sid_connector()
233 void proc_ptrace_connector(struct task_struct *task, int ptrace_id) in proc_ptrace_connector()
265 void proc_comm_connector(struct task_struct *task) in proc_comm_connector()
290 void proc_coredump_connector(struct task_struct *task) in proc_coredump_connector()
323 void proc_exit_connector(struct task_struct *task) in proc_exit_connector()

12345678910>>...30