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

  /src/sys/arch/luna68k/luna68k/
pmap_bootstrap.c 89 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local
222 stfree = ~l2tobm(0);
225 stfree &= ~l2tobm(i);
227 stfree &= ~l2tobm(i);
229 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
230 stfree &= ~l2tobm(i);
371 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/news68k/news68k/
pmap_bootstrap.c 93 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local
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);
387 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/cesfic/cesfic/
pmap_bootstrap.c 87 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local
239 stfree = ~l2tobm(0);
242 stfree &= ~l2tobm(i);
244 stfree &= ~l2tobm(i);
246 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
247 stfree &= ~l2tobm(i);
394 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/hp300/hp300/
pmap_bootstrap.c 90 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local
240 stfree = ~l2tobm(0);
243 stfree &= ~l2tobm(i);
245 stfree &= ~l2tobm(i);
247 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
248 stfree &= ~l2tobm(i);
418 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/mac68k/mac68k/
pmap_bootstrap.c 101 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local
242 stfree = ~l2tobm(0);
245 stfree &= ~l2tobm(i);
247 stfree &= ~l2tobm(i);
249 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
250 stfree &= ~l2tobm(i);
420 protostfree = stfree;
  /src/sys/arch/mvme68k/mvme68k/
pmap_bootstrap.c 94 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local
241 stfree = ~l2tobm(0);
244 stfree &= ~l2tobm(i);
246 stfree &= ~l2tobm(i);
248 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
249 stfree &= ~l2tobm(i);
393 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/next68k/next68k/
pmap_bootstrap.c 104 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local
249 stfree = ~l2tobm(0);
252 stfree &= ~l2tobm(i);
254 stfree &= ~l2tobm(i);
256 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
257 stfree &= ~l2tobm(i);
415 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/virt68k/virt68k/
pmap_bootstrap.c 92 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local
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);
387 RELOC(protostfree, u_int) = stfree;
  /src/sys/arch/x68k/x68k/
pmap_bootstrap.c 91 u_int stfree = 0; /* XXX: gcc -Wuninitialized */ local
232 stfree = ~l2tobm(0);
235 stfree &= ~l2tobm(i);
237 stfree &= ~l2tobm(i);
239 for (i = MAXKL2SIZE; i < sizeof(stfree) * NBBY; i++)
240 stfree &= ~l2tobm(i);
384 RELOC(protostfree, u_int) = 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; member in struct:fw_xferq
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 44 milliseconds