Home
last modified time | relevance | path

Searched refs:tenths (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dwaiting.sh4 tenths=date\ +%s%1N
7 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
11 start_time=$($tenths)
17 # Wait at most tm_out tenths of a second
18 if [ $(($($tenths) - start_time)) -ge $tm_out ] ; then
28 # Time out after $3 tenths of a second or 5 seconds if $3 is ""
33 start_time=$($tenths)
39 # Wait at most tm_out tenths of a second
40 if [ $(($($tenths) - start_time)) -ge $tm_out ] ; then
49 # Time out after $2 tenths o
[all...]
/kernel/linux/linux-5.10/drivers/thermal/
H A Dimx_sc_thermal.c35 s8 tenths; member
68 *temp = msg.data.resp.celsius * 1000 + msg.data.resp.tenths * 100; in imx_sc_thermal_get_temp()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dimx_sc_thermal.c33 s8 tenths; member
63 *temp = msg.data.resp.celsius * 1000 + msg.data.resp.tenths * 100; in imx_sc_thermal_get_temp()
/kernel/linux/linux-5.10/drivers/tty/ipwireless/
H A Dhardware.h61 void ipwireless_sleep(unsigned int tenths);
/kernel/linux/linux-6.6/drivers/tty/ipwireless/
H A Dhardware.h61 void ipwireless_sleep(unsigned int tenths);

Completed in 2 milliseconds