| /OK3568_Linux_fs/kernel/arch/csky/kernel/ |
| H A D | stacktrace.c | 16 void notrace walk_stackframe(struct task_struct *task, struct pt_regs *regs, in walk_stackframe() 61 static void notrace walk_stackframe(struct task_struct *task, in walk_stackframe() 98 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack() 114 unsigned long get_wchan(struct task_struct *task) in get_wchan()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_iep2.c | 84 #define to_iep_task(task) \ argument 240 struct iep_task *task, in iep2_process_reg_fd() 283 static int iep2_extract_task_msg(struct iep_task *task, in iep2_extract_task_msg() 323 struct iep_task *task = NULL; in iep2_alloc_task() local 354 static void iep2_config(struct mpp_dev *mpp, struct iep_task *task) in iep2_config() 502 static void iep2_osd_cfg(struct mpp_dev *mpp, struct iep_task *task) in iep2_osd_cfg() 520 static void iep2_mtn_tab_cfg(struct mpp_dev *mpp, struct iep_task *task) in iep2_mtn_tab_cfg() 537 static void iep2_tru_list_cfg(struct mpp_dev *mpp, struct iep_task *task) in iep2_tru_list_cfg() 566 static void iep2_comb_cfg(struct mpp_dev *mpp, struct iep_task *task) in iep2_comb_cfg() 586 struct iep_task *task = NULL; in iep2_run() local [all …]
|
| H A D | mpp_rkvdec2.c | 130 struct rkvdec2_task *task, in rkvdec2_extract_task_msg() 197 struct mpp_task *task) in mpp_set_rcbbuf() 235 struct rkvdec2_task *task, struct mpp_task_msgs *msgs) in rkvdec2_task_init() 294 struct rkvdec2_task *task; in rkvdec2_alloc_task() local 315 struct rkvdec2_task *task = NULL; in rkvdec2_rk3568_alloc_task() local 331 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_run() local 383 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_rk3568_run() local 416 struct rkvdec2_task *task = NULL; in rkvdec2_isr() local 481 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_finish() local 533 struct rkvdec2_task *task = to_rkvdec2_task(mpp_task); in rkvdec2_result() local [all …]
|
| H A D | mpp_vdpp.c | 35 #define to_vdpp_task(task) \ argument 134 struct vdpp_task *task, in vdpp_process_reg_fd() 149 static int vdpp_extract_task_msg(struct vdpp_task *task, in vdpp_extract_task_msg() 226 struct vdpp_task *task = NULL; in vdpp_alloc_task() local 310 struct vdpp_task *task = to_vdpp_task(mpp_task); in vdpp_run() local 361 struct vdpp_task *task = to_vdpp_task(mpp_task); in vdpp_finish() local 396 struct vdpp_task *task = to_vdpp_task(mpp_task); in vdpp_result() local 432 struct vdpp_task *task = to_vdpp_task(mpp_task); in vdpp_free_task() local 539 struct vdpp_task *task = to_vdpp_task(mpp_task); in vdpp_set_freq() local 577 struct vdpp_task *task = NULL; in vdpp_isr() local
|
| H A D | mpp_rkvenc2.c | 555 struct rkvenc_task *task, int class) in req_over_class() 570 static int rkvenc_free_class_msg(struct rkvenc_task *task) in rkvenc_free_class_msg() 584 static int rkvenc_alloc_class_msg(struct rkvenc_task *task, int class) in rkvenc_alloc_class_msg() 604 static int rkvenc_update_req(struct rkvenc_task *task, int class, in rkvenc_update_req() 624 static int rkvenc_get_class_msg(struct rkvenc_task *task, in rkvenc_get_class_msg() 651 static u32 *rkvenc_get_class_reg(struct rkvenc_task *task, u32 addr) in rkvenc_get_class_reg() 690 struct rkvenc_task *task, in rkvenc_extract_task_msg() 781 struct rkvenc_task *task) in rkvenc_task_get_format() 804 struct rkvenc_task *task) in rkvenc2_set_rcbbuf() 848 static void rkvenc2_setup_task_id(u32 session_id, struct rkvenc_task *task) in rkvenc2_setup_task_id() [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | ptrace.c | 108 get_reg_addr(struct task_struct * task, unsigned long regno) in get_reg_addr() 129 get_reg(struct task_struct * task, unsigned long regno) in get_reg() 146 put_reg(struct task_struct *task, unsigned long regno, unsigned long data) in put_reg() 159 read_int(struct task_struct *task, unsigned long addr, int * data) in read_int() 167 write_int(struct task_struct *task, unsigned long addr, int data) in write_int()
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | stacktrace.c | 24 void notrace walk_stackframe(struct task_struct *task, struct pt_regs *regs, in walk_stackframe() 68 void notrace walk_stackframe(struct task_struct *task, in walk_stackframe() 108 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack() 124 unsigned long get_wchan(struct task_struct *task) in get_wchan()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/ |
| H A D | ptrace-adv.c | 8 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()
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | sstatesig.py | 8 def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCaches): argument 27 def isSPDXTask(task): argument 108 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches = None): argument 148 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches = None): argument 225 def dump_sigtask(self, fn, task, stampbase, runtime): argument 428 def sstate_get_manifest_filename(task, d): argument 481 def OEOuthashBasic(path, sigfile, task, d): argument
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/iser/ |
| H A D | iser_initiator.c | 48 static int iser_prepare_read_cmd(struct iscsi_task *task) in iser_prepare_read_cmd() 99 iser_prepare_write_cmd(struct iscsi_task *task, in iser_prepare_write_cmd() 364 struct iscsi_task *task) in iser_send_command() 438 struct iscsi_task *task, in iser_send_data_out() 501 struct iscsi_task *task) in iser_send_control() 616 struct iscsi_task *task; in iser_check_remote_inv() local 715 struct iscsi_task *task; in iser_ctrl_comp() local
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_maps.c | 37 static void test_hashmap(unsigned int task, void *data) in test_hashmap() 127 static void test_hashmap_sizes(unsigned int task, void *data) in test_hashmap_sizes() 147 static void test_hashmap_percpu(unsigned int task, void *data) in test_hashmap_percpu() 274 static void test_hashmap_walk(unsigned int task, void *data) in test_hashmap_walk() 345 static void test_arraymap(unsigned int task, void *data) in test_arraymap() 400 static void test_arraymap_percpu(unsigned int task, void *data) in test_arraymap_percpu() 496 static void test_devmap(unsigned int task, void *data) in test_devmap() 511 static void test_devmap_hash(unsigned int task, void *data) in test_devmap_hash() 526 static void test_queuemap(unsigned int task, void *data) in test_queuemap() 584 static void test_stackmap(unsigned int task, void *data) in test_stackmap() [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h263d/ |
| H A D | hal_h263d_api.c | 39 static MPP_RET hal_h263d_gen_regs(void *hal, HalTaskInfo *task) in hal_h263d_gen_regs() 45 static MPP_RET hal_h263d_start(void *hal, HalTaskInfo *task) in hal_h263d_start() 51 static MPP_RET hal_h263d_wait(void *hal, HalTaskInfo *task) in hal_h263d_wait()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pid.h | 190 #define do_each_pid_task(pid, type, task) \ argument 200 #define while_each_pid_task(pid, type, task) \ argument 206 #define do_each_pid_thread(pid, type, task) \ argument 211 #define while_each_pid_thread(pid, type, task) \ argument
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | pids.c | 173 struct task_struct *task; in pids_can_attach() local 198 struct task_struct *task; in pids_cancel_attach() local 218 static int pids_can_fork(struct task_struct *task, struct css_set *cset) in pids_can_fork() 242 static void pids_cancel_fork(struct task_struct *task, struct css_set *cset) in pids_cancel_fork() 255 static void pids_release(struct task_struct *task) in pids_release()
|
| H A D | freezer.c | 155 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()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/ |
| H A D | enc_impl.cpp | 153 MPP_RET enc_impl_start(EncImpl impl, HalEncTask *task) in enc_impl_start() 168 MPP_RET enc_impl_proc_dpb(EncImpl impl, HalEncTask *task) in enc_impl_proc_dpb() 183 MPP_RET enc_impl_proc_hal(EncImpl impl, HalEncTask *task) in enc_impl_proc_hal() 218 MPP_RET enc_impl_sw_enc(EncImpl impl, HalEncTask *task) in enc_impl_sw_enc()
|
| /OK3568_Linux_fs/kernel/drivers/dma/bestcomm/ |
| H A D | bestcomm.c | 140 bcom_load_image(int task, u32 *task_image) in bcom_load_image() 205 bcom_set_initiator(int task, int initiator) in bcom_set_initiator() 279 int task; in bcom_engine_init() local 345 int task; in bcom_engine_cleanup() local
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4proc.c | 618 nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_exception() 654 nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server, in nfs4_async_handle_error() 732 static int nfs40_sequence_done(struct rpc_task *task, in nfs40_sequence_done() 802 struct rpc_task *task = _nfs41_proc_sequence(client, cred, slot, true); in nfs4_probe_sequence() local 807 static int nfs41_sequence_process(struct rpc_task *task, in nfs41_sequence_process() 944 int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res) in nfs41_sequence_done() 955 static int nfs4_sequence_process(struct rpc_task *task, struct nfs4_sequence_res *res) in nfs4_sequence_process() 974 int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res) in nfs4_sequence_done() 984 static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata) in nfs41_call_sync_prepare() 994 static void nfs41_call_sync_done(struct rpc_task *task, void *calldata) in nfs41_call_sync_done() [all …]
|
| H A D | nfs3proc.c | 48 nfs3_async_handle_jukebox(struct rpc_task *task, struct inode *inode) in nfs3_async_handle_jukebox() 444 static void nfs3_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data) in nfs3_proc_unlink_rpc_prepare() 450 nfs3_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs3_proc_unlink_done() 468 static void nfs3_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data) in nfs3_proc_rename_rpc_prepare() 474 nfs3_proc_rename_done(struct rpc_task *task, struct inode *old_dir, in nfs3_proc_rename_done() 823 static int nfs3_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_read_done() 849 static int nfs3_proc_pgio_rpc_prepare(struct rpc_task *task, in nfs3_proc_pgio_rpc_prepare() 856 static int nfs3_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) in nfs3_write_done() 877 static void nfs3_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_proc_commit_rpc_prepare() 882 static int nfs3_commit_done(struct rpc_task *task, struct nfs_commit_data *data) in nfs3_commit_done() [all …]
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | auth_null.c | 63 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()
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | ptrace.c | 31 static inline long get_reg(struct task_struct *task, int regno) in get_reg() 44 static inline int put_reg(struct task_struct *task, in put_reg() 86 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
|
| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | rtmutex-debug.c | 60 void rt_mutex_debug_task_free(struct task_struct *task) in rt_mutex_debug_task_free() 75 struct task_struct *task; in debug_rt_mutex_deadlock() local 89 struct task_struct *task; in debug_rt_mutex_print_deadlock() local
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mvsas/ |
| H A D | mv_sas.c | 12 static int mvs_find_tag(struct mvs_info *mvi, struct sas_task *task, u32 *tag) in mvs_find_tag() 302 struct sas_task *task = tei->task; in mvs_task_prep_smp() local 408 static u32 mvs_get_ncq_tag(struct sas_task *task, u32 *tag) in mvs_get_ncq_tag() 429 struct sas_task *task = tei->task; in mvs_task_prep_ata() local 556 struct sas_task *task = tei->task; in mvs_task_prep_ssp() local 693 static int mvs_task_prep(struct sas_task *task, struct mvs_info *mvi, int is_tmf, in mvs_task_prep() 838 static int mvs_task_exec(struct sas_task *task, gfp_t gfp_flags, in mvs_task_exec() 862 int mvs_queue_command(struct sas_task *task, gfp_t gfp_flags) in mvs_queue_command() 873 static void mvs_slot_task_free(struct mvs_info *mvi, struct sas_task *task, in mvs_slot_task_free() 1260 static void mvs_task_done(struct sas_task *task) in mvs_task_done() [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | watch.h | 21 #define __restore_watch(task) do { \ argument 29 #define __restore_watch(task) do {} while (0) argument
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8d/ |
| H A D | hal_vp8d_api.c | 27 static MPP_RET hal_vp8d_reg_gen (void *hal, HalTaskInfo *task) in hal_vp8d_reg_gen() 37 static MPP_RET hal_vp8d_start (void *hal, HalTaskInfo *task) in hal_vp8d_start() 47 static MPP_RET hal_vp8d_wait (void *hal, HalTaskInfo *task) in hal_vp8d_wait()
|