HomeSort by: relevance | last modified time | path
    Searched refs:stfree (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 86 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap
233 stfree = ~l2tobm(0);
236 stfree &= ~l2tobm(i);
238 stfree &= ~l2tobm(i);
240 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
241 stfree &= ~l2tobm(i);
388 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap
237 stfree = ~l2tobm(0);
240 stfree &= ~l2tobm(i);
242 stfree &= ~l2tobm(i);
244 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
245 stfree &= ~l2tobm(i);
416 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap
228 stfree = ~l2tobm(0);
231 stfree &= ~l2tobm(i);
233 stfree &= ~l2tobm(i);
235 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
236 stfree &= ~l2tobm(i);
385 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap
228 stfree = ~l2tobm(0);
231 stfree &= ~l2tobm(i);
233 stfree &= ~l2tobm(i);
235 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
236 stfree &= ~l2tobm(i);
381 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 103 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap
245 stfree = ~l2tobm(0);
248 stfree &= ~l2tobm(i);
250 stfree &= ~l2tobm(i);
252 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
253 stfree &= ~l2tobm(i);
386 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 97 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap
250 stfree = ~l2tobm(0);
253 stfree &= ~l2tobm(i);
255 stfree &= ~l2tobm(i);
257 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
258 stfree &= ~l2tobm(i);
410 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 99 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap
276 stfree = ~l2tobm(0);
279 stfree &= ~l2tobm(i);
281 stfree &= ~l2tobm(i);
283 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
284 stfree &= ~l2tobm(i);
429 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 109 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap
285 stfree = ~l2tobm(0);
288 stfree &= ~l2tobm(i);
290 stfree &= ~l2tobm(i);
292 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
293 stfree &= ~l2tobm(i);
452 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 123 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local in function:pmap_bootstrap
284 stfree = ~l2tobm(0);
287 stfree &= ~l2tobm(i);
289 stfree &= ~l2tobm(i);
291 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
292 stfree &= ~l2tobm(i);
462 protostfree = stfree;
  /src/sys/dev/ieee1394/
fwdev.c 292 STAILQ_INSERT_TAIL(&ir->stfree, ir->stproc, link);
336 it->stproc = STAILQ_FIRST(&it->stfree);
338 STAILQ_REMOVE_HEAD(&it->stfree, link);
780 STAILQ_INIT(&q->stfree);
787 STAILQ_INSERT_TAIL(&q->stfree, &q->bulkxfer[i], link);
firewirereg.h 200 STAILQ_HEAD(, fw_bulkxfer) stfree;
if_fwip.c 363 STAILQ_INIT(&xferq->stfree);
371 STAILQ_INSERT_TAIL(&xferq->stfree,
713 STAILQ_INSERT_TAIL(&xferq->stfree, sxfer, link);
792 if (STAILQ_FIRST(&xferq->stfree) != NULL)
fwohci.c 601 /* requeue stdma to stfree */
604 STAILQ_INSERT_TAIL(&ir->stfree, chunk, link);
828 first = STAILQ_FIRST(&ir->stfree);
838 while ((chunk = STAILQ_FIRST(&ir->stfree)) != NULL) {
864 STAILQ_REMOVE_HEAD(&ir->stfree, link);
994 if (STAILQ_FIRST(&it->stfree) != NULL)
2230 STAILQ_INSERT_TAIL(&it->stfree, chunk, link);

Completed in 46 milliseconds