Searched refs:in_order (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/tools/testing/selftests/timers/ |
D | nanosleep.c | 90 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 124 if (!in_order(target, now)) in nanosleep_test() 136 if (!in_order(target, now)) in nanosleep_test()
|
D | inconsistency-check.c | 91 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 129 if (!in_order(list[i], list[i+1])) in consistency_test()
|
D | leap-a-day.c | 67 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 147 if (!in_order(target, now)) in test_hrtimer_failure()
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 197 in_order = 1 define 644 .if \loop_idx == in_order 1261 …, %xmm14, %xmm9, %xmm1, %xmm2, %xmm3, %xmm4, %xmm5, %xmm6, %xmm7, %xmm8, %xmm15, in_order, \ENC_DEC 1908 .if \loop_idx == in_order 2538 …, %xmm14, %xmm9, %xmm1, %xmm2, %xmm3, %xmm4, %xmm5, %xmm6, %xmm7, %xmm8, %xmm15, in_order, \ENC_DEC
|