Searched refs:rtp2 (Results 1 – 1 of 1) sorted by relevance
418 struct rtprio rtp2; in sys_rtprio() local423 pri_to_rtp(tdp, &rtp2); in sys_rtprio()424 if (rtp2.type < rtp.type || in sys_rtprio()425 (rtp2.type == rtp.type && in sys_rtprio()426 rtp2.prio < rtp.prio)) { in sys_rtprio()427 rtp.type = rtp2.type; in sys_rtprio()428 rtp.prio = rtp2.prio; in sys_rtprio()