Lines Matching refs:tx_thread_priority
1080 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1082 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1089 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1091 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1098 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1100 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1107 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1109 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1116 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1118 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1125 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1127 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1149 if (thread_ptr -> tx_thread_priority > lowest_priority) in _tx_thread_smp_lowest_priority_get()
1151 lowest_priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_lowest_priority_get()
1426 if (priority < thread_ptr -> tx_thread_priority) in _tx_thread_smp_preemptable_threads_get()
1466 if (next_thread -> tx_thread_priority > thread_ptr -> tx_thread_priority) in _tx_thread_smp_preemptable_threads_get()
1478 if (next_thread -> tx_thread_priority == thread_ptr -> tx_thread_priority) in _tx_thread_smp_preemptable_threads_get()
1485 list_head = _tx_thread_priority_list[thread_ptr -> tx_thread_priority]; in _tx_thread_smp_preemptable_threads_get()
1534 priority = thread_ptr -> tx_thread_priority; in _tx_thread_smp_simple_priority_change()
1591 thread_ptr -> tx_thread_priority = new_priority; in _tx_thread_smp_simple_priority_change()
1598 thread_ptr -> tx_thread_priority = thread_ptr -> tx_thread_inherit_priority; in _tx_thread_smp_simple_priority_change()