Home
last modified time | relevance | path

Searched refs:submit (Results 451 - 475 of 504) sorted by relevance

1...<<1112131415161718192021

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp583 ffrt::submit([hwDecoder] { in ReleaseHwDecoder()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dcgroup_event_handler.cpp1142 cgroupEventQueue_->submit([task, this] { in PostTask()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp910 ffrt::submit([this, dhType]() { this->DoRecover(dhType); }); in Recover()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddrm.c183 /* We don't yet support other than one syncpt_incr struct per submit */ in tegra_drm_submit()
261 /* copy and resolve relocations from submit */ in tegra_drm_submit()
546 err = context->client->ops->submit(context, args, drm, file); in tegra_submit()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddrm.c189 /* We don't yet support other than one syncpt_incr struct per submit */ in tegra_drm_submit()
268 /* copy and resolve relocations from submit */ in tegra_drm_submit()
560 err = context->client->ops->submit(context, args, drm, file); in tegra_submit()
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dconcurrent.py81 future = executor.submit(func, *params)
/third_party/skia/src/gpu/
H A DGrDirectContext.cpp476 bool GrDirectContext::submit(bool syncCpu) { in submit() function in GrDirectContext
H A DSurfaceContext.cpp247 dContext->submit(); in readPixels()
/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp680 flushState->gpu()->submit(renderPass); in onExecute()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-integrity.c802 struct async_submit_ctl submit; in xor_journal() local
819 init_async_submit(&submit, ASYNC_TX_XOR_ZERO_DST, NULL, complete_journal_op, comp, NULL); in xor_journal()
844 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit); in xor_journal()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-integrity.c896 struct async_submit_ctl submit; in xor_journal() local
913 init_async_submit(&submit, ASYNC_TX_XOR_ZERO_DST, NULL, complete_journal_op, comp, NULL); in xor_journal()
939 async_xor(dst_page, src_pages, pl_offset, 2, this_step, &submit); in xor_journal()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp2443 ffrt::submit(forceFullGCFunc); in HandleSignal()
2522 ffrt::submit(taskFork, {}, {}, ffrt::task_attr().qos(ffrt::qos_user_initiated)); in HandleDumpHeap()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dmyrb.c1585 goto submit; in myrb_ldev_queuecommand()
1627 submit: in myrb_ldev_queuecommand()
H A Dmyrs.c1721 goto submit; in myrs_queuecommand()
1773 submit: in myrs_queuecommand()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmyrb.c1557 goto submit; in myrb_ldev_queuecommand()
1599 submit: in myrb_ldev_queuecommand()
H A Dmyrs.c1717 goto submit; in myrs_queuecommand()
1769 submit: in myrs_queuecommand()
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp861 ffrt::submit(task); in AddAsynMessageTask()
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_int.h350 * and how long did we block in that submit function
604 unsigned long submit_jif; /* last _drbd_md_sync_page_io() submit */
970 struct submit_worker submit; member
1576 * used to submit our private bio
H A Ddrbd_receiver.c1244 * We want to submit to all component volumes in parallel,
1683 * side than those of the sending peer, we may need to submit the in drbd_submit_peer_request()
2115 drbd_err(device, "submit failed, triggering re-connect\n"); in __releases()
2618 * drbd_peer_request_endio, if we successfully submit the data at the in receive_Data()
2739 drbd_err(device, "submit failed, triggering re-connect\n"); in receive_Data()
2912 goto submit; in receive_DataRequest()
2986 /* Throttle, drbd_rs_begin_io and submit should become asynchronous in receive_DataRequest()
3028 submit: in receive_DataRequest()
3036 drbd_err(device, "submit failed, triggering re-connect\n"); in receive_DataRequest()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_int.h277 * and how long did we block in that submit function
536 unsigned long submit_jif; /* last _drbd_md_sync_page_io() submit */
900 struct submit_worker submit; member
1513 * used to submit our private bio
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1546 .submit = nouveau_uvmm_bind_job_submit,
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c1151 emit->ctx->batch->submit, 18 * 4, FD_RINGBUFFER_STREAMING); in fd6_program_interp_state()
/third_party/python/Lib/asyncio/
H A Dbase_events.py829 executor.submit(func, *args), loop=self)
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp1728 void CommandBuffer::submit(CommandBuffer::ExecutionState &executionState) in submit() function in vk::CommandBuffer
1740 debuggerThread->enter(debuggerFile, "vkCommandBuffer::submit"); in submit()
/third_party/skia/tests/
H A DSurfaceTest.cpp969 ctx->submit(true); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()

Completed in 77 milliseconds

1...<<1112131415161718192021