Searched refs:tx_thread_smp_cores_excluded (Results 1 – 10 of 10) sorted by relevance
137 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()159 …if ((_tx_timer_thread.tx_thread_smp_cores_excluded & ((ULONG) TX_THREAD_SMP_CORE_MASK)) != core_ex… in _tx_timer_thread_entry()204 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()468 if (_tx_timer_thread.tx_thread_smp_cores_excluded != core_exclusion) in _tx_timer_thread_entry()
106 *exclusion_map_ptr = thread_ptr -> tx_thread_smp_cores_excluded; in _tx_thread_smp_core_exclude_get()
130 thread_ptr -> tx_thread_smp_cores_excluded = exclusion_map; in _tx_thread_smp_core_exclude()
175 thread_ptr -> tx_thread_smp_cores_excluded = ((ULONG) 0); in _tx_thread_create()185 thread_ptr -> tx_thread_smp_cores_excluded = (TX_THREAD_SMP_CORE_MASK & 0xFFFFFFFE); in _tx_thread_create()
249 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> core_index) & ((ULONG) 1); in _tx_thread_time_slice()
213 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> mapped_core) & ((ULONG) 1); in _tx_thread_relinquish()
376 thread_ptr -> tx_thread_smp_cores_excluded = ((ULONG) 0); in _txm_module_manager_thread_create()386 thread_ptr -> tx_thread_smp_cores_excluded = (TX_THREAD_SMP_CORE_MASK & 0xFFFFFFFE); in _txm_module_manager_thread_create()
2362 if (core_bit_map & thread_ptr -> tx_thread_smp_cores_excluded) in thread_entry()
2455 if (core_bit_map & thread_ptr -> tx_thread_smp_cores_excluded) in thread_entry()
576 ULONG tx_thread_smp_cores_excluded; member