Home
last modified time | relevance | path

Searched defs:task (Results 151 – 175 of 854) sorted by relevance

12345678910>>...35

/OK3568_Linux_fs/kernel/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c159 static void cmdq_task_insert_into_thread(struct cmdq_task *task) in cmdq_task_insert_into_thread()
184 static void cmdq_task_exec_done(struct cmdq_task *task, enum cmdq_cb_status sta) in cmdq_task_exec_done()
197 static void cmdq_task_handle_error(struct cmdq_task *task) in cmdq_task_handle_error()
216 struct cmdq_task *task, *tmp, *curr_task = NULL; in cmdq_thread_irq_handler() local
335 struct cmdq_task *task; in cmdq_mbox_send_data() local
403 struct cmdq_task *task, *tmp; in cmdq_mbox_shutdown() local
441 struct cmdq_task *task, *tmp; in cmdq_mbox_flush() local
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_task_impl.cpp88 static inline void setup_mpp_task_name(MppTaskImpl *task) in setup_mpp_task_name()
93 MPP_RET check_mpp_task_name(MppTask task) in check_mpp_task_name()
206 MPP_RET _mpp_port_move(const char *caller, MppPort port, MppTask task, in _mpp_port_move()
254 MPP_RET _mpp_port_dequeue(const char *caller, MppPort port, MppTask *task) in _mpp_port_dequeue()
314 MPP_RET _mpp_port_enqueue(const char *caller, MppPort port, MppTask task) in _mpp_port_enqueue()
562 MppMeta mpp_task_get_meta(MppTask task) in mpp_task_get_meta()
H A Dmpp_cluster.cpp102 MppNodeTask task; member
142 #define mpp_node_task_schedule(task) \ argument
145 #define mpp_node_task_schedule_from(caller, task) \ argument
207 MPP_RET mpp_node_task_attach(MppNodeTask *task, MppNodeImpl *node, in mpp_node_task_attach()
224 MPP_RET mpp_node_task_schedule_f(const char *caller, MppNodeTask *task) in mpp_node_task_schedule_f()
290 MPP_RET mpp_node_task_detach(MppNodeTask *task) in mpp_node_task_detach()
411 MppNodeTask *task = NULL; in cluster_worker_get_task() local
469 MppNodeTask *task = list_first_entry(&p->list_task, MppNodeTask, list_sched); in cluster_worker_run_task() local
/OK3568_Linux_fs/kernel/mm/
H A Doom_kill.c312 static int oom_evaluate_task(struct task_struct *task, void *arg) in oom_evaluate_task()
424 struct task_struct *task; in dump_task() local
832 static inline bool __task_will_free_mem(struct task_struct *task) in __task_will_free_mem()
860 static bool task_will_free_mem(struct task_struct *task) in task_will_free_mem()
994 static int oom_kill_memcg_member(struct task_struct *task, void *message) in oom_kill_memcg_member()
1200 struct task_struct *task; in SYSCALL_DEFINE2() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/
H A Dlima_gp.c25 struct lima_sched_task *task = pipe->current_task; in lima_gp_irq_handler() local
104 struct lima_sched_task *task) in lima_gp_task_validate()
128 struct lima_sched_task *task) in lima_gp_task_run()
218 struct lima_sched_task *task = pipe->current_task; in lima_gp_task_recover() local
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/
H A Dh265e_api.c214 static MPP_RET h265e_start(void *ctx, HalEncTask *task) in h265e_start()
239 static MPP_RET h265e_proc_dpb(void *ctx, HalEncTask *task) in h265e_proc_dpb()
256 static MPP_RET h265e_proc_hal(void *ctx, HalEncTask *task) in h265e_proc_hal()
279 static MPP_RET h265e_proc_enc_skip(void *ctx, HalEncTask *task) in h265e_proc_enc_skip()
/OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/
H A Dauth_gss.c374 gss_upcall_callback(struct rpc_task *task) in gss_upcall_callback()
577 gss_refresh_upcall(struct rpc_task *task) in gss_refresh_upcall()
1255 struct rpc_task *task; in gss_send_destroy_context() local
1500 static int gss_marshal(struct rpc_task *task, struct xdr_stream *xdr) in gss_marshal()
1574 static int gss_renew_cred(struct rpc_task *task) in gss_renew_cred()
1617 gss_refresh(struct rpc_task *task) in gss_refresh()
1641 gss_refresh_null(struct rpc_task *task) in gss_refresh_null()
1647 gss_validate(struct rpc_task *task, struct xdr_stream *xdr) in gss_validate()
1706 struct rpc_task *task, struct xdr_stream *xdr) in gss_wrap_req_integ()
1799 struct rpc_task *task, struct xdr_stream *xdr) in gss_wrap_req_priv()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/checklayer/cases/
H A Dbsp.py114 def visit(task): argument
129 def task_key(task): argument
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dauth_unix.c103 unx_marshal(struct rpc_task *task, struct xdr_stream *xdr) in unx_marshal()
158 unx_refresh(struct rpc_task *task) in unx_refresh()
165 unx_validate(struct rpc_task *task, struct xdr_stream *xdr) in unx_validate()
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dptrace.c39 long h8300_get_reg(struct task_struct *task, int regno) in h8300_get_reg()
54 int h8300_put_reg(struct task_struct *task, int regno, unsigned long data) in h8300_put_reg()
149 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddumpstack.c55 static bool in_task_stack(unsigned long sp, struct task_struct *task, in in_task_stack()
91 int get_stack_info(unsigned long sp, struct task_struct *task, in get_stack_info()
129 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dptrace.c51 void ptrace_disable(struct task_struct *task) in ptrace_disable()
67 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
72 void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
111 void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
638 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dtransport.c431 xprt_rdma_timer(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_timer()
481 xprt_rdma_connect(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_connect()
509 xprt_rdma_alloc_slot(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_alloc_slot()
567 xprt_rdma_allocate(struct rpc_task *task) in xprt_rdma_allocate()
602 xprt_rdma_free(struct rpc_task *task) in xprt_rdma_free()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_av1dec.c235 struct av1dec_task *task, int class) in req_over_class()
253 static int av1dec_alloc_reg_class(struct av1dec_task *task) in av1dec_alloc_reg_class()
280 static int av1dec_update_req(struct av1dec_task *task, int class, in av1dec_update_req()
305 static int av1dec_extract_task_msg(struct av1dec_task *task, in av1dec_extract_task_msg()
386 struct av1dec_task *task = NULL; in av1dec_alloc_task() local
486 static int av1dec_set_l2_cache(struct av1dec_dev *dec, struct av1dec_task *task) in av1dec_set_l2_cache()
562 static int av1dec_set_afbc(struct av1dec_dev *dec, struct av1dec_task *task) in av1dec_set_afbc()
654 struct av1dec_task *task = to_av1dec_task(mpp_task); in av1dec_run() local
727 struct av1dec_task *task = to_av1dec_task(mpp_task); in av1dec_isr() local
779 struct av1dec_task *task = to_av1dec_task(mpp_task); in av1dec_finish() local
[all …]
/OK3568_Linux_fs/kernel/kernel/locking/
H A Drtmutex.c305 rt_mutex_enqueue_pi(struct task_struct *task, struct rt_mutex_waiter *waiter) in rt_mutex_enqueue_pi()
328 rt_mutex_dequeue_pi(struct task_struct *task, struct rt_mutex_waiter *waiter) in rt_mutex_dequeue_pi()
448 static int rt_mutex_adjust_prio_chain(struct task_struct *task, in rt_mutex_adjust_prio_chain()
806 static int try_to_take_rt_mutex(struct rt_mutex *lock, struct task_struct *task, in try_to_take_rt_mutex()
929 struct task_struct *task, in task_blocks_on_rt_mutex()
1124 void rt_mutex_adjust_pi(struct task_struct *task) in rt_mutex_adjust_pi()
1757 struct task_struct *task) in __rt_mutex_start_proxy_lock()
1806 struct task_struct *task) in rt_mutex_start_proxy_lock()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/
H A Dhal_h263d_vdpu1.c183 HalDecTask *task = &syn->dec; in hal_vpu1_h263d_gen_regs() local
232 MPP_RET hal_vpu1_h263d_start(void *hal, HalTaskInfo *task) in hal_vpu1_h263d_start()
281 MPP_RET hal_vpu1_h263d_wait(void *hal, HalTaskInfo *task) in hal_vpu1_h263d_wait()
H A Dhal_h263d_vdpu2.c184 HalDecTask *task = &syn->dec; in hal_vpu2_h263d_gen_regs() local
233 MPP_RET hal_vpu2_h263d_start(void *hal, HalTaskInfo *task) in hal_vpu2_h263d_start()
282 MPP_RET hal_vpu2_h263d_wait(void *hal, HalTaskInfo *task) in hal_vpu2_h263d_wait()
/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_tmf.c214 static int asd_clear_nexus_tag(struct sas_task *task) in asd_clear_nexus_tag()
229 static int asd_clear_nexus_index(struct sas_task *task) in asd_clear_nexus_index()
324 static int asd_clear_nexus(struct sas_task *task) in asd_clear_nexus()
386 int asd_abort_task(struct sas_task *task) in asd_abort_task()
684 int asd_query_task(struct sas_task *task) in asd_query_task()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcooker.py650 def buildTaskData(self, pkgs_to_build, task, halt, allowincomplete=False): argument
765 def prepareTreeData(self, pkgs_to_build, task): argument
778 def generateTaskDepTreeData(self, pkgs_to_build, task): argument
887 def generatePkgDepTreeData(self, pkgs_to_build, task): argument
965 def generateDepTreeEvent(self, pkgs_to_build, task): argument
973 def generateDotGraphFiles(self, pkgs_to_build, task): argument
1390 def buildFile(self, buildfile, task): argument
1402 def buildFileInternal(self, buildfile, task, fireevents=True, quietlog=False): argument
1515 def buildTargets(self, targets, task): argument
1698 def checkPackages(self, pkgs_to_build, task=None): argument
/OK3568_Linux_fs/kernel/block/
H A Dblk-ioc.c199 void exit_io_context(struct task_struct *task) in exit_io_context()
250 int create_task_io_context(struct task_struct *task, gfp_t gfp_flags, int node) in create_task_io_context()
303 struct io_context *get_task_io_context(struct task_struct *task, in get_task_io_context()
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dthread_info.h18 struct task_struct *task; /* main task structure */ member
90 #define SET_UNALIGN_CTL(task,value) ({ \ argument
101 #define GET_UNALIGN_CTL(task,value) ({ \ argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dtracehook.h158 static inline void set_notify_resume(struct task_struct *task) in set_notify_resume()
217 static inline void set_notify_signal(struct task_struct *task) in set_notify_signal()
H A Dlatencytop.h33 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
47 account_scheduler_latency(struct task_struct *task, int usecs, int inter) in account_scheduler_latency()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs/
H A Davsd_parse.c355 static AvsdFrame_t *get_one_save(AvsdCtx_t *p_dec, HalDecTask *task) in get_one_save()
441 MPP_RET avsd_set_dpb(AvsdCtx_t *p_dec, HalDecTask *task) in avsd_set_dpb()
546 MPP_RET avsd_commit_syntaxs(AvsdSyntax_t *syn, HalDecTask *task) in avsd_commit_syntaxs()
736 MPP_RET avsd_parse_stream(AvsdCtx_t *p_dec, HalDecTask *task) in avsd_parse_stream()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dptrace.c164 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg()
181 static int set_segment_reg(struct task_struct *task, in set_segment_reg()
230 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg()
271 static int set_segment_reg(struct task_struct *task, in set_segment_reg()
323 static unsigned long get_flags(struct task_struct *task) in get_flags()
336 static int set_flags(struct task_struct *task, unsigned long value) in set_flags()
388 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg()
1312 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()

12345678910>>...35