Searched refs:bufpool (Results 1 – 6 of 6) sorted by relevance
288 mempool_destroy(d->bufpool); in freedev()479 d->bufpool = NULL; /* defer to aoeblk_gdalloc */ in aoedev_by_aoeaddr()
180 mempool_t *bufpool; /* for deadlock-free Buf allocation */ member
400 d->bufpool = mp; in aoeblk_gdalloc()
864 buf = mempool_alloc(d->bufpool, GFP_ATOMIC); in nextbuf()1062 mempool_free(buf, d->bufpool); in aoe_end_buf()
124 struct list_head bufpool; /* free buffers pool list for recv and xmit */ member
40 struct list_head *list = &rsrc->bufpool; in irdma_puda_get_bufpool()68 list_add(&buf->list, &rsrc->bufpool); in irdma_puda_ret_bufpool()1057 INIT_LIST_HEAD(&rsrc->bufpool); in irdma_puda_create_rsrc()
Completed in 20 milliseconds