Home
last modified time | relevance | path

Searched refs:RT_TQINF (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libc/port/rt/
H A Dsched.c266 (policy == SCHED_FIFO? RT_TQINF : RT_TQDEF) : in set_priority()
317 policy = (rtp->rt_tqnsecs == RT_TQINF? SCHED_FIFO : SCHED_RR); in setprio()
365 policy = (rtp->rt_tqnsecs == RT_TQINF? SCHED_FIFO : SCHED_RR); in getparam()
471 (((rtparms_t *)pcparm.pc_clparms)->rt_tqnsecs == RT_TQINF? in sched_getscheduler()
538 if (rtp->rt_tqnsecs != RT_TQINF) { in sched_rr_get_interval()
614 ((rtparms_t *)pcparm.pc_clparms)->rt_tqnsecs == RT_TQINF? in update_sched()
/titanic_44/usr/src/uts/common/disp/
H A Drt.c323 tmpdpp[i].rt_quantum != RT_TQINF) { in rt_admin()
396 if (rtkparmsp->rt_tqntm == RT_TQINF) in rt_enterclass()
397 rtpp->rt_pquantum = RT_TQINF; in rt_enterclass()
618 rtprmsp->rt_tqnsecs != RT_TQINF && in rt_parmsin()
717 if (nsecs != RT_TQINF && nsecs != RT_TQDEF) in rt_vaparmsin()
880 if (rtkprmsp->rt_tqntm == RT_TQINF) in rt_parmsset()
881 rtpp->rt_pquantum = RT_TQINF; in rt_parmsset()
997 if ((rtpp->rt_pquantum != RT_TQINF && --rtpp->rt_timeleft == 0) || in rt_tick()
/titanic_44/usr/src/uts/common/sys/
H A Drtpriocntl.h60 #define RT_TQINF -2 macro
/titanic_44/usr/src/cmd/dispadmin/
H A Drtdispadmin.c190 if (res != HZ && rt_dptbl[i].rt_quantum != RT_TQINF) { in get_rtdptbl()
344 if (rt_dptbl[i].rt_quantum != RT_TQINF)
/titanic_44/usr/src/cmd/priocntl/
H A Drtpriocntl.c303 if (rt_tqnsecs == RT_TQINF) in print_rtprocs()