Searched refs:in_order (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/timers/ |
| H A D | nanosleep.c | 68 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 102 if (!in_order(target, now)) in nanosleep_test() 114 if (!in_order(target, now)) in nanosleep_test() 160 if (!in_order((struct timespec) {}, rmtp)) in nanosleep_test_remaining() 163 if (!in_order(rmtp, rqtp)) in nanosleep_test_remaining()
|
| H A D | inconsistency-check.c | 69 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 107 if (!in_order(list[i], list[i+1])) in consistency_test()
|
| H A D | leap-a-day.c | 60 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 169 if (!in_order(target, now)) { in test_hrtimer_failure()
|
| /linux/drivers/vhost/ |
| H A D | vhost.c | 2821 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_get_vq_desc_n() local 2837 if (in_order) in vhost_get_vq_desc_n() 3100 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_add_used_n() local 3103 if (!in_order || !nheads) in vhost_add_used_n()
|