Searched refs:mapped_core (Results 1 – 2 of 2) sorted by relevance
85 ULONG mapped_core; in _tx_thread_smp_core_exclude() local125 mapped_core = (((ULONG) 1) << thread_ptr -> tx_thread_smp_core_mapped); in _tx_thread_smp_core_exclude()135 if ((mapped_core & available_cores) == ((ULONG) 0)) in _tx_thread_smp_core_exclude()
89 UINT mapped_core; in _tx_thread_relinquish() local190 mapped_core = thread_ptr -> tx_thread_smp_core_mapped; in _tx_thread_relinquish()193 if (thread_ptr != _tx_thread_execute_ptr[mapped_core]) in _tx_thread_relinquish()214 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> mapped_core) & ((ULONG) 1); in _tx_thread_relinquish()239 next_thread -> tx_thread_smp_core_mapped = mapped_core; in _tx_thread_relinquish()242 _tx_thread_execute_ptr[mapped_core] = next_thread; in _tx_thread_relinquish()