Searched refs:possible_cores (Results 1 – 5 of 5) sorted by relevance
104 ULONG possible_cores; in _tx_thread_smp_rebalance_execute_list() local140 possible_cores = ((ULONG) TX_THREAD_SMP_CORE_MASK); in _tx_thread_smp_rebalance_execute_list()144 possible_cores = (((ULONG) 1) << _tx_thread_smp_max_cores) - 1; in _tx_thread_smp_rebalance_execute_list()148 available_cores = possible_cores; in _tx_thread_smp_rebalance_execute_list()240 thread_possible_cores = thread_possible_cores & (available_cores | possible_cores); in _tx_thread_smp_rebalance_execute_list()361 test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_smp_rebalance_execute_list()389 possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_smp_rebalance_execute_list()
470 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local473 possible_cores = ((ULONG) 0); in _tx_thread_smp_possible_cores_get()477 possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()483 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()489 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()495 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()501 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()507 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()526 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()538 return(possible_cores); in _tx_thread_smp_possible_cores_get()[all …]
123 ULONG possible_cores; in _tx_thread_system_resume() local619 possible_cores = _tx_thread_smp_possible_cores_get(); in _tx_thread_system_resume()622 if ((available_cores & possible_cores) != ((ULONG) 0)) in _tx_thread_system_resume()630 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_resume()639 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume()722 … possible_cores = (((ULONG) 1) << preempt_thread -> tx_thread_smp_core_mapped); in _tx_thread_system_resume()725 … if ((thread_possible_cores & possible_cores) != ((ULONG) 0)) in _tx_thread_system_resume()747 …possible_cores = _tx_thread_smp_preemptable_threads_get(thread_ptr -> tx_thread_priority, possibl… in _tx_thread_system_resume()792 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_resume()804 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_resume()
115 ULONG possible_cores; in _tx_thread_system_suspend() local667 possible_cores = _tx_thread_smp_possible_cores_get(); in _tx_thread_system_suspend()673 complex_path_possible = possible_cores & available_cores; in _tx_thread_system_suspend()761 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_suspend()775 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_suspend()798 … possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_system_suspend()
995 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local998 possible_cores = ((ULONG) 0); in _tx_thread_smp_possible_cores_get()1002 possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1008 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1014 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1020 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1026 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1032 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1051 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1063 return(possible_cores); in _tx_thread_smp_possible_cores_get()[all …]