Searched refs:tx_thread_smp_core_mapped (Results 1 – 19 of 19) sorted by relevance
125 mapped_core = (((ULONG) 1) << thread_ptr -> tx_thread_smp_core_mapped); in _tx_thread_smp_core_exclude()143 thread_ptr -> tx_thread_smp_core_mapped = ((UINT) 0); in _tx_thread_smp_core_exclude()152 thread_ptr -> tx_thread_smp_core_mapped = new_mapped_core; in _tx_thread_smp_core_exclude()
521 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()602 thread_ptr -> tx_thread_smp_core_mapped = i; in _tx_thread_system_resume()698 … if (next_thread == _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_resume()722 … possible_cores = (((ULONG) 1) << preempt_thread -> tx_thread_smp_core_mapped); in _tx_thread_system_resume()729 i = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()732 thread_ptr -> tx_thread_smp_core_mapped = i; in _tx_thread_system_resume()761 … j = preempt_thread -> tx_thread_smp_core_mapped; in _tx_thread_system_resume()771 … thread_ptr -> tx_thread_smp_core_mapped = j; in _tx_thread_system_resume()
190 mapped_core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_relinquish()232 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_relinquish()239 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()
102 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_time_slice_change()
277 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_time_slice()281 … next_thread -> tx_thread_smp_core_mapped = core_index; in _tx_thread_time_slice()
521 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()618 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()716 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_suspend()739 next_thread -> tx_thread_smp_core_mapped = i; in _tx_thread_system_suspend()
160 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_mutex_priority_change()377 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_mutex_priority_change()
669 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()776 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()792 core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()795 thread_ptr -> tx_thread_smp_core_mapped = previous_core; in _tx_thread_smp_remap_solution_find()805 thread_ptr -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()815 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
331 j = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_rebalance_execute_list()342 schedule_thread -> tx_thread_smp_core_mapped = j; in _tx_thread_smp_rebalance_execute_list()
194 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_priority_change()400 core_index = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_priority_change()
193 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()
1194 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()1301 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()1317 core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()1320 thread_ptr -> tx_thread_smp_core_mapped = previous_core; in _tx_thread_smp_remap_solution_find()1330 thread_ptr -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()1340 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
559 UINT tx_thread_smp_core_mapped; member
97 #define tx_thread_smp_core_mapped tx_thread_mips32_mapped_vpe macro
255 … thread_ptr -> tx_thread_smp_core_mapped = TX_THREAD_SMP_MAX_CORES; \
394 thread_ptr -> tx_thread_smp_core_mapped = 0; in _txm_module_manager_thread_create()