Searched refs:TD_ON_UPILOCK (Results 1 – 2 of 2) sorted by relevance
596 #define TD_ON_UPILOCK(td) ((td)->td_flags & TDF_UPIBLOCKED) macro
505 if (TD_ON_UPILOCK(td) && oldpri != newpri) { in rtp_to_pri()