Home
last modified time | relevance | path

Searched defs:task (Results 51 – 75 of 854) sorted by relevance

12345678910>>...35

/OK3568_Linux_fs/kernel/kernel/
H A Dtask_work.c32 int task_work_add(struct task_struct *task, struct callback_head *work, in task_work_add()
73 task_work_cancel_match(struct task_struct *task, in task_work_cancel_match()
118 task_work_cancel(struct task_struct *task, task_work_func_t func) in task_work_cancel()
133 struct task_struct *task = current; in task_work_run() local
H A Dpid.c321 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr()
331 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid()
337 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid()
356 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid()
361 void change_pid(struct task_struct *task, enum pid_type type, in change_pid()
428 struct task_struct *task; in find_get_task_by_vpid() local
439 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid()
493 pid_t __task_pid_nr_ns(struct task_struct *task, enum pid_type type, in __task_pid_nr_ns()
627 static struct file *__pidfd_fget(struct task_struct *task, int fd) in __pidfd_fget()
648 struct task_struct *task; in pidfd_getfd() local
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dlegacy_freezer.c55 static inline struct freezer *task_freezer(struct task_struct *task) in task_freezer()
65 bool cgroup_freezing(struct task_struct *task) in cgroup_freezing()
160 struct task_struct *task; in freezer_attach() local
203 static void freezer_fork(struct task_struct *task) in freezer_fork()
249 struct task_struct *task; in update_if_frozen() local
321 struct task_struct *task; in freeze_cgroup() local
332 struct task_struct *task; in unfreeze_cgroup() local
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dunlink.c46 static void nfs_async_unlink_done(struct rpc_task *task, void *calldata) in nfs_async_unlink_done()
76 static void nfs_unlink_prepare(struct rpc_task *task, void *calldata) in nfs_unlink_prepare()
103 struct rpc_task *task; in nfs_do_call_unlink() local
258 static void nfs_async_rename_done(struct rpc_task *task, void *calldata) in nfs_async_rename_done()
310 static void nfs_rename_prepare(struct rpc_task *task, void *calldata) in nfs_rename_prepare()
391 nfs_complete_sillyrename(struct rpc_task *task, struct nfs_renamedata *data) in nfs_complete_sillyrename()
438 struct rpc_task *task; in nfs_sillyrename() local
/OK3568_Linux_fs/kernel/fs/nfs/filelayout/
H A Dfilelayout.c91 struct rpc_task *task = &hdr->task; in filelayout_reset_write() local
108 struct rpc_task *task = &hdr->task; in filelayout_reset_read() local
123 static int filelayout_async_handle_error(struct rpc_task *task, in filelayout_async_handle_error()
203 static int filelayout_read_done_cb(struct rpc_task *task, in filelayout_read_done_cb()
266 static void filelayout_read_prepare(struct rpc_task *task, void *data) in filelayout_read_prepare()
292 static void filelayout_read_call_done(struct rpc_task *task, void *data) in filelayout_read_call_done()
308 static void filelayout_read_count_stats(struct rpc_task *task, void *data) in filelayout_read_count_stats()
315 static int filelayout_write_done_cb(struct rpc_task *task, in filelayout_write_done_cb()
343 static int filelayout_commit_done_cb(struct rpc_task *task, in filelayout_commit_done_cb()
366 static void filelayout_write_prepare(struct rpc_task *task, void *data) in filelayout_write_prepare()
[all …]
/OK3568_Linux_fs/external/mpp/mpp/base/test/
H A Dmpp_task_test.c16 MppTask task = NULL; in task_input() local
44 MppTask task = NULL; in task_output() local
72 MppTask task = NULL; in task_in_and_out() local
107 MppTask task = NULL; in task_worker() local
141 MppTask task = NULL; in serial_task() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_flip_work.c39 struct drm_flip_task *task; in drm_flip_work_allocate_task() local
58 struct drm_flip_task *task) in drm_flip_work_queue_task()
78 struct drm_flip_task *task; in drm_flip_work_queue() local
121 struct drm_flip_task *task, *tmp; in flip_worker() local
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/
H A Dhal_avs2d_api.c38 static void explain_input_buffer(Avs2dHalCtx_t *p_hal, HalDecTask *task) in explain_input_buffer()
135 MPP_RET hal_avs2d_gen_regs(void *hal, HalTaskInfo *task) in hal_avs2d_gen_regs()
143 MPP_RET hal_avs2d_start(void *hal, HalTaskInfo *task) in hal_avs2d_start()
151 MPP_RET hal_avs2d_wait(void *hal, HalTaskInfo *task) in hal_avs2d_wait()
/OK3568_Linux_fs/kernel/include/linux/
H A Dptrace.h117 static inline struct task_struct *ptrace_parent(struct task_struct *task) in ptrace_parent()
133 static inline bool ptrace_event_enabled(struct task_struct *task, int event) in ptrace_event_enabled()
228 static inline void ptrace_release_task(struct task_struct *task) in ptrace_release_task()
288 static inline void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
302 static inline void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
331 static inline void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
/OK3568_Linux_fs/external/mpp/mpp/codec/rc/
H A Drc.cpp134 MPP_RET rc_frm_check_drop(RcCtx ctx, EncRcTask *task) in rc_frm_check_drop()
176 MPP_RET rc_frm_check_reenc(RcCtx ctx, EncRcTask *task) in rc_frm_check_reenc()
187 MPP_RET rc_frm_start(RcCtx ctx, EncRcTask *task) in rc_frm_start()
198 MPP_RET rc_frm_end(RcCtx ctx, EncRcTask *task) in rc_frm_end()
209 MPP_RET rc_hal_start(RcCtx ctx, EncRcTask *task) in rc_hal_start()
220 MPP_RET rc_hal_end(RcCtx ctx, EncRcTask *task) in rc_hal_end()
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dtask_stack.h19 static inline void *task_stack_page(const struct task_struct *task) in task_stack_page()
26 static inline unsigned long *end_of_stack(const struct task_struct *task) in end_of_stack()
37 #define task_stack_page(task) ((void *)(task)->stack) argument
82 #define task_stack_end_corrupted(task) \ argument
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtask_iter.c28 struct task_struct *task = NULL; in task_seq_get_next() local
56 struct task_struct *task; in task_seq_start() local
70 struct task_struct *task; in task_seq_next() local
87 DEFINE_BPF_ITER_FUNC(task, struct bpf_iter_meta *meta, struct task_struct *task) in DEFINE_BPF_ITER_FUNC() argument
132 struct task_struct *task; member
243 struct task_struct *task, u32 fd, in DEFINE_BPF_ITER_FUNC()
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dsyscall.h14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr()
20 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments()
32 syscall_get_arch(struct task_struct *task) in syscall_get_arch()
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec_normal.cpp42 static MPP_RET check_task_wait(MppDecImpl *dec, DecTask *task) in check_task_wait()
133 static RK_U32 reset_parser_thread(Mpp *mpp, DecTask *task) in reset_parser_thread()
239 static void mpp_dec_put_task(Mpp *mpp, DecTask *task) in mpp_dec_put_task()
259 HalTaskHnd task = NULL; in reset_hal_thread() local
282 static MPP_RET try_get_input_packet(Mpp *mpp, DecTask *task) in try_get_input_packet()
315 static MPP_RET try_proc_dec_task(Mpp *mpp, DecTask *task) in try_proc_dec_task()
679 DecTask task; in mpp_dec_parser_thread() local
761 HalTaskHnd task = NULL; in mpp_dec_hal_thread() local
897 DecTask task; /* decoder task */ in mpp_dec_advanced_thread() local
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dlibiscsi_tcp.c454 void iscsi_tcp_cleanup_task(struct iscsi_task *task) in iscsi_tcp_cleanup_task()
486 static int iscsi_tcp_data_in(struct iscsi_conn *conn, struct iscsi_task *task) in iscsi_tcp_data_in()
529 static int iscsi_tcp_r2t_rsp(struct iscsi_conn *conn, struct iscsi_task *task) in iscsi_tcp_r2t_rsp()
652 struct iscsi_task *task; in iscsi_tcp_hdr_dissect() local
961 int iscsi_tcp_task_init(struct iscsi_task *task) in iscsi_tcp_task_init()
993 static struct iscsi_r2t_info *iscsi_tcp_get_curr_r2t(struct iscsi_task *task) in iscsi_tcp_get_curr_r2t()
1037 int iscsi_tcp_task_xmit(struct iscsi_task *task) in iscsi_tcp_task_xmit()
1131 struct iscsi_task *task = session->cmds[cmd_i]; in iscsi_tcp_r2tpool_alloc() local
1161 struct iscsi_task *task = session->cmds[i]; in iscsi_tcp_r2tpool_alloc() local
1176 struct iscsi_task *task = session->cmds[i]; in iscsi_tcp_r2tpool_free() local
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c109 static unsigned long get_user_msr(struct task_struct *task) in get_user_msr()
114 static int set_user_msr(struct task_struct *task, unsigned long msr) in set_user_msr()
122 static int get_user_dscr(struct task_struct *task, unsigned long *data) in get_user_dscr()
128 static int set_user_dscr(struct task_struct *task, unsigned long dscr) in set_user_dscr()
135 static int get_user_dscr(struct task_struct *task, unsigned long *data) in get_user_dscr()
140 static int set_user_dscr(struct task_struct *task, unsigned long dscr) in set_user_dscr()
150 static int set_user_trap(struct task_struct *task, unsigned long trap) in set_user_trap()
159 int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) in ptrace_get_reg()
197 int ptrace_put_reg(struct task_struct *task, int regno, unsigned long data) in ptrace_put_reg()
854 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu1_v2.c105 static MPP_RET hal_jpege_vepu1_get_task(void *hal, HalEncTask *task) in hal_jpege_vepu1_get_task()
192 static MPP_RET hal_jpege_vepu1_gen_regs(void *hal, HalEncTask *task) in hal_jpege_vepu1_gen_regs()
402 static MPP_RET hal_jpege_vepu1_start(void *hal, HalEncTask *task) in hal_jpege_vepu1_start()
448 static MPP_RET hal_jpege_vepu1_wait(void *hal, HalEncTask *task) in hal_jpege_vepu1_wait()
486 static MPP_RET hal_jpege_vepu1_part_start(void *hal, HalEncTask *task) in hal_jpege_vepu1_part_start()
583 static MPP_RET hal_jpege_vepu1_part_wait(void *hal, HalEncTask *task) in hal_jpege_vepu1_part_wait()
621 static MPP_RET hal_jpege_vepu1_ret_task(void *hal, HalEncTask *task) in hal_jpege_vepu1_ret_task()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess_64.c248 static __always_inline void save_fsgs(struct task_struct *task) in save_fsgs()
363 unsigned long x86_fsgsbase_read_task(struct task_struct *task, in x86_fsgsbase_read_task()
436 unsigned long x86_fsbase_read_task(struct task_struct *task) in x86_fsbase_read_task()
451 unsigned long x86_gsbase_read_task(struct task_struct *task) in x86_gsbase_read_task()
466 void x86_fsbase_write_task(struct task_struct *task, unsigned long fsbase) in x86_fsbase_write_task()
473 void x86_gsbase_write_task(struct task_struct *task, unsigned long gsbase) in x86_gsbase_write_task()
720 long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2) in do_arch_prctl_64()
834 unsigned long KSTK_ESP(struct task_struct *task) in KSTK_ESP()
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_vepu1_v2.c347 static MPP_RET hal_vp8e_vepu1_gen_regs_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu1_gen_regs_v2()
372 static MPP_RET hal_vp8e_vepu1_start_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu1_start_v2()
445 static MPP_RET hal_vp8e_vepu1_wait_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu1_wait_v2()
480 static MPP_RET hal_vp8e_vepu1_get_task_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu1_get_task_v2()
510 static MPP_RET hal_vp8e_vepu1_ret_task_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu1_ret_task_v2()
H A Dhal_vp8e_vepu2_v2.c351 static MPP_RET hal_vp8e_vepu2_gen_regs_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu2_gen_regs_v2()
376 static MPP_RET hal_vp8e_vepu2_start_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu2_start_v2()
448 static MPP_RET hal_vp8e_vepu2_wait_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu2_wait_v2()
482 static MPP_RET hal_vp8e_vepu2_get_task_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu2_get_task_v2()
512 static MPP_RET hal_vp8e_vepu2_ret_task_v2(void *hal, HalEncTask *task) in hal_vp8e_vepu2_ret_task_v2()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtracex2_user.c30 struct task { struct
37 struct task t; argument
43 static void print_hist_for_pid(int fd, void *task) in print_hist_for_pid()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Duid_sys_stats.c80 static u64 compute_write_bytes(struct task_struct *task) in compute_write_bytes()
123 struct task_struct *task) in get_full_task_comm()
177 struct task_struct *task) in find_task_entry()
197 struct task_struct *task) in find_or_register_task()
243 struct task_struct *task, int slot) in add_uid_tasks_io_stats()
294 struct task_struct *task, int slot) {}; in add_uid_tasks_io_stats()
334 struct task_struct *task, *temp; in uid_cputime_show() local
451 struct task_struct *task, int slot) in add_uid_io_stats()
471 struct task_struct *task, *temp; in update_io_stats_all_locked() local
504 struct task_struct *task, *temp; in update_io_stats_uid_locked() local
[all …]
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dmmu_context.h17 struct task_struct *task) in enter_lazy_tlb()
22 static inline int init_new_context(struct task_struct *task, in init_new_context()
41 static inline void deactivate_mm(struct task_struct *task, in deactivate_mm()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/iser/
H A Discsi_iser.c161 iscsi_iser_pdu_alloc(struct iscsi_task *task, uint8_t opcode) in iscsi_iser_pdu_alloc()
183 iser_initialize_task_headers(struct iscsi_task *task, in iser_initialize_task_headers()
234 iscsi_iser_task_init(struct iscsi_task *task) in iscsi_iser_task_init()
269 iscsi_iser_mtask_xmit(struct iscsi_conn *conn, struct iscsi_task *task) in iscsi_iser_mtask_xmit()
288 struct iscsi_task *task) in iscsi_iser_task_xmit_unsol_data()
323 iscsi_iser_task_xmit(struct iscsi_task *task) in iscsi_iser_task_xmit()
367 static void iscsi_iser_cleanup_task(struct iscsi_task *task) in iscsi_iser_cleanup_task()
407 iscsi_iser_check_protection(struct iscsi_task *task, sector_t *sector) in iscsi_iser_check_protection()
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_scsi_host.c37 static void sas_end_task(struct scsi_cmnd *sc, struct sas_task *task) in sas_end_task()
101 static void sas_scsi_task_done(struct sas_task *task) in sas_scsi_task_done()
135 struct sas_task *task = sas_alloc_task(gfp_flags); in sas_create_task() local
167 struct sas_task *task; in sas_queuecommand() local
209 struct sas_task *task = TO_SAS_TASK(cmd); in sas_eh_finish_cmd() local
278 static enum task_disposition sas_scsi_find_task(struct sas_task *task) in sas_scsi_find_task()
463 struct sas_task *task = TO_SAS_TASK(cmd); in sas_eh_abort_handler() local
569 struct sas_task *task; in sas_eh_handle_sas_errors() local
585 struct sas_task *task = TO_SAS_TASK(cmd); in sas_eh_handle_sas_errors() local
892 void sas_task_abort(struct sas_task *task) in sas_task_abort()

12345678910>>...35