Home
last modified time | relevance | path

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

/drivers/block/aoe/
Daoedev.c289 mempool_destroy(d->bufpool); in freedev()
480 d->bufpool = NULL; /* defer to aoeblk_gdalloc */ in aoedev_by_aoeaddr()
Daoe.h180 mempool_t *bufpool; /* for deadlock-free Buf allocation */ member
Daoeblk.c410 d->bufpool = mp; in aoeblk_gdalloc()
Daoecmd.c864 buf = mempool_alloc(d->bufpool, GFP_ATOMIC); in nextbuf()
1069 mempool_free(buf, d->bufpool); in aoe_end_buf()
/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()