Searched refs:ETIME (Results 1 - 25 of 70) sorted by relevance

123

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Digt_flush_test.c27 if (intel_gt_wait_for_idle(gt, HZ / 5) == -ETIME) {
H A Di915_request.c90 if (i915_request_wait(request, 0, 0) != -ETIME) {
95 if (i915_request_wait(request, 0, T) != -ETIME) {
107 if (i915_request_wait(request, 0, 0) != -ETIME) {
117 if (i915_request_wait(request, 0, T / 2) != -ETIME) {
122 if (i915_request_wait(request, 0, T) == -ETIME) {
132 if (i915_request_wait(request, 0, T) == -ETIME) {
157 if (dma_fence_wait_timeout(&request->fence, false, T) != -ETIME) {
169 if (dma_fence_wait_timeout(&request->fence, false, T / 2) != -ETIME) {
241 if (i915_request_wait(vip, 0, HZ) == -ETIME) {
1098 err = -ETIME;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h154 #ifdef ETIME
155 stream_timeout = ETIME,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h154 #ifdef ETIME
155 stream_timeout = ETIME,
/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c303 #ifdef ETIME
304 case ETIME : return 92;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h384 #ifdef ETIME
386 return ETIME;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h217 #ifndef ETIME
218 #define ETIME 9935 macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h141 #ifdef ETIME
142 stream_timeout = ETIME,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h154 #ifdef ETIME
155 stream_timeout = ETIME,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h154 #ifdef ETIME
155 stream_timeout = ETIME,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h141 #ifdef ETIME
142 stream_timeout = ETIME,
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c269 #ifdef ETIME
270 { "ETIME", ETIME, 62 },
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h97 XEN_ERRNO(ETIME, 62) /* Timer expired */
/netbsd-current/sys/sys/
H A Derrno.h165 #define ETIME 92 /* STREAM ioctl timeout */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c102 case ETIME:
H A Derrno.in.h129 # define ETIME 137 /* not required by POSIX */ macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c104 case ETIME:
H A Derrno.in.h129 # define ETIME 137 /* not required by POSIX */ macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_wait.c229 * -ETIME: object is still busy after timeout
280 if (ret == -ETIME && !nsecs_to_jiffies(args->timeout_ns))
284 if (ret == -ETIME && args->timeout_ns)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_rc6.c183 if (intel_gt_wait_for_idle(gt, HZ / 5) == -ETIME) {
185 err = -ETIME;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc300 #ifdef ETIME
301 case ETIME:
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d223 inline int ETIME = 92;
224 #pragma D binding "1.0" ETIME
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/nss-pam-ldapd/
H A Dtio.c48 /* for platforms that don't have ETIME use ETIMEDOUT */
49 #ifndef ETIME
50 #define ETIME ETIMEDOUT macro
51 #endif /* ETIME */
175 errno = ETIME;
188 errno = ETIME;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_amdkfd_arcturus.c156 return -ETIME;
275 return -ETIME;
H A Damdgpu_mxgpu_ai.c101 return -ETIME;
119 return -ETIME;

Completed in 172 milliseconds

123