Home
last modified time | relevance | path

Searched refs:bufpool (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/block/aoe/
H A Daoedev.c288 mempool_destroy(d->bufpool); in freedev()
479 d->bufpool = NULL; /* defer to aoeblk_gdalloc */ in aoedev_by_aoeaddr()
H A Daoe.h180 mempool_t *bufpool; /* for deadlock-free Buf allocation */ member
H A Daoeblk.c389 d->bufpool = mp; in aoeblk_gdalloc()
H A Daoecmd.c871 buf = mempool_alloc(d->bufpool, GFP_ATOMIC); in nextbuf()
1069 mempool_free(buf, d->bufpool); in aoe_end_buf()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dpuda.h124 struct list_head bufpool; /* free buffers pool list for recv and xmit */ member
H A Dpuda.c39 struct list_head *list = &rsrc->bufpool; in irdma_puda_get_bufpool()
67 list_add(&buf->list, &rsrc->bufpool); in irdma_puda_ret_bufpool()
1053 INIT_LIST_HEAD(&rsrc->bufpool); in irdma_puda_create_rsrc()