Home
last modified time | relevance | path

Searched defs:wait (Results 151 - 175 of 2246) sorted by relevance

12345678910>>...90

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Drng.c69 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 Dmdp_kms.c81 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 Djob.h33 struct host1x_job_wait wait; member
/kernel/linux/linux-6.6/drivers/hyperhold/
H A Dhp_iotab.h38 struct completion wait; member
/kernel/linux/linux-6.6/kernel/sched/
H A Dswait.c84 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 Dstream.c79 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 Dvn_renderer_util.c31 const struct vn_renderer_wait wait = { in vn_renderer_submit_simple_sync() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c68 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 Dlima_query.c70 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 Detnaviv_query_acc.c112 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 Detnaviv_query_sw.c76 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 Dnvc0_query_sw.c99 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 Dpopen_forkserver.py63 from multiprocessing.connection import wait namespace
/third_party/skia/src/gpu/
H A DGrDeferredProxyUploader.h82 void wait() { in wait() function in GrDeferredProxyUploader
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFence.hpp51 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 Dthread_group.hpp43 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 Dconditionvariable.h122 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 Dnon_marl_bench.cpp33 void wait() { in wait() function in __anon25412::Event
/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Devent_logger.h43 unsigned long wait; member
/base/location/frameworks/base_module/source/
H A Dlocation_sa_load_manager.cpp73 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 Dlib.rs129 fn wait(&self, dur: Duration) -> bool in wait() functions
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/
H A Dmali_kbase_timeline_io.c280 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 Dtask.cpp75 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 Dqueue.h209 inline void wait(const task_handle& handle) in wait() function in ffrt::queue
/foundation/resourceschedule/ffrt/src/sync/
H A Dmutex.cpp216 void mutexPrivate::wait() in wait() function in ffrt::mutexPrivate

Completed in 10 milliseconds

12345678910>>...90