Searched refs:timer_list_head (Results 1 – 2 of 2) sorted by relevance
292 TX_TIMER_INTERNAL **timer_list_head; in tx_timer_get_next() local303 timer_list_head = _tx_timer_current_ptr; in tx_timer_get_next() local310 if (*timer_list_head) in tx_timer_get_next()313 next_timer = *timer_list_head; in tx_timer_get_next()340 } while (next_timer != *timer_list_head); in tx_timer_get_next()344 timer_list_head++; in tx_timer_get_next()347 if (timer_list_head >= _tx_timer_list_end) in tx_timer_get_next()350 timer_list_head = _tx_timer_list_start; in tx_timer_get_next()418 TX_TIMER_INTERNAL **timer_list_head; in tx_time_increment() local451 timer_list_head = _tx_timer_current_ptr; in tx_time_increment()[all …]
278 TX_TIMER_INTERNAL **timer_list_head; in tx_timer_get_next() local289 timer_list_head = _tx_timer_current_ptr; in tx_timer_get_next() local297 if (*timer_list_head) in tx_timer_get_next()301 next_timer = *timer_list_head; in tx_timer_get_next()332 } while (next_timer != *timer_list_head); in tx_timer_get_next()336 timer_list_head++; in tx_timer_get_next()339 if (timer_list_head >= _tx_timer_list_end) in tx_timer_get_next()343 timer_list_head = _tx_timer_list_start; in tx_timer_get_next()413 TX_TIMER_INTERNAL **timer_list_head; in tx_time_increment() local444 timer_list_head = _tx_timer_current_ptr; in tx_time_increment()[all …]