Searched refs:nvme_chap_buf_pool (Results 1 – 1 of 1) sorted by relevance
18 static mempool_t *nvme_chap_buf_pool; variable669 mempool_free(chap->buf, nvme_chap_buf_pool); in nvme_auth_reset_dhchap()694 chap->buf = mempool_alloc(nvme_chap_buf_pool, GFP_KERNEL); in nvme_queue_auth_work()1023 nvme_chap_buf_pool = mempool_create(16, mempool_alloc_slab, in nvme_init_auth()1025 if (!nvme_chap_buf_pool) in nvme_init_auth()1038 mempool_destroy(nvme_chap_buf_pool); in nvme_exit_auth()