Home
last modified time | relevance | path

Searched refs:possible_cores (Results 1 – 5 of 5) sorted by relevance

/ThreadX-v6.3.0/common_smp/src/
Dtx_thread_smp_rebalance_execute_list.c104 ULONG possible_cores; in _tx_thread_smp_rebalance_execute_list() local
140 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()
Dtx_thread_smp_utilities.c470 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local
473 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 …]
Dtx_thread_system_resume.c123 ULONG possible_cores; in _tx_thread_system_resume() local
619 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()
722possible_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()
747possible_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()
Dtx_thread_system_suspend.c115 ULONG possible_cores; in _tx_thread_system_suspend() local
667 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()
798possible_cores = possible_cores & (~thread_possible_cores); in _tx_thread_system_suspend()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_thread.h995 ULONG possible_cores; in _tx_thread_smp_possible_cores_get() local
998 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 …]