Searched refs:tx_thread_smp_cores_excluded (Results 1 – 10 of 10) sorted by relevance
138 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()160 …if ((_tx_timer_thread.tx_thread_smp_cores_excluded & ((ULONG) TX_THREAD_SMP_CORE_MASK)) != core_ex… in _tx_timer_thread_entry()205 core_exclusion = _tx_timer_thread.tx_thread_smp_cores_excluded; in _tx_timer_thread_entry()469 if (_tx_timer_thread.tx_thread_smp_cores_excluded != core_exclusion) in _tx_timer_thread_entry()
107 *exclusion_map_ptr = thread_ptr -> tx_thread_smp_cores_excluded; in _tx_thread_smp_core_exclude_get()
131 thread_ptr -> tx_thread_smp_cores_excluded = exclusion_map; in _tx_thread_smp_core_exclude()
176 thread_ptr -> tx_thread_smp_cores_excluded = ((ULONG) 0); in _tx_thread_create()186 thread_ptr -> tx_thread_smp_cores_excluded = (TX_THREAD_SMP_CORE_MASK & 0xFFFFFFFE); in _tx_thread_create()
250 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> core_index) & ((ULONG) 1); in _tx_thread_time_slice()
214 … excluded = (next_thread -> tx_thread_smp_cores_excluded >> mapped_core) & ((ULONG) 1); in _tx_thread_relinquish()
377 thread_ptr -> tx_thread_smp_cores_excluded = ((ULONG) 0); in _txm_module_manager_thread_create()387 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()
571 ULONG tx_thread_smp_cores_excluded; member