Lines Matching refs:priority_map
218 ULONG priority_map; in _tx_thread_suspend() local
447 priority_map = _tx_thread_priority_map_active; in _tx_thread_suspend()
450 if (priority_map != ((ULONG) 0)) in _tx_thread_suspend()
454 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend()
466 priority_map = _tx_thread_priority_maps[MAP_INDEX]; in _tx_thread_suspend()
469 if (priority_map == ((ULONG) 0)) in _tx_thread_suspend()
526 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_suspend()
576 priority_map = _tx_thread_preempted_map_active; in _tx_thread_suspend()
579 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_suspend()
590 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_suspend()
593 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_suspend()