Searched refs:crypto_alloc_acomp_node (Results 1 - 3 of 3) sorted by relevance

/linux-master/crypto/
H A Dacompress.c147 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type, function
153 EXPORT_SYMBOL_GPL(crypto_alloc_acomp_node); variable
/linux-master/include/crypto/
H A Dacompress.h112 * crypto_alloc_acomp_node() -- allocate ACOMPRESS tfm handle with desired NUMA node
127 struct crypto_acomp *crypto_alloc_acomp_node(const char *alg_name, u32 type,
/linux-master/mm/
H A Dzswap.c947 acomp = crypto_alloc_acomp_node(pool->tfm_name, 0, 0, cpu_to_node(cpu));

Completed in 146 milliseconds