Searched refs:iodev_cmp (Results 1 – 3 of 3) sorted by relevance
307 if (iodev_cmp(d1, d2) < 0) { in iodev_report()310 } else if (iodev_cmp(d1, d2) > 0) { in iodev_report()
316 int iodev_cmp(struct iodev_snapshot *io1, struct iodev_snapshot *io2);
156 int c = iodev_cmp((struct iodev_snapshot *)is1, in avl_iodev_cmp()301 if (iodev_cmp(tmp, iodev) > 0) { in insert_into()742 iodev_cmp(struct iodev_snapshot *io1, struct iodev_snapshot *io2) in iodev_cmp() function