Searched refs:temp_list_head (Results 1 – 2 of 2) sorted by relevance
420 TX_TIMER_INTERNAL *temp_list_head; in tx_time_increment() local454 temp_list_head = TX_NULL; in tx_time_increment()492 if (temp_list_head == TX_NULL) in tx_time_increment()495 temp_list_head = *timer_list_head; in tx_time_increment()500 …(temp_list_head -> tx_timer_internal_active_previous) -> tx_timer_internal_active_next = *timer_l… in tx_time_increment()503 …temp_list_head -> tx_timer_internal_active_previous = (*timer_list_head) -> tx_timer_internal_act… in tx_time_increment()525 while (temp_list_head) in tx_time_increment()528 next_timer = temp_list_head; in tx_time_increment()531 temp_list_head = next_timer -> tx_timer_internal_active_next; in tx_time_increment()
415 TX_TIMER_INTERNAL *temp_list_head; in tx_time_increment() local447 temp_list_head = TX_NULL; in tx_time_increment()492 if (temp_list_head == TX_NULL) in tx_time_increment()497 temp_list_head = *timer_list_head; in tx_time_increment()504 …(temp_list_head -> tx_timer_internal_active_previous) -> tx_timer_internal_active_next = *timer_l… in tx_time_increment()507 …temp_list_head -> tx_timer_internal_active_previous = (*timer_list_head) -> tx_timer_internal_act… in tx_time_increment()530 while (temp_list_head) in tx_time_increment()534 next_timer = temp_list_head; in tx_time_increment()537 temp_list_head = next_timer -> tx_timer_internal_active_next; in tx_time_increment()