Lines Matching refs:tx_thread_priority
1079 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1081 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1088 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1090 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1097 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1099 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1106 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1108 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1115 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1117 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1124 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1126 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1148 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1150 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1425 if (priority < thread_ptr -> tx_thread_priority) in _tx_thread_smp_preemptable_threads_get()
1465 if (next_thread -> tx_thread_priority > thread_ptr -> tx_thread_priority) in _tx_thread_smp_preemptable_threads_get()
1477 if (next_thread -> tx_thread_priority == thread_ptr -> tx_thread_priority) in _tx_thread_smp_preemptable_threads_get()
1484 list_head = _tx_thread_priority_list[thread_ptr -> tx_thread_priority]; in _tx_thread_smp_preemptable_threads_get()
1533 priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_simple_priority_change()
1590 thread_ptr -> tx_thread_priority = new_priority; in _tx_thread_smp_simple_priority_change()
1597 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()