| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
| H A D | rng.c | 69 static int ath9k_rng_read(struct hwrng *rng, void *buf, size_t max, bool wait) in ath9k_rng_read() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/ |
| H A D | mdp_kms.c | 81 struct mdp_irq_wait *wait = in wait_irq() local 89 struct mdp_irq_wait wait = { in mdp_irq_wait() local
|
| /kernel/linux/linux-6.6/drivers/gpu/host1x/ |
| H A D | job.h | 33 struct host1x_job_wait wait; member
|
| /kernel/linux/linux-6.6/drivers/hyperhold/ |
| H A D | hp_iotab.h | 38 struct completion wait; member
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| H A D | swait.c | 84 void __prepare_to_swait(struct swait_queue_head *q, struct swait_queue *wait) in __prepare_to_swait() argument 91 void prepare_to_swait_exclusive(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_exclusive() argument 102 long prepare_to_swait_event(struct swait_queue_head *q, struct swait_queue *wait, int state) in prepare_to_swait_event() argument 125 __finish_swait(struct swait_queue_head *q, struct swait_queue *wait) __finish_swait() argument 132 finish_swait(struct swait_queue_head *q, struct swait_queue *wait) finish_swait() argument [all...] |
| /kernel/linux/linux-6.6/net/core/ |
| H A D | stream.c | 79 remove_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_connect() local 101 add_wait_queue(sk_sleep(sk), &wait); in sk_stream_wait_close() local 108 remove_wait_queue(sk_sleep(sk), &wait); sk_stream_wait_close() local 128 add_wait_queue(sk_sleep(sk), &wait); sk_stream_wait_memory() local 165 remove_wait_queue(sk_sleep(sk), &wait); sk_stream_wait_memory() local [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_renderer_util.c | 31 const struct vn_renderer_wait wait = { in vn_renderer_submit_simple_sync() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_query.c | 68 i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) i915_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_query.c | 70 lima_get_query_result(struct pipe_context *ctx, struct pipe_query *query, bool wait, union pipe_query_result *vresult) lima_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_query_acc.c | 112 etna_acc_get_query_result(struct etna_context *ctx, struct etna_query *q, bool wait, union pipe_query_result *result) etna_acc_get_query_result() argument
|
| H A D | etnaviv_query_sw.c | 76 etna_sw_get_query_result(struct etna_context *ctx, struct etna_query *q, bool wait, union pipe_query_result *result) etna_sw_get_query_result() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_query_sw.c | 99 nvc0_sw_get_query_result(struct nvc0_context *nvc0, struct nvc0_query *q, bool wait, union pipe_query_result *result) nvc0_sw_get_query_result() argument
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | popen_forkserver.py | 63 from multiprocessing.connection import wait namespace
|
| /third_party/skia/src/gpu/ |
| H A D | GrDeferredProxyUploader.h | 82 void wait() { in wait() function in GrDeferredProxyUploader
|
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkFence.hpp | 51 VkResult wait() in wait() function in vk::Fence 58 VkResult wait(const std::chrono::time_point<CLOCK, DURATION> &timeout) in wait() function in vk::Fence
|
| /third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/ |
| H A D | thread_group.hpp | 43 void wait() in wait() function in spirv_cross::ThreadGroup 81 void wait() in wait() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | conditionvariable.h | 122 void ConditionVariable::wait(marl::lock& lock, Predicate&& pred) { in wait() function in marl::ConditionVariable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | non_marl_bench.cpp | 33 void wait() { in wait() function in __anon25412::Event
|
| /base/hiviewdfx/hiview/plugins/eventlogger/include/ |
| H A D | event_logger.h | 43 unsigned long wait; member
|
| /base/location/frameworks/base_module/source/ |
| H A D | location_sa_load_manager.cpp | 73 auto wait = locatorCon_.wait_for(lock, std::chrono::milliseconds(LOCATION_LOADSA_TIMEOUT_MS), [this] { in WaitLoadStateChange() local
|
| /base/msdp/device_status/rust/modules/scheduler/test/src/ |
| H A D | lib.rs | 129 fn wait(&self, dur: Duration) -> bool in wait() functions
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/ |
| H A D | mali_kbase_timeline_io.c | 280 static unsigned int kbasep_timeline_io_poll(struct file *filp, poll_table *wait) in kbasep_timeline_io_poll() argument
|
| /foundation/multimedia/media_foundation/src/osal/task/ |
| H A D | task.cpp | 75 void Task::SubmitJobOnce(const std::function<void()>& job, int64_t delayUs, bool wait) in SubmitJobOnce() argument 80 void Task::SubmitJob(const std::function<void()>& job, int64_t delayUs, bool wait) in SubmitJob() argument
|
| /foundation/resourceschedule/ffrt/interfaces/kits/cpp/ |
| H A D | queue.h | 209 inline void wait(const task_handle& handle) in wait() function in ffrt::queue
|
| /foundation/resourceschedule/ffrt/src/sync/ |
| H A D | mutex.cpp | 216 void mutexPrivate::wait() in wait() function in ffrt::mutexPrivate
|