Home
last modified time | relevance | path

Searched defs:queue (Results 201 - 225 of 1587) sorted by relevance

12345678910>>...64

/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dscan.c357 struct cw1200_queue *queue = &priv->tx_queue[queue_id]; in cw1200_probe_work() local
H A Dqueue.h33 struct list_head queue; member
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_scheduler_types.h154 struct rb_root_cached queue; member
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_submitqueue.c71 struct msm_gpu_submitqueue *queue = container_of(kref, in msm_submitqueue_destroy() local
162 struct msm_gpu_submitqueue *queue; in msm_submitqueue_create() local
237 msm_submitqueue_query_faults(struct msm_gpu_submitqueue *queue, struct drm_msm_submitqueue_query *args) msm_submitqueue_query_faults() argument
260 struct msm_gpu_submitqueue *queue; msm_submitqueue_query() local
[all...]
/kernel/linux/linux-6.6/drivers/iio/buffer/
H A Dindustrialio-buffer-dmaengine.c33 struct iio_dma_buffer_queue queue; member
61 static int iio_dmaengine_buffer_submit_block(struct iio_dma_buffer_queue *queue, in iio_dmaengine_buffer_submit_block() argument
95 static void iio_dmaengine_buffer_abort(struct iio_dma_buffer_queue *queue) in iio_dmaengine_buffer_abort() argument
[all...]
/kernel/linux/linux-6.6/drivers/iommu/
H A Dio-pgfault.c38 struct iopf_queue *queue; member
261 iopf_queue_discard_partial(struct iopf_queue *queue) iopf_queue_discard_partial() argument
289 iopf_queue_add_device(struct iopf_queue *queue, struct device *dev) iopf_queue_add_device() argument
332 iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev) iopf_queue_remove_device() argument
373 struct iopf_queue *queue; iopf_queue_alloc() local
405 iopf_queue_free(struct iopf_queue *queue) iopf_queue_free() argument
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_queue.c33 u32 queue = priv->queuenum; in nft_queue_eval() local
60 u32 queue, ret; in nft_queue_sreg_eval() local
[all...]
/kernel/linux/linux-6.6/net/xdp/
H A Dxsk_diag.c26 static int xsk_diag_put_ring(const struct xsk_queue *queue, int nl_type, in xsk_diag_put_ring() argument
/kernel/liteos_m/testsuites/unittest/posix/src/mqueue/
H A Dmqueue_func_test.c145 mqd_t queue, queueOther; variable
173 mqd_t queue; variable
215 mq_close(queue); global() variable
242 mqd_t queue; global() variable
254 mq_close(queue); global() variable
270 mqd_t queue; global() variable
278 mq_close(queue); global() variable
293 mqd_t queue[MAX_MQ_NUMBER + 1]; global() variable
320 mq_close(queue[i]); global() variable
333 mqd_t queue; global() variable
344 mq_close(queue); global() variable
370 mqd_t queue; global() variable
403 mqd_t queue; global() variable
460 mqd_t queue; global() variable
490 mqd_t queue; global() variable
[all...]
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dqueue.c59 int queue_initialise (Queue_t *queue) in queue_initialise() argument
91 queue_free(Queue_t *queue) queue_free() argument
107 __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) __queue_add() argument
138 __queue_remove(Queue_t *queue, struct list_head *ent) __queue_remove() argument
162 queue_remove_exclude(Queue_t *queue, unsigned long *exclude) queue_remove_exclude() argument
188 queue_remove(Queue_t *queue) queue_remove() argument
210 queue_remove_tgtluntag(Queue_t *queue, int target, int lun, int tag) queue_remove_tgtluntag() argument
238 queue_remove_all_target(Queue_t *queue, int target) queue_remove_all_target() argument
261 queue_probetgtlun(Queue_t *queue, int target, int lun) queue_probetgtlun() argument
287 queue_remove_cmd(Queue_t *queue, struct scsi_cmnd *SCpnt) queue_remove_cmd() argument
[all...]
/kernel/linux/linux-6.6/sound/virtio/
H A Dvirtio_pcm_ops.c324 struct virtio_snd_queue *queue; in virtsnd_pcm_trigger() local
[all...]
H A Dvirtio_card.c82 struct virtio_snd_queue *queue = virtsnd_event_queue(snd); in virtsnd_event_notify_cb() local
164 struct virtio_snd_queue *queue = virtsnd_event_queue(snd); in virtsnd_enable_event_vq() local
178 struct virtio_snd_queue *queue = virtsnd_event_queue(snd); virtsnd_disable_event_vq() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_hash_array.cpp266 JSHandle<JSTaggedValue> TaggedHashArray::GetCurrentNode(JSThread *thread, JSMutableHandle<TaggedQueue> &queue, in GetCurrentNode() argument
[all...]
H A Dtagged_queue.h48 static TaggedQueue *Push(const JSThread *thread, const JSHandle<TaggedQueue> &queue, in Push() argument
95 PushFixedQueue(const JSThread *thread, const JSHandle<TaggedQueue> &queue, const JSHandle<JSTaggedValue> &value) PushFixedQueue() argument
198 auto queue = TaggedQueue::Cast(*thread->GetEcmaVM()->GetFactory()->NewTaggedArray(length, initVal)); Create() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dinterop_context.cpp141 auto queue = EtsObject::FromCoreType(res.GetAs<ObjectHeader *>()); in InteropCtx() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/
H A Dtask_scheduler_test.cpp117 TaskQueueInterface *queue = tm->CreateAndRegisterTaskQueue<>(TaskType::GC, VMType::STATIC_VM, QUEUE_PRIORITY); in TEST_F() local
286 auto queue = tm->CreateAndRegisterTaskQueue<>(TaskType::GC, VMType::STATIC_VM, QUEUE_PRIORITY); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dupdate_remset_worker.cpp29 UpdateRemsetWorker(G1GC<LanguageConfig> *gc, GCG1BarrierSet::ThreadLocalCardQueues *queue, os::memory::Mutex *queueLock, size_t regionSize, bool updateConcurrent, size_t minConcurrentCardsToProcess, size_t hotCardsProcessingFrequency) UpdateRemsetWorker() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmock_queue_thread_pool.cpp184 auto queue = allocator->New<MockQueue>(allocator); in TestThreadPool() local
289 auto queue = allocator->New<MockQueue>(allocator, QUEUE_SIZE); in TestThreadPoolWithControllers() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread_pool.h95 explicit ThreadPool(mem::InternalAllocatorPtr allocator, TaskQueueInterface<Task> *queue, ProcArg args, in ThreadPool() argument
/arkcompiler/ets_frontend/es2panda/aot/
H A Dmain.cpp123 auto queue = new panda::es2panda::aot::EmitFileQueue(options, statp, programsInfo); in GenerateProgramsByWorkers() local
/arkcompiler/ets_frontend/es2panda/
H A Des2panda.cpp237 auto queue = new compiler::CompileFileQueue(options.fileThreadCount, &options, progsInfo, in CompileFiles() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_queue.cpp22 void JSAPIQueue::Add(JSThread *thread, const JSHandle<JSAPIQueue> &queue, const JSHandle<JSTaggedValue> &value) in Add() argument
66 JSTaggedValue JSAPIQueue::GetFirst(JSThread *thread, const JSHandle<JSAPIQueue> &queue) in GetFirst() argument
79 Pop(JSThread *thread, const JSHandle<JSAPIQueue> &queue) Pop() argument
273 GetArrayLength(JSThread *thread, const JSHandle<JSAPIQueue> &queue) GetArrayLength() argument
[all...]
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Dasync_call.h135 std::shared_ptr<TaskQueue> queue = nullptr; member
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp460 EventQueueBase queue; in HWTEST_F() local
/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_status_manager.cpp48 void Reset(const std::string &pkgName, WorkQueue *queue, StateReceiver deviceStatusReceiver) in Reset() argument
144 auto queue = DeviceStatusControlBlock::GetInstance().GetQueue(); in ProcessDeviceStatusReceiver() local
275 bool InitDeviceStatusManager(WorkQueue *queue, const char *pkgName, DeviceStatusReceiver deviceStatusReceiver) in InitDeviceStatusManager() argument
[all...]

Completed in 14 milliseconds

12345678910>>...64