Searched refs:nvme_chap_buf_pool (Results 1 – 1 of 1) sorted by relevance
19 static mempool_t *nvme_chap_buf_pool; variable679 mempool_free(chap->buf, nvme_chap_buf_pool); in nvme_auth_reset_dhchap()791 chap->buf = mempool_alloc(nvme_chap_buf_pool, GFP_KERNEL); in nvme_queue_auth_work()1145 nvme_chap_buf_pool = mempool_create(16, mempool_alloc_slab, in nvme_init_auth()1147 if (!nvme_chap_buf_pool) in nvme_init_auth()1160 mempool_destroy(nvme_chap_buf_pool); in nvme_exit_auth()