Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/aoe/
Daoe.h172 mempool_t *bufpool; /* for deadlock-free Buf allocation */ member
Daoedev.c288 mempool_destroy(d->bufpool); in freedev()
471 d->bufpool = NULL; /* defer to aoeblk_gdalloc */ in aoedev_by_aoeaddr()
Daoeblk.c401 d->bufpool = mp; in aoeblk_gdalloc()
Daoecmd.c868 buf = mempool_alloc(d->bufpool, GFP_ATOMIC); in nextbuf()
1071 mempool_free(buf, d->bufpool); in aoe_end_buf()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_puda.h141 struct list_head bufpool; /* free buffers pool list for recv and xmit */ member
Di40iw_puda.c73 struct list_head *list = &rsrc->bufpool; in i40iw_puda_get_bufpool()
97 list_add(&buf->list, &rsrc->bufpool); in i40iw_puda_ret_bufpool()
930 INIT_LIST_HEAD(&rsrc->bufpool); in i40iw_puda_create_rsrc()