Searched refs:exclusion_map (Results 1 – 3 of 3) sorted by relevance
77 UINT _tx_timer_smp_core_exclude(TX_TIMER *timer_ptr, ULONG exclusion_map) in _tx_timer_smp_core_exclude() argument108 … (exclusion_map & ((ULONG) TX_THREAD_SMP_CORE_MASK)); in _tx_timer_smp_core_exclude()
78 UINT _tx_thread_smp_core_exclude(TX_THREAD *thread_ptr, ULONG exclusion_map) in _tx_thread_smp_core_exclude() argument128 available_cores = (~exclusion_map) & ((ULONG) TX_THREAD_SMP_CORE_MASK); in _tx_thread_smp_core_exclude()131 thread_ptr -> tx_thread_smp_cores_excluded = exclusion_map; in _tx_thread_smp_core_exclude()
1125 UINT _tx_thread_smp_core_exclude(TX_THREAD *thread_ptr, ULONG exclusion_map);1128 UINT _tx_timer_smp_core_exclude(TX_TIMER *timer_ptr, ULONG exclusion_map);