Searched refs:tx_thread_smp_core_mapped (Results 1 – 16 of 16) 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()
519 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()616 i = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_system_suspend()714 … if (next_thread != _tx_thread_execute_ptr[next_thread -> tx_thread_smp_core_mapped]) in _tx_thread_system_suspend()737 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()
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()
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()
178 thread_ptr -> tx_thread_smp_core_mapped = 0; in _tx_thread_create()
1192 core = schedule_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()1299 core = last_thread -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()1315 core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_smp_remap_solution_find()1318 thread_ptr -> tx_thread_smp_core_mapped = previous_core; in _tx_thread_smp_remap_solution_find()1328 thread_ptr -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()1338 last_thread -> tx_thread_smp_core_mapped = core; in _tx_thread_smp_remap_solution_find()
551 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; \
377 thread_ptr -> tx_thread_smp_core_mapped = 0; in _txm_module_manager_thread_create()