Lines Matching refs:rt_tqnsecs
603 if ((rtprmsp->rt_tqsecs == 0 && rtprmsp->rt_tqnsecs == 0) || in rt_parmsin()
604 rtprmsp->rt_tqnsecs >= NANOSEC) in rt_parmsin()
607 if (rtprmsp->rt_tqnsecs != RT_NOCHANGE) in rt_parmsin()
610 if (rtprmsp->rt_tqnsecs >= 0) { in rt_parmsin()
612 NSEC_TO_TICK_ROUNDUP(rtprmsp->rt_tqnsecs)) > INT_MAX) in rt_parmsin()
617 if (rtprmsp->rt_tqnsecs != RT_NOCHANGE && in rt_parmsin()
618 rtprmsp->rt_tqnsecs != RT_TQINF && in rt_parmsin()
619 rtprmsp->rt_tqnsecs != RT_TQDEF) in rt_parmsin()
622 ((rtkparms_t *)rtprmsp)->rt_tqntm = rtprmsp->rt_tqnsecs; in rt_parmsin()
745 ((rtparms_t *)rtkprmsp)->rt_tqnsecs = rtkprmsp->rt_tqntm; in rt_parmsout()
753 ((rtparms_t *)rtkprmsp)->rt_tqnsecs = ts.tv_nsec; in rt_parmsout()