Searched refs:scheduler (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/tools/regression/p1003_1b/
H A Dprutil.c19 char *sched_text(int scheduler) argument
21 switch(scheduler)
33 return "Illegal scheduler value";
39 int scheduler; local
42 /* What scheduler are we running now?
45 scheduler = sched_getscheduler(0);
52 if (shouldbe != -1 && scheduler != shouldbe)
55 "At line %d the scheduler should be %s yet it is %s.\n",
56 line, sched_text(shouldbe), sched_text(scheduler));
61 return scheduler;
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c46 static int get_different_priority(int scheduler);
58 int scheduler; local
61 scheduler = sched_getscheduler(0);
63 if (schedulers[i] == scheduler)
67 "Unknown current scheduler %d", scheduler); local
69 /* new scheduler */
77 get_different_priority(int scheduler) argument
82 max = sched_get_priority_max(scheduler);
83 min = sched_get_priority_min(scheduler);
109 int pid, scheduler, child_scheduler, priority, status, err, pfd[2]; local
[all...]
/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddummynet.txt21 Add a scheduler
27 Delete a scheduler
32 How to implement a new scheduler
52 Flowsets are then passed to a scheduler for processing. The
59 "sched 10" represents one or more scheduler instances,
68 collect packets into independent flows on each scheduler.
93 Main parameters are the scheduler we attach to, a flow_mask,
94 buckets, queue size, plr, weight, and other scheduler-specific
102 defines a scheduler (and a link attached to it).
103 Parameters include scheduler typ
[all...]
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf_altq.h94 /* scheduler spec */
95 uint8_t scheduler; /* scheduler type */ member in struct:pf_altq
H A Dpf_ioctl.c2180 pq->scheduler = altq->scheduler;
/freebsd-10-stable/sbin/pfctl/
H A Dpfctl_altq.c175 switch (a->scheduler) {
226 if (a->scheduler == ALTQT_CBQ || a->scheduler == ALTQT_HFSC ||
227 a->scheduler == ALTQT_FAIRQ) {
238 switch (a->scheduler) {
311 switch (altq->scheduler) {
349 pa->scheduler = if_pa->scheduler;
372 if (pa->scheduler == ALTQT_CBQ || pa->scheduler
[all...]
H A Dpfctl_qstats.c171 if ((pa.altq.qid > 0 || pa.altq.scheduler == ALTQT_CODEL) &&
309 if (a->altq.qid == 0 && a->altq.scheduler != ALTQT_CODEL)
316 switch (a->altq.scheduler) {
459 if (a->altq.qid == 0 && a->altq.scheduler != ALTQT_CODEL)
465 switch (a->altq.scheduler) {
H A Dparse.y203 int scheduler;
280 struct node_queue_opt scheduler;
499 %type <v.queue_options> scheduler
1469 if ($3.scheduler.qtype == ALTQT_NONE) {
1470 yyerror("no scheduler specified!");
1473 a.scheduler = $3.scheduler.qtype;
1476 if ($5 == NULL && $3.scheduler.qtype != ALTQT_CODEL) {
1481 &$3.scheduler))
1514 a.scheduler
1653 scheduler : CBQ { label
[all...]
/freebsd-10-stable/share/man/man9/
H A DMakefile244 scheduler.9 \
1172 MLINKS+=scheduler.9 curpriority_cmp.9 \
1173 scheduler.9 maybe_resched.9 \
1174 scheduler.9 resetpriority.9 \
1175 scheduler.9 roundrobin.9 \
1176 scheduler.9 roundrobin_interval.9 \
1177 scheduler.9 schedclock.9 \
1178 scheduler.9 schedcpu.9 \
1179 scheduler.9 sched_setup.9 \
1180 scheduler
[all...]
/freebsd-10-stable/sys/contrib/altq/altq/
H A Daltq_subr.c522 switch (a->scheduler) {
609 switch (a->scheduler) {
655 switch (a->scheduler) {
698 switch (a->scheduler) {
736 switch (a->scheduler) {
774 switch (a->scheduler) {
/freebsd-10-stable/sys/net/
H A Dpfvar.h1302 u_int8_t scheduler; member in struct:pfioc_qstats
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_snmp.c979 val->v.integer = e->altq.scheduler;

Completed in 136 milliseconds