Home
last modified time | relevance | path

Searched defs:task (Results 301 – 325 of 854) sorted by relevance

1...<<11121314151617181920>>...35

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_skmsg_load_helpers.c30 struct task_struct *task = (struct task_struct *)bpf_get_current_task(); in prog_msg_verdict() local
H A Dtest_core_retro.c28 struct task_struct *task = (void *)bpf_get_current_task(); in handle_sys_enter() local
/OK3568_Linux_fs/kernel/kernel/
H A Dseccomp.c63 struct task_struct *task; member
237 struct task_struct *task = current; in populate_seccomp_data() local
432 void __weak arch_seccomp_spec_mitigate(struct task_struct *task) { } in arch_seccomp_spec_mitigate()
434 static inline void seccomp_assign_mode(struct task_struct *task, in seccomp_assign_mode()
1980 static struct seccomp_filter *get_nth_filter(struct task_struct *task, in get_nth_filter()
2026 long seccomp_get_filter(struct task_struct *task, unsigned long filter_off, in seccomp_get_filter()
2064 long seccomp_get_metadata(struct task_struct *task, in seccomp_get_metadata()
H A Dfork.c1235 struct file *get_task_exe_file(struct task_struct *task) in get_task_exe_file()
1260 struct mm_struct *get_task_mm(struct task_struct *task) in get_task_mm()
1277 struct mm_struct *mm_access(struct task_struct *task, unsigned int mode) in mm_access()
1707 static inline void init_task_pid_links(struct task_struct *task) in init_task_pid_links()
1717 init_task_pid(struct task_struct *task, enum pid_type type, struct pid *pid) in init_task_pid()
2467 struct task_struct *task; in fork_idle() local
3131 struct task_struct *task = current; in unshare_files() local
/OK3568_Linux_fs/kernel/arch/arm/common/
H A DbL_switcher.c260 struct task_struct *task; member
308 struct task_struct *task; in bL_switcher_thread_create() local
606 struct task_struct *task; in bL_switcher_disable() local
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/
H A Davs2d_dpb.c466 static Avs2dFrame_t *dpb_alloc_frame(Avs2dCtx_t *p_dec, HalDecTask *task) in dpb_alloc_frame()
671 static MPP_RET dpb_set_frame_refs(Avs2dCtx_t *p_dec, Avs2dFrameMgr_t *mgr, HalDecTask *task) in dpb_set_frame_refs()
753 MPP_RET avs2d_dpb_insert(Avs2dCtx_t *p_dec, HalDecTask *task) in avs2d_dpb_insert()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dtraps.c34 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dperf_regs.c47 u64 perf_reg_abi(struct task_struct *task) in perf_reg_abi()
H A Druntime_instr.c33 struct task_struct *task = current; in disable_runtime_instr() local
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dsysrq.c30 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu382.c537 static MPP_RET set_registers(H264dHalCtx_t *p_hal, Vdpu382H264dRegSet *regs, HalTaskInfo *task) in set_registers()
967 MPP_RET vdpu382_h264d_gen_regs(void *hal, HalTaskInfo *task) in vdpu382_h264d_gen_regs()
1078 MPP_RET vdpu382_h264d_start(void *hal, HalTaskInfo *task) in vdpu382_h264d_start()
1192 RK_U32 vdpu382_h264_get_ref_used(void *hal, HalTaskInfo *task) in vdpu382_h264_get_ref_used()
1243 MPP_RET vdpu382_h264d_wait(void *hal, HalTaskInfo *task) in vdpu382_h264d_wait()
H A Dhal_h264d_vdpu2.c894 MPP_RET vdpu2_h264d_gen_regs(void *hal, HalTaskInfo *task) in vdpu2_h264d_gen_regs()
946 MPP_RET vdpu2_h264d_start(void *hal, HalTaskInfo *task) in vdpu2_h264d_start()
1039 MPP_RET vdpu2_h264d_wait(void *hal, HalTaskInfo *task) in vdpu2_h264d_wait()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc_model_v2.c1281 MPP_RET rc_model_v2_start(void *ctx, EncRcTask *task) in rc_model_v2_start()
1408 MPP_RET rc_model_v2_hal_start(void *ctx, EncRcTask *task) in rc_model_v2_hal_start()
1540 MPP_RET rc_model_v2_hal_end(void *ctx, EncRcTask *task) in rc_model_v2_hal_end()
1556 MPP_RET rc_model_v2_check_reenc(void *ctx, EncRcTask *task) in rc_model_v2_check_reenc()
1615 MPP_RET rc_model_v2_end(void *ctx, EncRcTask *task) in rc_model_v2_end()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4callback.c964 static void nfsd4_cb_probe_done(struct rpc_task *task, void *calldata) in nfsd4_cb_probe_done()
1024 static bool nfsd41_cb_get_slot(struct nfsd4_callback *cb, struct rpc_task *task) in nfsd41_cb_get_slot()
1067 static void nfsd4_cb_prepare(struct rpc_task *task, void *calldata) in nfsd4_cb_prepare()
1084 static bool nfsd4_cb_sequence_done(struct rpc_task *task, struct nfsd4_callback *cb) in nfsd4_cb_sequence_done()
1168 static void nfsd4_cb_done(struct rpc_task *task, void *calldata) in nfsd4_cb_done()
/OK3568_Linux_fs/external/mpp/mpp/hal/
H A Dhal_task.cpp94 HalTaskImpl *task = &p->tasks[i]; in hal_task_group_init() local
137 HalTaskImpl *task = list_entry(list->next, HalTaskImpl, list); in hal_task_get_hnd() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dunwind_guess.c52 void __unwind_start(struct unwind_state *state, struct task_struct *task, in __unwind_start()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace-tm.c32 static unsigned long get_user_ckpt_msr(struct task_struct *task) in get_user_ckpt_msr()
37 static int set_user_ckpt_msr(struct task_struct *task, unsigned long msr) in set_user_ckpt_msr()
44 static int set_user_ckpt_trap(struct task_struct *task, unsigned long trap) in set_user_ckpt_trap()
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_init.c29 struct sas_task *task = kmem_cache_zalloc(sas_task_cache, flags); in sas_alloc_task() local
42 struct sas_task *task = sas_alloc_task(flags); in sas_alloc_slow_task() local
61 void sas_free_task(struct sas_task *task) in sas_free_task()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dstats.c149 void rpc_count_iostats_metrics(const struct rpc_task *task, in rpc_count_iostats_metrics()
195 void rpc_count_iostats(const struct rpc_task *task, struct rpc_iostats *stats) in rpc_count_iostats()
/OK3568_Linux_fs/external/mpp/mpp/base/inc/
H A Dmpp_dec_cb_param.h32 void *task; member
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dstacktrace.h19 static inline unsigned long unwind_stack(struct task_struct *task, in unwind_stack()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu580.c1554 Vepu541Fmt input_fmt, HalEncTask *task) in vepu580_h265_set_patch_info()
1809 …MPP_RET vepu580_h265_set_rc_regs(H265eV580HalContext *ctx, H265eV580RegSet *regs, HalEncTask *task) in vepu580_h265_set_rc_regs()
1896 MppEncPrepCfg *prep_cfg, HalEncTask *task) in vepu580_h265_set_pp_regs()
2300 …id vepu580_h265_set_hw_address(H265eV580HalContext *ctx, hevc_vepu580_base *regs, HalEncTask *task) in vepu580_h265_set_hw_address()
2514 MPP_RET hal_h265e_v580_gen_regs(void *hal, HalEncTask *task) in hal_h265e_v580_gen_regs()
3007 MPP_RET hal_h265e_v580_wait(void *hal, HalEncTask *task) in hal_h265e_v580_wait()
3131 MPP_RET hal_h265e_v580_get_task(void *hal, HalEncTask *task) in hal_h265e_v580_get_task()
3170 MPP_RET hal_h265e_v580_ret_task(void *hal, HalEncTask *task) in hal_h265e_v580_ret_task()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu580.c543 static MPP_RET hal_h264e_vepu580_get_task(void *hal, HalEncTask *task) in hal_h264e_vepu580_get_task()
684 HalEncTask *task) in setup_vepu580_prep()
1412 HalEncTask *task) in setup_vepu580_io_buf()
2187 static MPP_RET hal_h264e_vepu580_gen_regs(void *hal, HalEncTask *task) in hal_h264e_vepu580_gen_regs()
2266 static MPP_RET hal_h264e_vepu580_start(void *hal, HalEncTask *task) in hal_h264e_vepu580_start()
2439 static MPP_RET hal_h264e_vepu580_wait(void *hal, HalEncTask *task) in hal_h264e_vepu580_wait()
2527 static MPP_RET hal_h264e_vepu580_ret_task(void * hal, HalEncTask * task) in hal_h264e_vepu580_ret_task()
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Das-layout.h42 void *task; member
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dsyscalls_64.c16 long arch_prctl(struct task_struct *task, int option, in arch_prctl()

1...<<11121314151617181920>>...35