Searched refs:cra_users (Results 1 - 2 of 2) sorted by relevance

/linux-master/crypto/
H A Dalgapi.c128 return &n->inst->alg.cra_users;
148 BUG_ON(!list_empty(&inst->alg.cra_users));
167 spawns = &alg->cra_users;
177 * the cra_users tree. The list stack records the path
200 spawns = &inst->alg.cra_users;
212 * NULL ->cra_users.next, since ->cra_users isn't
215 * it the same as ->cra_users being empty.
226 * back to the cra_users list.
230 list_move(&spawn->list, &spawn->alg->cra_users);
[all...]
/linux-master/include/linux/
H A Dcrypto.h335 * @cra_users: internally used
345 struct list_head cra_users; member in struct:crypto_alg

Completed in 231 milliseconds