Searched refs:io_timer (Results 1 – 3 of 3) sorted by relevance
11 struct io_timer **_l = (struct io_timer **)l; in io_timer_cmp()12 struct io_timer **_r = (struct io_timer **)r; in io_timer_cmp()22 void bch2_io_timer_add(struct io_clock *clock, struct io_timer *timer) in bch2_io_timer_add()41 void bch2_io_timer_del(struct io_clock *clock, struct io_timer *timer) in bch2_io_timer_del()55 struct io_timer io_timer; member61 static void io_clock_wait_fn(struct io_timer *timer) in io_clock_wait_fn()64 struct io_clock_wait, io_timer); in io_clock_wait_fn()82 .io_timer.expire = until, in bch2_io_clock_schedule_timeout()83 .io_timer.fn = io_clock_wait_fn, in bch2_io_clock_schedule_timeout()84 .io_timer.fn2 = (void *) _RET_IP_, in bch2_io_clock_schedule_timeout()[all …]
15 struct io_timer;16 typedef void (*io_timer_fn)(struct io_timer *);18 struct io_timer { struct27 typedef DEFINE_MIN_HEAP(struct io_timer *, io_timer_heap) io_timer_heap; argument
5 void bch2_io_timer_add(struct io_clock *, struct io_timer *);6 void bch2_io_timer_del(struct io_clock *, struct io_timer *);