Searched refs:nvme_chap_buf_pool (Results 1 – 1 of 1) sorted by relevance
18 static mempool_t *nvme_chap_buf_pool; variable667 mempool_free(chap->buf, nvme_chap_buf_pool); in nvme_auth_reset_dhchap()692 chap->buf = mempool_alloc(nvme_chap_buf_pool, GFP_KERNEL); in nvme_queue_auth_work()1022 nvme_chap_buf_pool = mempool_create(16, mempool_alloc_slab, in nvme_init_auth()1024 if (!nvme_chap_buf_pool) in nvme_init_auth()1037 mempool_destroy(nvme_chap_buf_pool); in nvme_exit_auth()