Searched refs:in_order (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/testing/selftests/timers/ |
D | nanosleep.c | 80 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 114 if (!in_order(target, now)) in nanosleep_test() 126 if (!in_order(target, now)) in nanosleep_test()
|
D | inconsistency-check.c | 80 static inline int in_order(struct timespec a, struct timespec b) in in_order() function 118 if (!in_order(list[i], list[i+1])) in consistency_test()
|
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-6.6.21/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 197 in_order = 1 define 370 …, %xmm14, %xmm9, %xmm1, %xmm2, %xmm3, %xmm4, %xmm5, %xmm6, %xmm7, %xmm8, %xmm15, in_order, \ENC_DEC 1215 .if \loop_idx == in_order 2170 .if \loop_idx == in_order
|
/linux-6.6.21/Documentation/admin-guide/ |
D | README.rst | 83 source tree, **in_order**, and you should be ok. You may want to remove
|