Searched defs:deadline (Results 1 – 11 of 11) sorted by relevance
95 static inline int tio_time_remaining(struct timespec *deadline, int timeout) in tio_time_remaining()163 struct timespec *deadline) in tio_wait()202 struct timespec deadline = {0, 0}; in tio_read() local301 struct timespec deadline = {0, 0}; in tio_skipall() local389 struct timespec deadline = {0, 0}; in tio_flush() local
42 static jmp_buf deadline; variable
101 struct timespec deadline; in wait_state() local
1307 struct timespec deadline; in do_futex_wait_timeout() local
932 futex_wait(struct futex_wait *fw, const struct timespec *deadline, in futex_wait()1220 const struct timespec *deadline; in futex_func_wait() local
1344 struct timespec deadline = ts; in filt_timercompute() local
1046 int starttime = 0, now = 0, deadline = 0; /* XXXGCC */ in dma_fence_default_wait() local
1053 time_t deadline = 0, now = monotime(); in reaper() local2086 time_t deadline; in prepare_poll() local
705 const unsigned deadline = getticks() + EC_CMD_TIMEOUT*hz; in acpiec_wait_timeout() local
229 static double deadline = 0.0; /* max running time in seconds */ variable
572 struct hrtimer deadline; member