Searched defs:sched_class (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsched.c40 static pcclass_t sched_class[] = { variable
67 #define NPOLICY (sizeof (sched_class) / sizeof (pcclass_t))
73 static mutex_t class_lock = DEFAULTMUTEX; /* protects sched_class[] */
86 for (policy = 0, pccp = sched_class;
101 pcclass_t *pccp = &sched_class[policy];
192 for (policy = 0, pccp = sched_class;
206 for (policy = 0, pccp = sched_class;
217 * have room in the sched_class[] table.
225 pccp = &sched_class[policy];
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Doffload.h159 int16_t sched_class; member in struct:offload_settings
/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h153 struct sclass *sched_class; member in struct:modlsched
/illumos-gate/usr/src/uts/common/os/
H A Dzone.c2611 char sched_class[PC_CLNMSZ]; local
2616 if ((err = copyinstr(new_class, sched_class, PC_CLNMSZ, NULL)) != 0)
2619 if (getcid(sched_class, &classid) != 0 || CLASS_KERNEL(classid))

Completed in 59 milliseconds