Searched refs:in_order (Results 1 – 5 of 5) 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()
|
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 | 2808 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_get_vq_desc() local 2824 if (in_order) in vhost_get_vq_desc() 3055 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_add_used_n() local 3058 if (!in_order || !nheads) in vhost_add_used_n()
|
/linux/Documentation/admin-guide/ |
H A D | README.rst | 83 source tree, **in_order**, and you should be ok. You may want to remove
|