Searched refs:tx_thread_smp_core_mapped (Results 1 – 19 of 19) sorted by relevance
124 mapped_core = (((ULONG) 1) << thread_ptr -> tx_thread_smp_core_mapped); in _tx_thread_smp_core_exclude()142 thread_ptr -> tx_thread_smp_core_mapped = ((UINT) 0); in _tx_thread_smp_core_exclude()151 thread_ptr -> tx_thread_smp_core_mapped = new_mapped_core; in _tx_thread_smp_core_exclude()
520 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()601 thread_ptr -> tx_thread_smp_core_mapped = i; in _tx_thread_system_resume()697 … if (next_thread == _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_resume()721 … possible_cores = (((ULONG) 1) << preempt_thread -> tx_thread_smp_core_mapped); in _tx_thread_system_resume()728 i = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()731 thread_ptr -> tx_thread_smp_core_mapped = i; in _tx_thread_system_resume()760 … j = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()770 … thread_ptr -> tx_thread_smp_core_mapped = j; in _tx_thread_system_resume()
189 mapped_core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_relinquish()231 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_relinquish()238 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()
101 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_time_slice_change()
276 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_time_slice()280 … next_thread -> tx_thread_smp_core_mapped = core_index; in _tx_thread_time_slice()
520 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()617 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()715 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_suspend()738 next_thread -> tx_thread_smp_core_mapped = i; in _tx_thread_system_suspend()
159 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_mutex_priority_change()376 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_mutex_priority_change()
668 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()775 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()791 core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()794 thread_ptr -> tx_thread_smp_core_mapped = previous_core; in _tx_thread_smp_remap_solution_find()804 thread_ptr -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()814 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
193 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_priority_change()399 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_priority_change()
330 j = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_rebalance_execute_list()341 schedule_thread -> tx_thread_smp_core_mapped = j; in _tx_thread_smp_rebalance_execute_list()
192 thread_ptr -> tx_thread_smp_core_mapped = 0; in _tx_thread_create()
119 thread_0.tx_thread_smp_core_mapped = TX_THREAD_SMP_MAX_CORES; in suspend_lowest_priority()318 thread_0.tx_thread_smp_core_mapped = 0; in thread_0_entry()325 thread_0.tx_thread_smp_core_mapped = 0; in thread_0_entry()
429 thread_0.tx_thread_smp_core_mapped = 0; in thread_0_entry()
1278 init_test_thread.tx_thread_smp_core_mapped = TX_THREAD_SMP_MAX_CORES; in tx_application_define()
1193 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()1300 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()1316 core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()1319 thread_ptr -> tx_thread_smp_core_mapped = previous_core; in _tx_thread_smp_remap_solution_find()1329 thread_ptr -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()1339 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
564 UINT tx_thread_smp_core_mapped; member
96 #define tx_thread_smp_core_mapped tx_thread_mips32_mapped_vpe macro
254 … thread_ptr -> tx_thread_smp_core_mapped = TX_THREAD_SMP_MAX_CORES; \
393 thread_ptr -> tx_thread_smp_core_mapped = 0; in _txm_module_manager_thread_create()