Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dcrisv10.h103 unsigned long flush_time_usec; /* How often we should flush */ member
Dcrisv10.c969 info->flush_time_usec = 4*info->char_time_usec; in update_char_time()
970 if (info->flush_time_usec < MIN_FLUSH_TIME_USEC) in update_char_time()
971 info->flush_time_usec = MIN_FLUSH_TIME_USEC; in update_char_time()
1667 …ART_FLUSH_FAST_TIMER(info, string) START_FLUSH_FAST_TIMER_TIME(info, string, info->flush_time_usec)