Searched refs:nvme_chap_buf_pool (Results 1 – 1 of 1) sorted by relevance
19 static mempool_t *nvme_chap_buf_pool; variable678 mempool_free(chap->buf, nvme_chap_buf_pool); in nvme_auth_reset_dhchap()789 chap->buf = mempool_alloc(nvme_chap_buf_pool, GFP_KERNEL); in nvme_queue_auth_work()1131 nvme_chap_buf_pool = mempool_create(16, mempool_alloc_slab, in nvme_init_auth()1133 if (!nvme_chap_buf_pool) in nvme_init_auth()1146 mempool_destroy(nvme_chap_buf_pool); in nvme_exit_auth()