Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/block/aoe/
Daoedev.c288 mempool_destroy(d->bufpool); in freedev()
479 d->bufpool = NULL; /* defer to aoeblk_gdalloc */ in aoedev_by_aoeaddr()
Daoe.h180 mempool_t *bufpool; /* for deadlock-free Buf allocation */ member
Daoeblk.c399 d->bufpool = mp; in aoeblk_gdalloc()
Daoecmd.c863 buf = mempool_alloc(d->bufpool, GFP_ATOMIC); in nextbuf()
1061 mempool_free(buf, d->bufpool); in aoe_end_buf()
/linux-5.19.10/drivers/infiniband/hw/irdma/
Dpuda.h124 struct list_head bufpool; /* free buffers pool list for recv and xmit */ member
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()
1047 INIT_LIST_HEAD(&rsrc->bufpool); in irdma_puda_create_rsrc()