Lines Matching refs:possible_cores
994 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local
997 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()
1361 ULONG possible_cores = ((ULONG) 0); in _tx_thread_smp_preemptable_threads_get() local
1422 possible_cores = possible_cores | thread_ptr -> tx_thread_smp_cores_allowed; in _tx_thread_smp_preemptable_threads_get()
1518 return(possible_cores); in _tx_thread_smp_preemptable_threads_get()