HomeSort by: relevance | last modified time | path
    Searched defs:jobs (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/sh/
Makefile 8 expand.c histedit.c input.c jobs.c mail.c main.c memalloc.c \
95 COPTS.jobs.c = -Wno-format-nonliteral
  /src/sys/altq/
altq_conf.c 91 altqdev_decl(jobs); variable
155 {"jobs",jobsopen, jobsclose, jobsioctl}, /* 12 */
altq_jobs.c 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); variable
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")
    [all...]
  /src/usr.bin/make/unit-tests/
sh-flags.mk 19 opt-jobs.yes= -j1
34 letter.jobs.yes= j
42 .for opt-jobs in no yes
53 target+= ${letter.jobs.${opt-jobs}:U_}
63 MAKE_CMD.${target}+= ${opt-jobs.${opt-jobs}}
Makefile 64 TESTS+= cmd-errors-jobs
148 TESTS+= deptgt-end-jobs
166 TESTS+= deptgt-silent-jobs
230 TESTS+= jobs-empty-commands
231 TESTS+= jobs-empty-commands-error
232 TESTS+= jobs-error-indirect
233 TESTS+= jobs-error-nested
234 TESTS+= jobs-error-nested-make
254 TESTS+= opt-debug-errors-jobs
261 TESTS+= opt-debug-jobs
    [all...]
  /src/libexec/makewhatis/
makewhatis.c 132 int rv, jobs, status; local
139 jobs = 0;
223 jobs++;
233 while (jobs > 0) {
237 jobs--;
  /src/sys/sys/
aio.h 99 size_t completed; /* Number of completed jobs in this wait group */
100 size_t total; /* Total jobs being waited on */
123 bool on_queue; /* Whether or not this job is on sp->jobs */
176 TAILQ_HEAD(, aio_job) jobs; /* Queue of pending jobs */ member in struct:aiosp
177 size_t jobs_pending; /* Number of pending jobs */
180 volatile u_long njobs_processing;/* Number of total jobs currently being processed*/
197 unsigned int jobs_count; /* Count of the jobs */

Completed in 41 milliseconds