Lines Matching refs:priority_map
91 ULONG priority_map; in _tx_thread_system_suspend() local
312 priority_map = _tx_thread_priority_map_active; in _tx_thread_system_suspend()
315 if (priority_map != ((ULONG) 0)) in _tx_thread_system_suspend()
319 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
331 priority_map = _tx_thread_priority_maps[MAP_INDEX]; in _tx_thread_system_suspend()
334 if (priority_map == ((ULONG) 0)) in _tx_thread_system_suspend()
393 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_system_suspend()
440 priority_map = _tx_thread_preempted_map_active; in _tx_thread_system_suspend()
443 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index) in _tx_thread_system_suspend()
454 priority_map = _tx_thread_preempted_maps[MAP_INDEX]; in _tx_thread_system_suspend()
457 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit) in _tx_thread_system_suspend()
696 ULONG priority_map;
901 priority_map = _tx_thread_priority_map_active;
904 if (priority_map != ((ULONG) 0))
908 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index)
920 priority_map = _tx_thread_priority_maps[MAP_INDEX];
923 if (priority_map == ((ULONG) 0))
977 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit)
1015 priority_map = _tx_thread_preempted_map_active;
1018 TX_LOWEST_SET_BIT_CALCULATE(priority_map, map_index)
1029 priority_map = _tx_thread_preempted_maps[MAP_INDEX];
1032 TX_LOWEST_SET_BIT_CALCULATE(priority_map, priority_bit)