Home
last modified time | relevance | path

Searched refs:User_Time (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/dhry/
H A Ddhry_1.c95 User_Time; variable
297 User_Time = End_Time - Begin_Time; in dhry()
299 if (User_Time < Too_Small_Time) in dhry()
308 Microseconds = (float) User_Time * Mic_secs_Per_Second in dhry()
310 Dhrystones_Per_Second = (float) Number_Of_Runs / (float) User_Time; in dhry()
312 Microseconds = (float) User_Time * Mic_secs_Per_Second in dhry()
315 / (float) User_Time; in dhry()
/openbmc/linux/lib/
H A Ddhry_1.c138 u32 User_Time; in dhry() local
280 User_Time = ktime_to_ms(ktime_sub(End_Time, Begin_Time)); in dhry()
286 if (User_Time < 2 * MSEC_PER_SEC) in dhry()
289 return div_u64(mul_u32_u32(MSEC_PER_SEC, Number_Of_Runs), User_Time); in dhry()