Home
last modified time | relevance | path

Searched refs:expected_time (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdeventplus/test/source/
H A Dtime.cpp63 const Time<id>::TimePoint expected_time(std::chrono::seconds{2}); in TEST_F() local
92 Time<id> time(*event, expected_time, expected_accuracy, in TEST_F()
115 const Time<id>::TimePoint expected_time(std::chrono::seconds{2}); in TEST_F() local
123 EXPECT_THROW(Time<id>(*event, expected_time, expected_accuracy, in TEST_F()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_trace.h488 s64 expected_time, int atomic_cnt),
489 TP_ARGS(drm_id, irq_idx, rc, time, expected_time, atomic_cnt),
495 __field( s64, expected_time )
503 __entry->expected_time = expected_time;
508 __entry->expected_time, __entry->atomic_cnt)
H A Ddpu_encoder.c1559 s64 expected_time = ktime_to_ms(ktime_get()) + info->timeout_ms; in dpu_encoder_helper_wait_event_timeout() local
1569 expected_time, in dpu_encoder_helper_wait_event_timeout()
1573 (time < expected_time)); in dpu_encoder_helper_wait_event_timeout()