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

  /src/sys/arch/arc/dti/
btlreg.h 153 struct bt_buf { struct
154 TAILQ_ENTRY(bt_buf) chain;
155 char buf[4096 - 2 * sizeof(struct bt_buf *)];
btl.c 125 TAILQ_HEAD(, bt_buf) sc_free_buf;
156 void bt_free_buf(struct bt_softc *, struct bt_buf *);
157 struct bt_buf * bt_get_buf(struct bt_softc *, int);
346 struct bt_buf *buf;
383 while ((bouncearea + sizeof(struct bt_buf)) < bouncebase + bouncesize) {
384 buf = (struct bt_buf *)bouncearea;
385 bouncearea += sizeof(struct bt_buf);
582 bt_free_buf(struct bt_softc *sc, struct bt_buf *buf)
657 struct bt_buf *
660 struct bt_buf *buf
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
prof_recent.c 475 char bt_buf[2 * sizeof(intptr_t) + 3]; local
476 char *s = bt_buf;
480 malloc_snprintf(bt_buf, sizeof(bt_buf), "%p", bt->vec[i]);
  /src/external/bsd/jemalloc/dist/src/
prof_recent.c 476 char bt_buf[2 * sizeof(intptr_t) + 3]; local
477 char *s = bt_buf;
481 malloc_snprintf(bt_buf, sizeof(bt_buf), "%p", bt->vec[i]);

Completed in 27 milliseconds