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() 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 | net.c | 479 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in vhost_tx_batch() local 487 if (in_order) { in vhost_tx_batch() 513 vhost_net_signal_used(nvq, in_order ? 1 : nvq->done_idx); in vhost_tx_batch() 769 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in handle_tx_copy() local 843 if (in_order) { in handle_tx_copy() 1055 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in get_rx_bufs() local 1093 if (!in_order) { in get_rx_bufs() 1113 if (!in_order) in get_rx_bufs() 1135 bool in_order = vhost_has_feature(vq, VIRTIO_F_IN_ORDER); in handle_rx() local 1268 count += in_order ? 1 : headcount; in handle_rx()
|
| 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()
|