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()
113 ULONG possible_cores; in _tx_thread_system_suspend() local665 possible_cores = _tx_thread_smp_possible_cores_get(); in _tx_thread_system_suspend()671 complex_path_possible = possible_cores & available_cores; in _tx_thread_system_suspend()759 … thread_possible_cores = thread_possible_cores & possible_cores; in _tx_thread_system_suspend()773 … test_possible_cores = possible_cores & ~(thread_possible_cores); in _tx_thread_system_suspend()796 … possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_system_suspend()
993 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local996 possible_cores = ((ULONG) 0); in _tx_thread_smp_possible_cores_get()1000 possible_cores = thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1006 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1012 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1018 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1024 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1030 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1049 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_possible_cores_get()1061 return(possible_cores); in _tx_thread_smp_possible_cores_get()[all …]