Searched refs:mapped_core (Results 1 – 2 of 2) sorted by relevance
84 ULONG mapped_core; in _tx_thread_smp_core_exclude() local124 mapped_core = (((ULONG) 1) << thread_ptr -> tx_thread_smp_core_mapped); in _tx_thread_smp_core_exclude()134 if ((mapped_core & available_cores) == ((ULONG) 0)) in _tx_thread_smp_core_exclude()
88 UINT mapped_core; in _tx_thread_relinquish() local189 mapped_core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_relinquish()192 if (thread_ptr != _tx_thread_execute_ptr[mapped_core]) in _tx_thread_relinquish()213 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> mapped_core) & ((ULONG) 1); in _tx_thread_relinquish()238 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()241 _tx_thread_execute_ptr[mapped_core] = next_thread; in _tx_thread_relinquish()