Searched refs:_tx_thread_smp_max_cores (Results 1 – 14 of 14) sorted by relevance
112 if (_tx_thread_smp_max_cores == 0) in _tx_thread_smp_high_level_initialize()116 _tx_thread_smp_max_cores = TX_THREAD_SMP_MAX_CORES; in _tx_thread_smp_high_level_initialize()120 _tx_thread_smp_low_level_initialize(_tx_thread_smp_max_cores); in _tx_thread_smp_high_level_initialize()
192 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_clear()237 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_clear()282 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_setup()365 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_setup()441 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_available_cores_get()518 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_possible_cores_get()614 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_lowest_priority_get()862 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_preemptable_threads_get()886 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_preemptable_threads_get()
110 … if ((core_index < _tx_thread_smp_max_cores) && (thread_ptr == _tx_thread_current_ptr[core_index])) in _tx_thread_time_slice_change()
158 for (i = ((ULONG) 1); i < _tx_thread_smp_max_cores; i++) in _tx_initialize_kernel_enter()
144 possible_cores = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _tx_thread_smp_rebalance_execute_list()572 } while (i < _tx_thread_smp_max_cores); in _tx_thread_smp_rebalance_execute_list()
447 while(i < _tx_thread_smp_max_cores) in _tx_thread_system_resume()489 if (i < _tx_thread_smp_max_cores) in _tx_thread_system_resume()693 while (i < _tx_thread_smp_max_cores) in _tx_thread_system_resume()
208 for (i = 0; i < _tx_thread_smp_max_cores; i++) in _tx_thread_smp_debug_entry_insert()
80 ULONG _tx_thread_smp_max_cores; variable
125 for (core_index = ((ULONG) 0); core_index < _tx_thread_smp_max_cores; core_index++) in _tx_thread_time_slice()
386 if (core_index < _tx_thread_smp_max_cores) in _tx_mutex_priority_change()
165 thread_ptr -> tx_thread_smp_cores_allowed = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _tx_thread_create()
409 if (core_index < _tx_thread_smp_max_cores) in _tx_thread_priority_change()
205 THREAD_DECLARE ULONG _tx_thread_smp_max_cores; variable705 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_clear()750 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_clear()795 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_schedule_list_setup()888 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_execute_list_setup()964 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_available_cores_get()1041 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_possible_cores_get()1137 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_lowest_priority_get()1385 while (j < _tx_thread_smp_max_cores) in _tx_thread_smp_preemptable_threads_get()1409 while (i < _tx_thread_smp_max_cores) in _tx_thread_smp_preemptable_threads_get()
364 thread_ptr -> tx_thread_smp_cores_allowed = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _txm_module_manager_thread_create()