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

1234567891011>>

/linux-master/drivers/gpu/drm/i915/selftests/
H A Digt_flush_test.c27 if (intel_gt_wait_for_idle(gt, HZ * 3) == -ETIME) {
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_wait.c183 return !timeout ? -ETIME : 0;
215 * -ETIME: object is still busy after timeout
266 if (ret == -ETIME && !nsecs_to_jiffies(args->timeout_ns))
270 if (ret == -ETIME && args->timeout_ns)
/linux-master/arch/alpha/include/uapi/asm/
H A Derrno.h56 #define ETIME 83 /* Timer expired */ macro
/linux-master/arch/mips/include/uapi/asm/
H A Derrno.h40 #define ETIME 62 /* Timer expired */ macro
/linux-master/arch/sparc/include/uapi/asm/
H A Derrno.h47 #define ETIME 73 /* Timer expired */ macro
/linux-master/tools/arch/alpha/include/uapi/asm/
H A Derrno.h56 #define ETIME 83 /* Timer expired */ macro
/linux-master/tools/arch/mips/include/uapi/asm/
H A Derrno.h40 #define ETIME 62 /* Timer expired */ macro
/linux-master/tools/arch/sparc/include/uapi/asm/
H A Derrno.h47 #define ETIME 73 /* Timer expired */ macro
/linux-master/include/uapi/asm-generic/
H A Derrno.h45 #define ETIME 62 /* Timer expired */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno.h45 #define ETIME 62 /* Timer expired */ macro
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_lsdma.c43 return -ETIME;
/linux-master/arch/parisc/include/uapi/asm/
H A Derrno.h24 #define ETIME 52 /* Timer expired */ macro
/linux-master/tools/arch/parisc/include/uapi/asm/
H A Derrno.h24 #define ETIME 52 /* Timer expired */ macro
/linux-master/drivers/char/tpm/
H A Dxen-tpmfront.c75 return -ETIME;
97 return -ETIME;
153 return -ETIME;
170 return -ETIME;
190 return -ETIME;
H A Dtpm_crb.c143 return -ETIME;
151 return -ETIME;
192 return -ETIME;
219 * Return: 0 on success -ETIME on timeout;
241 return -ETIME;
268 return -ETIME;
295 return -ETIME;
/linux-master/drivers/spi/
H A Dspi-altera-dfl.c65 return -ETIME;
91 return -ETIME;
/linux-master/fs/afs/
H A Dmisc.c124 e->error == -ETIME)
128 case -ETIME:
/linux-master/drivers/gpu/drm/xe/
H A Dxe_wait_user_fence.c158 err = -ETIME;
173 err = -ETIME;
/linux-master/kernel/time/
H A Dclockevents.c200 * Returns 0 on success, -ETIME when the minimum delta reached the limit.
209 return -ETIME;
231 * Returns 0 on success, -ETIME when the retry loop failed.
258 return -ETIME;
270 * Returns 0 on success, -ETIME when the retry loop failed.
290 return -ETIME;
301 * Returns 0 on success, -ETIME when the event is in the past.
311 return -ETIME;
328 return force ? clockevents_program_min_delta(dev) : -ETIME;
538 * Returns 0 on success, -ETIME whe
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_engine_pm.c127 return -ETIME;
237 return -ETIME;
308 err = -ETIME;
/linux-master/drivers/clocksource/
H A Dtimer-vt8500.c72 return -ETIME;
/linux-master/drivers/comedi/drivers/
H A Ddt2801.c242 return -ETIME;
278 return -ETIME;
312 return -ETIME;
432 if (stat == -ETIME)
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_cmd.c137 err = -ETIME;
/linux-master/drivers/dma-buf/
H A Dst-dma-fence.c73 return -ETIME;
352 if (dma_fence_wait_timeout(f, false, 0) != -ETIME) {
396 if (dma_fence_wait_timeout(wt.f, false, 1) != -ETIME) {
403 if (dma_fence_wait_timeout(wt.f, false, 2) == -ETIME) {
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc_heci_cmd_submit.c93 err = -ETIME;
207 err = -ETIME;

Completed in 298 milliseconds

1234567891011>>