Home
last modified time | relevance | path

Searched refs:nsecs_to_jiffies_timeout (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/v3d/
Dv3d_drv.h238 static inline unsigned long nsecs_to_jiffies_timeout(const u64 n) in nsecs_to_jiffies_timeout() function
Dv3d_gem.c443 nsecs_to_jiffies_timeout(args->timeout_ns); in v3d_wait_bo_ioctl()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_drv.h3656 static inline unsigned long nsecs_to_jiffies_timeout(const u64 n) in nsecs_to_jiffies_timeout() function
Di915_gem.c3684 return nsecs_to_jiffies_timeout(timeout_ns); in to_wait_timeout()