Searched refs:timeout1 (Results 1 – 3 of 3) sorted by relevance
405 unsigned long timeout1; in write_block() local464 timeout1 = jiffies + 1 * HZ; in write_block()469 while (!(c1 & 0x80) && time_before(jiffies, timeout1)) in write_block()475 if (time_after_eq(jiffies, timeout1)) { in write_block()
769 static inline int64_t qemu_soonest_timeout(int64_t timeout1, int64_t timeout2) in qemu_soonest_timeout() argument775 return ((uint64_t) timeout1 < (uint64_t) timeout2) ? timeout1 : timeout2; in qemu_soonest_timeout()
4164 +ff_v4l2_dq_all(V4L2Context *const ctx, int timeout1)4167 + if (timeout1 != 0) {4168 + int rv = get_qbuf(ctx, &avbuf, timeout1);4965 + * @param[in] timeout1 A timeout on dequeuing the 1st buffer, 4967 + * @return AVERROR(EAGAIN) if timeout1 non-zero then the return4970 +int ff_v4l2_dq_all(V4L2Context *const ctx, int timeout1);