Searched refs:timer (Results 1 – 1 of 1) sorted by relevance
510 struct hrtimer timer; member1113 static enum hrtimer_restart io_link_timeout_fn(struct hrtimer *timer);1514 if (hrtimer_try_to_cancel(&io->timer) != -1) { in io_kill_timeout()2075 if (hrtimer_try_to_cancel(&io->timer) != -1) { in io_kill_linked_timeout()6201 static enum hrtimer_restart io_timeout_fn(struct hrtimer *timer) in io_timeout_fn() argument6203 struct io_timeout_data *data = container_of(timer, in io_timeout_fn()6204 struct io_timeout_data, timer); in io_timeout_fn()6237 if (hrtimer_try_to_cancel(&io->timer) == -1) in io_timeout_extract()6291 if (hrtimer_try_to_cancel(&io->timer) == -1) in io_linked_timeout_update()6293 hrtimer_init(&io->timer, io_timeout_get_clock(io), mode); in io_linked_timeout_update()[all …]