Lines Matching refs:queue_ptr
74 UINT _tx_queue_prioritize(TX_QUEUE *queue_ptr) in _tx_queue_prioritize() argument
92 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_QUEUE_PRIORITIZE, queue_ptr, queue_ptr -> tx_queue_suspended_coun… in _tx_queue_prioritize()
98 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
113 head_ptr = queue_ptr -> tx_queue_suspension_list; in _tx_queue_prioritize()
121 queue_ptr -> tx_queue_suspension_list = next_thread; in _tx_queue_prioritize()
131 head_ptr = queue_ptr -> tx_queue_suspension_list; in _tx_queue_prioritize()
167 if (head_ptr != queue_ptr -> tx_queue_suspension_list) in _tx_queue_prioritize()
177 if (suspended_count != queue_ptr -> tx_queue_suspended_count) in _tx_queue_prioritize()
196 head_ptr = queue_ptr -> tx_queue_suspension_list; in _tx_queue_prioritize()
197 suspended_count = queue_ptr -> tx_queue_suspended_count; in _tx_queue_prioritize()
237 queue_ptr -> tx_queue_suspension_list = priority_thread_ptr; in _tx_queue_prioritize()