Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h132 pri_t t_epri; /* inherited thread priority */ member
488 #define INHERITED(t) ((t)->t_epri != 0)
491 #define DISP_PRIO(t) ((t)->t_epri > (t)->t_pri ? (t)->t_epri : (t)->t_pri)
H A Dsobject.h73 (*(sobj_ops->sobj_change_pri))(t, pri, &t->t_epri)
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1937 if (t->t_epri == disp_pri) in thread_change_epri()
1946 t->t_epri = disp_pri; in thread_change_epri()
1967 if (disp_pri != t->t_epri) in thread_change_epri()
1977 t->t_epri = disp_pri; in thread_change_epri()
H A Dsysdc.c1084 return (t->t_epri); in sysdc_globpri()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c506 t.t_pri, t.t_epri, t.t_pil, "n/a"); in thread()
510 t.t_pri, t.t_epri, t.t_pil, t.t_intr); in thread()