Lines Matching refs:deadline_current_time
49 struct deadline_current_time current_time = __deadline_current_time (); in do_test()
61 struct deadline_current_time current_time = { { 1, 123456789 } }; in do_test()
94 current_time = (struct deadline_current_time) { { 9, 123456789 } }; in do_test()
109 current_time = (struct deadline_current_time) { { 9, 123456789 } }; in do_test()
112 current_time = (struct deadline_current_time) { { 9, 123456790 } }; in do_test()
114 current_time = (struct deadline_current_time) { { 10, 0 } }; in do_test()
116 current_time = (struct deadline_current_time) { { 10, 123456788 } }; in do_test()
118 current_time = (struct deadline_current_time) { { 10, 123456789 } }; in do_test()
122 current_time = (struct deadline_current_time) { { 9, 998000001 } }; in do_test()
140 ((struct deadline_current_time) { { 0, 1000 * 1000 * 1000 - 1000 } }, in do_test()
144 ((struct deadline_current_time) { { 0, 1000 * 1000 * 1000 - 1001 } }, in do_test()
148 ((struct deadline_current_time) in do_test()
153 ((struct deadline_current_time) in do_test()