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

  /src/sys/dev/tc/
bba.c 71 struct bba_mem { struct
72 struct bba_mem *next;
94 struct bba_mem *sc_mem_head; /* list of buffers */
273 struct bba_mem *m;
295 m = kmem_alloc(sizeof(struct bba_mem), KM_SLEEP);
317 struct bba_mem **mp, *m;
337 kmem_free(m, sizeof(struct bba_mem));
bba.c 71 struct bba_mem { struct
72 struct bba_mem *next;
94 struct bba_mem *sc_mem_head; /* list of buffers */
273 struct bba_mem *m;
295 m = kmem_alloc(sizeof(struct bba_mem), KM_SLEEP);
317 struct bba_mem **mp, *m;
337 kmem_free(m, sizeof(struct bba_mem));
bba.c 71 struct bba_mem { struct
72 struct bba_mem *next;
94 struct bba_mem *sc_mem_head; /* list of buffers */
273 struct bba_mem *m;
295 m = kmem_alloc(sizeof(struct bba_mem), KM_SLEEP);
317 struct bba_mem **mp, *m;
337 kmem_free(m, sizeof(struct bba_mem));

Completed in 32 milliseconds