Lines Matching refs:queue_ptr
75 UINT _tx_queue_prioritize(TX_QUEUE *queue_ptr) in _tx_queue_prioritize() argument
93 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_QUEUE_PRIORITIZE, queue_ptr, queue_ptr -> tx_queue_suspended_coun… in _tx_queue_prioritize()
99 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
114 head_ptr = queue_ptr -> tx_queue_suspension_list; in _tx_queue_prioritize()
122 queue_ptr -> tx_queue_suspension_list = next_thread; in _tx_queue_prioritize()
132 head_ptr = queue_ptr -> tx_queue_suspension_list; in _tx_queue_prioritize()
168 if (head_ptr != queue_ptr -> tx_queue_suspension_list) in _tx_queue_prioritize()
178 if (suspended_count != queue_ptr -> tx_queue_suspended_count) in _tx_queue_prioritize()
197 head_ptr = queue_ptr -> tx_queue_suspension_list; in _tx_queue_prioritize()
198 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
238 queue_ptr -> tx_queue_suspension_list = priority_thread_ptr; in _tx_queue_prioritize()