Searched refs:start_idle (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-ebsa110/
H A Dsystem.h26 unsigned long start_idle; local
28 start_idle = jiffies;
33 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-tbox/
H A Dsystem.h11 unsigned long start_idle; local
13 start_idle = jiffies;
19 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-ebsa110/
H A Dsystem.h26 unsigned long start_idle; local
28 start_idle = jiffies;
33 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-tbox/
H A Dsystem.h11 unsigned long start_idle; local
13 start_idle = jiffies;
19 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-rpc/
H A Dsystem.h16 unsigned long start_idle; local
18 start_idle = jiffies;
24 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-rpc/
H A Dsystem.h16 unsigned long start_idle; local
18 start_idle = jiffies;
24 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-ebsa285/
H A Dsystem.h18 unsigned long start_idle; local
20 start_idle = jiffies;
26 } while (time_before(jiffies, start_idle + HZ/50));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-ebsa285/
H A Dsystem.h18 unsigned long start_idle; local
20 start_idle = jiffies;
26 } while (time_before(jiffies, start_idle + HZ/50));

Completed in 104 milliseconds