Home
last modified time | relevance | path

Searched refs:io_timer (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dclock.c11 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()
19 struct io_timer **_l = (struct io_timer **)l; in io_timer_swp()
20 struct io_timer **_r = (struct io_timer **)r; in io_timer_swp()
25 void bch2_io_timer_add(struct io_clock *clock, struct io_timer *timer) in bch2_io_timer_add()
49 void bch2_io_timer_del(struct io_clock *clock, struct io_timer *timer) in bch2_io_timer_del()
68 struct io_timer io_timer; member
74 static void io_clock_wait_fn(struct io_timer *timer) in io_clock_wait_fn()
77 struct io_clock_wait, io_timer); in io_clock_wait_fn()
95 .io_timer.expire = until, in bch2_io_clock_schedule_timeout()
[all …]
Dclock_types.h15 struct io_timer;
16 typedef void (*io_timer_fn)(struct io_timer *);
18 struct io_timer { struct
27 typedef DEFINE_MIN_HEAP(struct io_timer *, io_timer_heap) io_timer_heap; argument
Dclock.h5 void bch2_io_timer_add(struct io_clock *, struct io_timer *);
6 void bch2_io_timer_del(struct io_clock *, struct io_timer *);