| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | syscall.h | 20 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 void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 130 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
| /OK3568_Linux_fs/kernel/kernel/livepatch/ |
| H A D | transition.c | 73 struct task_struct *g, *task; in klp_complete_transition() local 163 void klp_update_patch_state(struct task_struct *task) in klp_update_patch_state() 242 static int klp_check_stack(struct task_struct *task, char *err_buf) in klp_check_stack() 281 static bool klp_try_switch_task(struct task_struct *task) in klp_try_switch_task() 345 struct task_struct *g, *task; in klp_send_signals() local 391 struct task_struct *g, *task; in klp_try_complete_transition() local 465 struct task_struct *g, *task; in klp_start_transition() local 506 struct task_struct *g, *task; in klp_init_transition() local 581 struct task_struct *g, *task; in klp_reverse_transition() local 645 struct task_struct *g, *task; in klp_force_transition() local
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | syscall.h | 23 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()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | build.py | 81 def setTask(self, task): argument 87 task = property(getTask, setTask, None, "task property") variable in TaskBase 101 def __init__(self, task, fn, logfile, metadata, errprinted = False): argument 113 def __init__(self, task, fn, metadata): argument 569 def _task_data(fn, task, d): argument 578 def _exec_task(fn, task, d, quieterr): argument 744 def exec_task(fn, task, d, profile = False): argument 838 def clean_stamp(task, d, file_name = None): argument 851 def make_stamp(task, d, file_name = None): argument 872 def find_stale_stamps(task, d, file_name=None): argument [all …]
|
| H A D | runqueue.py | 281 def newbuildable(self, task): argument 284 def removebuildable(self, task): argument 473 def get_short_user_idstring(self, task, task_name_suffix = ""): argument 1846 def runqueue_process_waitpid(self, task, status, fakerootlog=None): argument 1907 def check_dependencies(self, task, taskdeps): argument 1952 def setbuildable(self, task): argument 1956 def task_completeoutright(self, task): argument 1983 def task_complete(self, task): argument 1989 def task_fail(self, task, exitcode, fakerootlog=None): argument 2017 def task_skip(self, task, reason): argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | base.c | 173 static int get_task_root(struct task_struct *task, struct path *root) in get_task_root() 188 struct task_struct *task = get_proc_task(d_inode(dentry)); in proc_cwd_link() local 205 struct task_struct *task = get_proc_task(d_inode(dentry)); in proc_root_link() local 387 struct pid *pid, struct task_struct *task) in proc_pid_wchan() 407 static int lock_trace(struct task_struct *task) in lock_trace() 419 static void unlock_trace(struct task_struct *task) in unlock_trace() 429 struct pid *pid, struct task_struct *task) in proc_pid_stack() 477 struct pid *pid, struct task_struct *task) in proc_pid_schedstat() 496 struct task_struct *task = get_proc_task(inode); in lstats_show_proc() local 530 struct task_struct *task = get_proc_task(file_inode(file)); in lstats_write() local [all …]
|
| H A D | fd.c | 26 struct task_struct *task; in seq_show() local 77 struct task_struct *task = get_proc_task(inode); in proc_fdinfo_access_allowed() local 108 static bool tid_fd_mode(struct task_struct *task, unsigned fd, fmode_t *mode) in tid_fd_mode() 125 static void tid_fd_update_inode(struct task_struct *task, struct inode *inode, in tid_fd_update_inode() 143 struct task_struct *task; in tid_fd_revalidate() local 174 struct task_struct *task; in proc_fd_link() local 207 struct task_struct *task, const void *ptr) in proc_fd_instantiate() 234 struct task_struct *task = get_proc_task(dir); in proc_lookupfd_common() local 346 struct task_struct *task, const void *ptr) in proc_fdinfo_instantiate()
|
| H A D | namespaces.c | 47 struct task_struct *task; in proc_ns_get_link() local 75 struct task_struct *task; in proc_ns_readlink() local 99 struct task_struct *task, const void *ptr) in proc_ns_instantiate() 120 struct task_struct *task = get_proc_task(file_inode(file)); in proc_ns_dir_readdir() local 154 struct task_struct *task = get_proc_task(dir); in proc_ns_dir_lookup() local
|
| /OK3568_Linux_fs/kernel/drivers/connector/ |
| H A D | cn_proc.c | 69 void proc_fork_connector(struct task_struct *task) in proc_fork_connector() 99 void proc_exec_connector(struct task_struct *task) in proc_exec_connector() 123 void proc_id_connector(struct task_struct *task, int which_id) in proc_id_connector() 161 void proc_sid_connector(struct task_struct *task) in proc_sid_connector() 185 void proc_ptrace_connector(struct task_struct *task, int ptrace_id) in proc_ptrace_connector() 217 void proc_comm_connector(struct task_struct *task) in proc_comm_connector() 242 void proc_coredump_connector(struct task_struct *task) in proc_coredump_connector() 275 void proc_exit_connector(struct task_struct *task) in proc_exit_connector()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cgroup.h | 289 #define cgroup_taskset_for_each(task, dst_css, tset) \ argument 456 #define task_css_set_check(task, __c) \ argument 462 #define task_css_set_check(task, __c) \ argument 475 #define task_css_check(task, subsys_id, __c) \ argument 484 static inline struct css_set *task_css_set(struct task_struct *task) in task_css_set() 496 static inline struct cgroup_subsys_state *task_css(struct task_struct *task, in task_css() 512 task_get_css(struct task_struct *task, int subsys_id) in task_get_css() 541 static inline bool task_css_is_root(struct task_struct *task, int subsys_id) in task_css_is_root() 547 static inline struct cgroup *task_cgroup(struct task_struct *task, in task_cgroup() 553 static inline struct cgroup *task_dfl_cgroup(struct task_struct *task) in task_dfl_cgroup() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_common.c | 105 struct mpp_task *task) in mpp_taskqueue_pop_pending() 121 struct mpp_task *task = NULL; in mpp_taskqueue_get_pending_task() local 145 int mpp_taskqueue_pending_to_run(struct mpp_taskqueue *queue, struct mpp_task *task) in mpp_taskqueue_pending_to_run() 163 struct mpp_task *task = NULL; in mpp_taskqueue_get_running_task() local 176 struct mpp_task *task) in mpp_taskqueue_pop_running() 324 struct mpp_task *task = NULL, *n; in mpp_session_clear_pending() local 483 struct mpp_task *task) in mpp_session_push_pending() 499 struct mpp_task *task) in mpp_session_pop_pending() 512 struct mpp_task *task = NULL; in mpp_session_get_pending_task() local 527 struct mpp_task *task = container_of(ref, struct mpp_task, ref); in mpp_free_task() local [all …]
|
| H A D | mpp_rkvdec2_link.c | 347 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_enqueue() local 397 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_finish() local 429 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_prepare() local 726 struct mpp_task *task = container_of(ref, struct mpp_task, ref); in rkvdec2_link_free_task() local 814 struct mpp_task *task = container_of(to_delayed_work(work_s), in rkvdec2_link_timeout_proc() local 867 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_iommu_fault_handle() local 927 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_link_try_dequeue() local 1018 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in mpp_task_queue() local 1095 struct mpp_task *task = NULL; in mpp_session_get_pending_task() local 1105 static int task_is_done(struct mpp_task *task) in task_is_done() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | libiscsi.c | 134 void iscsi_prep_data_out_pdu(struct iscsi_task *task, struct iscsi_r2t_info *r2t, in iscsi_prep_data_out_pdu() 164 static int iscsi_add_hdr(struct iscsi_task *task, unsigned len) in iscsi_add_hdr() 181 static int iscsi_prep_ecdb_ahs(struct iscsi_task *task) in iscsi_prep_ecdb_ahs() 231 static int iscsi_check_tmf_restrictions(struct iscsi_task *task, int opcode) in iscsi_check_tmf_restrictions() 302 static int iscsi_prep_scsi_cmd_pdu(struct iscsi_task *task) in iscsi_prep_scsi_cmd_pdu() 442 static void iscsi_free_task(struct iscsi_task *task) in iscsi_free_task() 475 void __iscsi_get_task(struct iscsi_task *task) in __iscsi_get_task() 481 void __iscsi_put_task(struct iscsi_task *task) in __iscsi_put_task() 488 void iscsi_put_task(struct iscsi_task *task) in iscsi_put_task() 506 static void iscsi_complete_task(struct iscsi_task *task, int state) in iscsi_complete_task() [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/asm/ |
| H A D | syscall.h | 32 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()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/ |
| H A D | aic94xx_task.c | 36 static int asd_map_scatterlist(struct sas_task *task, in asd_map_scatterlist() 119 struct sas_task *task = ascb->uldd_task; in asd_unmap_scatterlist() local 144 struct sas_task *task = ascb->uldd_task; in asd_get_response_tasklet() local 197 struct sas_task *task = ascb->uldd_task; in asd_task_tasklet_complete() local 346 static int asd_build_ata_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_ata_ascb() 414 static int asd_build_smp_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_smp_ascb() 453 struct sas_task *task = a->uldd_task; in asd_unbuild_smp_ascb() local 464 static int asd_build_ssp_ascb(struct asd_ascb *ascb, struct sas_task *task, in asd_build_ssp_ascb() 528 int asd_execute_task(struct sas_task *task, gfp_t gfp_flags) in asd_execute_task()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | switch_to.h | 23 static inline void fstate_off(struct task_struct *task, in fstate_off() 29 static inline void fstate_save(struct task_struct *task, in fstate_save() 38 static inline void fstate_restore(struct task_struct *task, in fstate_restore() 61 #define fstate_save(task, regs) do { } while (0) argument 62 #define fstate_restore(task, regs) do { } while (0) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_ipp.c | 259 struct exynos_drm_ipp_task *task; in exynos_drm_ipp_task_alloc() local 312 static int exynos_drm_ipp_task_set(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_task_set() 394 struct exynos_drm_ipp_task *task) in exynos_drm_ipp_task_free() 547 static int exynos_drm_ipp_check_format(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_check_format() 601 static int exynos_drm_ipp_task_check(struct exynos_drm_ipp_task *task) in exynos_drm_ipp_task_check() 663 static int exynos_drm_ipp_task_setup_buffers(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_task_setup_buffers() 694 static int exynos_drm_ipp_event_create(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_event_create() 720 static void exynos_drm_ipp_event_send(struct exynos_drm_ipp_task *task) in exynos_drm_ipp_event_send() 732 static int exynos_drm_ipp_task_cleanup(struct exynos_drm_ipp_task *task) in exynos_drm_ipp_task_cleanup() 748 struct exynos_drm_ipp_task *task = container_of(work, in exynos_drm_ipp_cleanup_work() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/microblaze/include/asm/ |
| H A D | processor.h | 113 # define task_tos(task) ((unsigned long)(task) + KERNEL_STACK_SIZE) argument 114 # define task_regs(task) ((struct pt_regs *)task_tos(task) - 1) argument 119 # define task_sp(task) (task_regs(task)->r1) argument 120 # define task_pc(task) (task_regs(task)->pc) argument 122 # define KSTK_EIP(task) (task_pc(task)) argument 123 # define KSTK_ESP(task) (task_sp(task)) argument
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | uvesafb.c | 75 struct uvesafb_ktask *task; in uvesafb_cn_callback() local 144 static int uvesafb_exec(struct uvesafb_ktask *task) in uvesafb_exec() 235 static void uvesafb_free(struct uvesafb_ktask *task) in uvesafb_free() 246 static void uvesafb_reset(struct uvesafb_ktask *task) in uvesafb_reset() 259 struct uvesafb_ktask *task; in uvesafb_prep() local 354 struct uvesafb_ktask *task; in uvesafb_vbe_state_save() local 392 struct uvesafb_ktask *task; in uvesafb_vbe_state_restore() local 417 static int uvesafb_vbe_getinfo(struct uvesafb_ktask *task, in uvesafb_vbe_getinfo() 475 static int uvesafb_vbe_getmodes(struct uvesafb_ktask *task, in uvesafb_vbe_getmodes() 554 static int uvesafb_vbe_getpmi(struct uvesafb_ktask *task, in uvesafb_vbe_getpmi() [all …]
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | auth.c | 610 rpcauth_bind_root_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_root_cred() 624 rpcauth_bind_machine_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_machine_cred() 638 rpcauth_bind_new_cred(struct rpc_task *task, int lookupflags) in rpcauth_bind_new_cred() 646 rpcauth_bindcred(struct rpc_task *task, const struct cred *cred, int flags) in rpcauth_bindcred() 723 int rpcauth_marshcred(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_marshcred() 738 int rpcauth_wrap_req_encode(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_wrap_req_encode() 756 int rpcauth_wrap_req(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_wrap_req() 773 rpcauth_checkverf(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_checkverf() 788 rpcauth_unwrap_resp_decode(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_unwrap_resp_decode() 804 rpcauth_unwrap_resp(struct rpc_task *task, struct xdr_stream *xdr) in rpcauth_unwrap_resp() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/isci/ |
| H A D | request.c | 116 struct sas_task *task = isci_request_access_task(ireq); in sci_request_build_sgl() local 174 struct sas_task *task = isci_request_access_task(ireq); in sci_io_request_build_ssp_command_iu() local 194 struct sas_task *task = isci_request_access_task(ireq); in sci_task_request_build_ssp_task_iu() local 644 struct sas_task *task; in sci_atapi_construct() local 672 struct sas_task *task = isci_request_access_task(ireq); in sci_io_request_construct_sata() local 731 struct sas_task *task = isci_request_access_task(ireq); in sci_io_request_construct_basic_ssp() local 764 struct sas_task *task = isci_request_access_task(ireq); in sci_io_request_construct_basic_sata() local 1414 struct sas_task *task; in sci_stp_request_pio_data_in_copy_data_buffer() local 1622 struct sas_task *task = isci_request_access_task(ireq); in atapi_d2h_reg_frame_handler() local 1669 struct sas_task *task = isci_request_access_task(ireq); in scu_atapi_construct_task_context() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 670 nfs4_ff_layout_stat_io_end_read(struct rpc_task *task, in nfs4_ff_layout_stat_io_end_read() 701 nfs4_ff_layout_stat_io_end_write(struct rpc_task *task, in nfs4_ff_layout_stat_io_end_write() 1020 struct rpc_task *task = &hdr->task; in ff_layout_reset_write() local 1068 struct rpc_task *task = &hdr->task; in ff_layout_reset_read() local 1090 static int ff_layout_async_handle_error_v4(struct rpc_task *task, in ff_layout_async_handle_error_v4() 1166 static int ff_layout_async_handle_error_v3(struct rpc_task *task, in ff_layout_async_handle_error_v3() 1199 static int ff_layout_async_handle_error(struct rpc_task *task, in ff_layout_async_handle_error() 1289 static int ff_layout_read_done_cb(struct rpc_task *task, in ff_layout_read_done_cb() 1354 static void ff_layout_read_record_layoutstats_start(struct rpc_task *task, in ff_layout_read_record_layoutstats_start() 1365 static void ff_layout_read_record_layoutstats_done(struct rpc_task *task, in ff_layout_read_record_layoutstats_done() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/ |
| H A D | lima_sched.c | 111 int lima_sched_task_init(struct lima_sched_task *task, in lima_sched_task_init() 139 void lima_sched_task_fini(struct lima_sched_task *task) in lima_sched_task_fini() 178 struct lima_sched_task *task) in lima_sched_context_queue_task() 190 struct lima_sched_task *task = to_lima_task(job); in lima_sched_dependency() local 222 struct lima_sched_task *task = to_lima_task(job); in lima_sched_run_job() local 288 static void lima_sched_build_error_task_list(struct lima_sched_task *task) in lima_sched_build_error_task_list() 419 struct lima_sched_task *task = to_lima_task(job); in lima_sched_timedout_job() local 454 struct lima_sched_task *task = to_lima_task(job); in lima_sched_free_job() local 518 struct lima_sched_task *task = pipe->current_task; in lima_sched_pipe_task_done() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedi/ |
| H A D | qedi_fw.c | 32 struct iscsi_task *task, in qedi_process_logout_resp() 83 struct iscsi_task *task, in qedi_process_text_resp() 177 struct iscsi_task *task, in qedi_process_tmf_resp() 248 struct iscsi_task *task, in qedi_process_login_resp() 399 struct iscsi_task *task, in qedi_process_nopin_mesg() 470 struct iscsi_task *task, in qedi_process_async_mesg() 524 struct iscsi_task *task, in qedi_process_reject_mesg() 566 struct iscsi_task *task, in qedi_scsi_completion() 671 struct iscsi_task *task, in qedi_mtask_completion() 707 struct iscsi_task *task, in qedi_process_nopin_local_cmpl() [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | perfmon_default_smpl.c | 42 default_validate(struct task_struct *task, unsigned int flags, int cpu, void *data) in default_validate() 65 default_get_size(struct task_struct *task, unsigned int flags, int cpu, void *data, unsigned long *… in default_get_size() 78 default_init(struct task_struct *task, void *buf, unsigned int flags, int cpu, void *data) in default_init() 103 default_handler(struct task_struct *task, void *buf, pfm_ovfl_arg_t *arg, struct pt_regs *regs, uns… in default_handler() 231 default_restart(struct task_struct *task, pfm_ovfl_ctrl_t *ctrl, void *buf, struct pt_regs *regs) in default_restart() 247 default_exit(struct task_struct *task, void *buf, struct pt_regs *regs) in default_exit()
|