Searched refs:nsecs_to_jiffies (Results 1 – 3 of 3) sorted by relevance
41 #define nsecs_to_jiffies(x) (((uint64_t)(x)) * hz / 1000000000) macro
266 if (ret == -ETIME && !nsecs_to_jiffies(args->timeout_ns)) in i915_gem_wait_ioctl()
642 timeout_jiffies = nsecs_to_jiffies(ktime_to_ns(timeout));