Home
last modified time | relevance | path

Searched defs:task (Results 1576 - 1600 of 2495) sorted by relevance

1...<<61626364656667686970>>...100

/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_debugfs.c96 struct task_struct *task; in drm_clients_info() local
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c65 struct exynos_drm_ipp_task *task; member
107 struct exynos_drm_ipp_task *task = rot->task; in rotator_irq_handler() local
217 rotator_commit(struct exynos_drm_ipp *ipp, struct exynos_drm_ipp_task *task) rotator_commit() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_gpu.c333 struct task_struct *task; in get_comm_cmdline() local
820 msm_gpu_create_private_address_space(struct msm_gpu *gpu, struct task_struct *task) in msm_gpu_create_private_address_space() argument
[all...]
H A Dmsm_rd.c353 struct task_struct *task; in msm_rd_dump_submit() local
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_fence.c1046 struct task_struct *task; member
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-block-manager.c57 struct task_struct *task; member
75 static void __add_holder(struct block_lock *lock, struct task_struct *task) in __add_holder() argument
92 static void __del_holder(struct block_lock *lock, struct task_struct *task) in __del_holder() argument
61 __find_holder(struct block_lock *lock, struct task_struct *task) __find_holder() argument
138 struct task_struct *task; __wake_waiter() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/bpf_skel/
H A Dlock_contention.bpf.c174 static inline int update_task_data(struct task_struct *task) in update_task_data() argument
201 struct task_struct *task; in get_lock_owner() local
306 struct task_struct *task; in contention_begin() local
[all...]
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/
H A Dtransport.c424 xprt_rdma_timer(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_timer() argument
474 xprt_rdma_connect(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_connect() argument
501 xprt_rdma_alloc_slot(struct rpc_xprt *xprt, struct rpc_task *task) in xprt_rdma_alloc_slot() argument
559 xprt_rdma_allocate(struct rpc_task *task) xprt_rdma_allocate() argument
588 xprt_rdma_free(struct rpc_task *task) xprt_rdma_free() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dlock-contention.h126 int task; member
/kernel/linux/linux-6.6/security/tomoyo/
H A Dtomoyo.c514 static int tomoyo_task_alloc(struct task_struct *task, in tomoyo_task_alloc() argument
531 static void tomoyo_task_free(struct task_struct *task) in tomoyo_task_free() argument
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dpyperf.h247 struct task_struct* task = (struct task_struct*)bpf_get_current_task(); local
/kernel/liteos_a/kernel/base/include/
H A Dlos_task_pri.h247 LosTaskCB *task; /**< Current running task */ global() member
[all...]
/kernel/uniproton/src/core/kernel/include/
H A Dprt_task_external.h218 OS_SEC_ALW_INLINE INLINE void OsTskReadyAddBgd(struct TagTskCb *task) in OsTskReadyAddBgd() argument
/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_init.c29 struct sas_task *task = kmem_cache_zalloc(sas_task_cache, flags); in sas_alloc_task() local
41 struct sas_task *task = sas_alloc_task(flags); in sas_alloc_slow_task() local
59 sas_free_task(struct sas_task *task) sas_free_task() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_els.c19 struct fcoe_task_context *task; in qedf_initiate_els() local
/kernel/linux/linux-6.6/lib/
H A Dtest_rhashtable.c75 struct task_struct *task; member
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_syscalls.c67 trace_get_syscall_nr(struct task_struct *task, struct pt_regs *regs) in trace_get_syscall_nr() argument
76 trace_get_syscall_nr(struct task_struct *task, struct pt_regs *regs) in trace_get_syscall_nr() argument
H A Dfgraph.c306 ftrace_graph_get_ret_stack(struct task_struct *task, int idx) in ftrace_graph_get_ret_stack() argument
332 unsigned long ftrace_graph_ret_addr(struct task_struct *task, int *idx, in ftrace_graph_ret_addr() argument
351 ftrace_graph_ret_addr(struct task_struct *task, int *idx, unsigned long ret, unsigned long *retp) ftrace_graph_ret_addr() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dstop_machine.c52 void print_stop_info(const char *log_lvl, struct task_struct *task) in print_stop_info() argument
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py468 task = "task" variable in ConfigConst
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c93 write_task(struct per_session_data__sshd *pss, struct lws_ssh_channel *ch, int task) write_task() argument
103 write_task_insert(struct per_session_data__sshd *pss, struct lws_ssh_channel *ch, int task) write_task_insert() argument
/third_party/node/src/inspector/
H A Dmain_thread_interface.cc245 MessageQueue::value_type task; in DispatchMessages() local
/third_party/node/src/
H A Dinspector_js_api.cc256 void* task = GetAsyncTask(task_id); in AsyncTaskScheduledWrapper() local
/third_party/python/Lib/test/
H A Dlock_tests.py45 def task(): function
/third_party/python/Modules/clinic/
H A D_asynciomodule.c.h771 PyObject *task; _asyncio__register_task() local
805 PyObject *task; _asyncio__unregister_task() local
842 PyObject *task; _asyncio__enter_task() local
880 PyObject *task; _asyncio__leave_task() local
[all...]

Completed in 22 milliseconds

1...<<61626364656667686970>>...100