Home
last modified time | relevance | path

Searched defs:timeout_ns (Results 1 - 25 of 99) sorted by relevance

1234

/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c28 static long timeout_ns = 100000; /* 100us default timeout */ variable
H A Dfutex_wait_wouldblock.c28 #define timeout_ns 100000 macro
H A Dfutex_requeue_pi.c44 static long timeout_ns; variable
278 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/
H A Dfutex_wait_wouldblock.c29 #define timeout_ns 100000 macro
H A Dfutex_requeue.c14 #define timeout_ns 30000000 macro
H A Dfutex_wait_timeout.c25 static long timeout_ns = 100000; /* 100us default timeout */ variable
78 futex_get_abs_timeout(clockid_t clockid, struct timespec *to, long timeout_ns) futex_get_abs_timeout() argument
[all...]
H A Dfutex_wait.c16 #define timeout_ns 30000000 macro
H A Dfutex_requeue_pi.c44 static long timeout_ns; variable
278 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_fence.c76 v3d_fence_wait(struct v3d_screen *screen, struct v3d_fence *fence, uint64_t timeout_ns) v3d_fence_wait() argument
108 v3d_fence_finish(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_fence_handle *pf, uint64_t timeout_ns) v3d_fence_finish() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_fence.c77 vc4_fence_finish(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_fence_handle *pf, uint64_t timeout_ns) vc4_fence_finish() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c194 static unsigned long to_wait_timeout(s64 timeout_ns) in to_wait_timeout() argument
[all...]
/kernel/linux/linux-5.10/drivers/iio/proximity/
H A Dping.c48 s64 timeout_ns; /* timeout in ns */ member
/kernel/linux/linux-5.10/kernel/power/
H A Dwakelock.c207 u64 timeout_ns = 0; in pm_wake_lock() local
/kernel/linux/linux-6.6/drivers/iio/proximity/
H A Dping.c47 s64 timeout_ns; /* timeout in ns */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c196 static unsigned long to_wait_timeout(s64 timeout_ns) in to_wait_timeout() argument
[all...]
/kernel/linux/linux-6.6/kernel/power/
H A Dwakelock.c207 u64 timeout_ns = 0; in pm_wake_lock() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_fence.cpp52 wait_event(HANDLE event, int event_fd, uint64_t timeout_ns) in wait_event() argument
77 wait_event(HANDLE event, int event_fd, uint64_t timeout_ns) in wait_event() argument
162 d3d12_fence_finish(struct d3d12_fence *fence, uint64_t timeout_ns) in d3d12_fence_finish() argument
176 fence_finish(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_fence_handle *pfence, uint64_t timeout_ns) fence_finish() argument
[all...]
H A Dd3d12_batch.cpp112 d3d12_reset_batch(struct d3d12_context *ctx, struct d3d12_batch *batch, uint64_t timeout_ns) in d3d12_reset_batch() argument
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_bo.c114 panfrost_bo_wait(struct panfrost_bo *bo, int64_t timeout_ns, bool wait_readers) in panfrost_bo_wait() argument
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H A Dpvr_srv_sync.c104 pvr_start_timeout(struct timespec *timeout, uint64_t timeout_ns) pvr_start_timeout() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H A Dlima_gem.c404 int lima_gem_wait(struct drm_file *file, u32 handle, u32 op, s64 timeout_ns) in lima_gem_wait() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H A Dlima_gem.c401 int lima_gem_wait(struct drm_file *file, u32 handle, u32 op, s64 timeout_ns) in lima_gem_wait() argument
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dv3d_drm.h55 __u64 timeout_ns; member
/third_party/libdrm/amdgpu/
H A Damdgpu_bo.c507 amdgpu_bo_wait_for_idle(amdgpu_bo_handle bo, uint64_t timeout_ns, bool *busy) amdgpu_bo_wait_for_idle() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_bo.c301 v3dv_bo_wait(struct v3dv_device *device, struct v3dv_bo *bo, uint64_t timeout_ns) v3dv_bo_wait() argument

Completed in 12 milliseconds

1234