Lines Matching defs:jobs
41 * JoBS - altq prototype implementation
45 * JoBS algorithms originally devised and proposed by
58 * JoBS queue
69 #ifdef ALTQ_JOBS /* jobs is enabled by ALTQ_JOBS option in opt_altq.h */
140 altqdev_decl(jobs);
162 printf("JoBS bandwidth = %d bps\n", (int)bandwidth);
163 printf("JoBS buffer size = %d pkts [%s]\n",
180 /* add this state to the jobs list */
1813 * jobs device interface
1823 printf("jobs: no CPU clock available!\n");
1899 printf("jobs: no default class\n");
1961 * set JOBS to this ifnet structure.
2187 {"jobs", jobsopen, jobsclose, jobsioctl};