Searched refs:list_head (Results 1 – 9 of 9) sorted by relevance
77 TX_TIMER_INTERNAL **list_head; in _tx_timer_system_deactivate() local83 list_head = timer_ptr -> tx_timer_internal_list_head; in _tx_timer_system_deactivate()86 if (list_head != TX_NULL) in _tx_timer_system_deactivate()101 if (*(list_head) == timer_ptr) in _tx_timer_system_deactivate()105 *(list_head) = TX_NULL; in _tx_timer_system_deactivate()119 if (*(list_head) == timer_ptr) in _tx_timer_system_deactivate()123 next_timer -> tx_timer_internal_list_head = list_head; in _tx_timer_system_deactivate()126 *(list_head) = next_timer; in _tx_timer_system_deactivate()
77 TX_TIMER_INTERNAL **list_head; in _tx_timer_deactivate() local107 list_head = internal_ptr -> tx_timer_internal_list_head; in _tx_timer_deactivate()110 if (list_head != TX_NULL) in _tx_timer_deactivate()117 …if (TX_TIMER_INDIRECT_TO_VOID_POINTER_CONVERT(list_head) >= TX_TIMER_INDIRECT_TO_VOID_POINTER_CONV… in _tx_timer_deactivate()121 …if (TX_TIMER_INDIRECT_TO_VOID_POINTER_CONVERT(list_head) < TX_TIMER_INDIRECT_TO_VOID_POINTER_CONVE… in _tx_timer_deactivate()139 …if (TX_TIMER_INDIRECT_TO_VOID_POINTER_CONVERT(list_head) >= TX_TIMER_INDIRECT_TO_VOID_POINTER_CONV… in _tx_timer_deactivate()144 … ticks_left = (ULONG) (TX_TIMER_POINTER_DIF(list_head,_tx_timer_current_ptr)) + ((ULONG) 1); in _tx_timer_deactivate()150 ticks_left = (ULONG) (TX_TIMER_POINTER_DIF(list_head,_tx_timer_list_start)); in _tx_timer_deactivate()212 if (*(list_head) == internal_ptr) in _tx_timer_deactivate()216 *(list_head) = TX_NULL; in _tx_timer_deactivate()[all …]
86 TX_TIMER_INTERNAL **list_head; in _tx_timer_info_get() local151 list_head = internal_ptr -> tx_timer_internal_list_head; in _tx_timer_info_get()159 … ticks_left = ((TX_TIMER_POINTER_DIF(list_head, _tx_timer_current_ptr)) + ((ULONG) 1)); in _tx_timer_info_get()165 ticks_left = ((TX_TIMER_POINTER_DIF(list_head, _tx_timer_list_start))); in _tx_timer_info_get()
145 TX_TIMER_INTERNAL **list_head; in _tx_thread_system_resume() local176 list_head = timer_ptr -> tx_timer_internal_list_head; in _tx_thread_system_resume()188 if (*(list_head) == timer_ptr) in _tx_thread_system_resume()192 *(list_head) = TX_NULL; in _tx_thread_system_resume()206 if (*(list_head) == timer_ptr) in _tx_thread_system_resume()210 next_timer -> tx_timer_internal_list_head = list_head; in _tx_thread_system_resume()213 *(list_head) = next_timer; in _tx_thread_system_resume()
836 TX_THREAD *list_head; in _tx_thread_smp_preemptable_threads_get() local960 list_head = _tx_thread_priority_list[thread_ptr -> tx_thread_priority]; in _tx_thread_smp_preemptable_threads_get()963 while (search_thread != list_head) in _tx_thread_smp_preemptable_threads_get()
1359 TX_THREAD *list_head; in _tx_thread_smp_preemptable_threads_get() local1483 list_head = _tx_thread_priority_list[thread_ptr -> tx_thread_priority]; in _tx_thread_smp_preemptable_threads_get()1486 while (search_thread != list_head) in _tx_thread_smp_preemptable_threads_get()