Searched refs:possible_cores (Results 1 – 5 of 5) sorted by relevance
103 ULONG possible_cores; in _tx_thread_smp_rebalance_execute_list() local139 possible_cores = ((ULONG) TX_THREAD_SMP_CORE_MASK); in _tx_thread_smp_rebalance_execute_list()143 possible_cores = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _tx_thread_smp_rebalance_execute_list()147 available_cores = possible_cores; in _tx_thread_smp_rebalance_execute_list()239 thread_possible_cores = thread_possible_cores & (available_cores | possible_cores); in _tx_thread_smp_rebalance_execute_list()360 test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_smp_rebalance_execute_list()388 possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_smp_rebalance_execute_list()
469 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local472 possible_cores = ((ULONG) 0); in _tx_thread_smp_possible_cores_get()476 possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()482 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()488 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()494 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()500 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()506 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()525 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()537 return(possible_cores); in _tx_thread_smp_possible_cores_get()[all …]
122 ULONG possible_cores; in _tx_thread_system_resume() local618 possible_cores = _tx_thread_smp_possible_cores_get(); in _tx_thread_system_resume()621 if ((available_cores & possible_cores) != ((ULONG) 0)) in _tx_thread_system_resume()629 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_resume()638 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume()721 … possible_cores = (((ULONG) 1) << preempt_thread -> tx_thread_smp_core_mapped); in _tx_thread_system_resume()724 … if ((thread_possible_cores & possible_cores) != ((ULONG) 0)) in _tx_thread_system_resume()746 …possible_cores = _tx_thread_smp_preemptable_threads_get(thread_ptr -> tx_thread_priority, possibl… in _tx_thread_system_resume()791 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_resume()803 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume()
114 ULONG possible_cores; in _tx_thread_system_suspend() local666 possible_cores = _tx_thread_smp_possible_cores_get(); in _tx_thread_system_suspend()672 complex_path_possible = possible_cores & available_cores; in _tx_thread_system_suspend()760 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_suspend()774 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_suspend()797 … possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_system_suspend()
994 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local997 possible_cores = ((ULONG) 0); in _tx_thread_smp_possible_cores_get()1001 possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1007 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1013 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1019 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1025 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1031 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1050 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1062 return(possible_cores); in _tx_thread_smp_possible_cores_get()[all …]