| /kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/ |
| H A D | scan.c | 357 struct cw1200_queue *queue = &priv->tx_queue[queue_id]; in cw1200_probe_work() local
|
| H A D | queue.h | 33 struct list_head queue; member [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| H A D | i915_scheduler_types.h | 154 struct rb_root_cached queue; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
| H A D | msm_submitqueue.c | 71 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 D | industrialio-buffer-dmaengine.c | 33 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 D | io-pgfault.c | 38 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 D | nft_queue.c | 33 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 D | xsk_diag.c | 26 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 D | mqueue_func_test.c | 145 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 D | queue.c | 59 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 D | virtio_pcm_ops.c | 324 struct virtio_snd_queue *queue; in virtsnd_pcm_trigger() local [all...] |
| H A D | virtio_card.c | 82 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 D | tagged_hash_array.cpp | 266 JSHandle<JSTaggedValue> TaggedHashArray::GetCurrentNode(JSThread *thread, JSMutableHandle<TaggedQueue> &queue, in GetCurrentNode() argument [all...] |
| H A D | tagged_queue.h | 48 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 D | interop_context.cpp | 141 auto queue = EtsObject::FromCoreType(res.GetAs<ObjectHeader *>()); in InteropCtx() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/taskmanager/ |
| H A D | task_scheduler_test.cpp | 117 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 D | update_remset_worker.cpp | 29 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 D | mock_queue_thread_pool.cpp | 184 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 D | thread_pool.h | 95 explicit ThreadPool(mem::InternalAllocatorPtr allocator, TaskQueueInterface<Task> *queue, ProcArg args, in ThreadPool() argument
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| H A D | main.cpp | 123 auto queue = new panda::es2panda::aot::EmitFileQueue(options, statp, programsInfo); in GenerateProgramsByWorkers() local
|
| /arkcompiler/ets_frontend/es2panda/ |
| H A D | es2panda.cpp | 237 auto queue = new compiler::CompileFileQueue(options.fileThreadCount, &options, progsInfo, in CompileFiles() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_queue.cpp | 22 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 D | async_call.h | 135 std::shared_ptr<TaskQueue> queue = nullptr; member
|
| /base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
| H A D | lib_event_handler_event_test.cpp | 460 EventQueueBase queue; in HWTEST_F() local
|
| /base/security/device_security_level/baselib/msglib/src/standard/ |
| H A D | messenger_device_status_manager.cpp | 48 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...] |