Searched refs:timer_list_head (Results 1 – 2 of 2) sorted by relevance
277 TX_TIMER_INTERNAL **timer_list_head; in tx_timer_get_next() local288 timer_list_head = _tx_timer_current_ptr; in tx_timer_get_next() local296 if (*timer_list_head) in tx_timer_get_next()300 next_timer = *timer_list_head; in tx_timer_get_next()331 } while (next_timer != *timer_list_head); in tx_timer_get_next()335 timer_list_head++; in tx_timer_get_next()338 if (timer_list_head >= _tx_timer_list_end) in tx_timer_get_next()342 timer_list_head = _tx_timer_list_start; in tx_timer_get_next()412 TX_TIMER_INTERNAL **timer_list_head; in tx_time_increment() local443 timer_list_head = _tx_timer_current_ptr; in tx_time_increment()[all …]
291 TX_TIMER_INTERNAL **timer_list_head; in tx_timer_get_next() local302 timer_list_head = _tx_timer_current_ptr; in tx_timer_get_next() local309 if (*timer_list_head) in tx_timer_get_next()312 next_timer = *timer_list_head; in tx_timer_get_next()339 } while (next_timer != *timer_list_head); in tx_timer_get_next()343 timer_list_head++; in tx_timer_get_next()346 if (timer_list_head >= _tx_timer_list_end) in tx_timer_get_next()349 timer_list_head = _tx_timer_list_start; in tx_timer_get_next()417 TX_TIMER_INTERNAL **timer_list_head; in tx_time_increment() local450 timer_list_head = _tx_timer_current_ptr; in tx_time_increment()[all …]