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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dtimex.h20 #define GET_JIFFIES_USEC() \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-cris/arch-v32/
H A Dtimex.h20 #define GET_JIFFIES_USEC() \ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dfasttimer.c82 * Moved GET_JIFFIES_USEC() to timex.h and time.c
215 unsigned long usec = GET_JIFFIES_USEC();
843 j_u[j] = GET_JIFFIES_USEC();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dfasttimer.c95 * Moved GET_JIFFIES_USEC() to timex.h and time.c
218 unsigned long usec = GET_JIFFIES_USEC();
849 j_u[j] = GET_JIFFIES_USEC();
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c2383 info->last_tx_active_usec = GET_JIFFIES_USEC();
2738 info->last_rx_active_usec = GET_JIFFIES_USEC();
2855 info->last_rx_active_usec = GET_JIFFIES_USEC();
2915 unsigned long curr_time_u = GET_JIFFIES_USEC();
3020 info->last_tx_active_usec = GET_JIFFIES_USEC();
3975 unsigned long curr_time_usec = GET_JIFFIES_USEC();
4391 unsigned long curr_time_usec = GET_JIFFIES_USEC();
4410 curr_time_usec = GET_JIFFIES_USEC();

Completed in 111 milliseconds