Lines Matching refs:node
485 const struct crypto_type *frontend, int node,
496 mem = kzalloc_node(total, gfp, node);
502 tfm->node = node;
510 int node)
516 mem = crypto_alloc_tfmmem(alg, frontend, node, GFP_KERNEL);
554 mem = crypto_alloc_tfmmem(alg, frontend, otfm->node, GFP_ATOMIC);
590 * @node: NUMA node in which users desire to put requests, if node is
609 int node)
623 tfm = crypto_create_tfm_node(alg, frontend, node);