Searched refs:exclusion_map_ptr (Results 1 – 3 of 3) sorted by relevance
74 UINT _tx_thread_smp_core_exclude_get(TX_THREAD *thread_ptr, ULONG *exclusion_map_ptr) in _tx_thread_smp_core_exclude_get() argument97 else if (exclusion_map_ptr == TX_NULL) in _tx_thread_smp_core_exclude_get()107 *exclusion_map_ptr = thread_ptr -> tx_thread_smp_cores_excluded; in _tx_thread_smp_core_exclude_get()
74 UINT _tx_timer_smp_core_exclude_get(TX_TIMER *timer_ptr, ULONG *exclusion_map_ptr) in _tx_timer_smp_core_exclude_get() argument97 else if (exclusion_map_ptr == TX_NULL) in _tx_timer_smp_core_exclude_get()107 …*exclusion_map_ptr = (timer_ptr -> tx_timer_internal.tx_timer_internal_smp_cores_excluded) & ((UL… in _tx_timer_smp_core_exclude_get()
1140 UINT _tx_thread_smp_core_exclude_get(TX_THREAD *thread_ptr, ULONG *exclusion_map_ptr);1143 UINT _tx_timer_smp_core_exclude_get(TX_TIMER *timer_ptr, ULONG *exclusion_map_ptr);