Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/
Dalgapi.c116 return &n->inst->alg.cra_users; in crypto_more_spawns()
136 BUG_ON(!list_empty(&inst->alg.cra_users)); in crypto_remove_instance()
155 spawns = &alg->cra_users; in crypto_remove_spawns()
188 spawns = &inst->alg.cra_users; in crypto_remove_spawns()
218 list_move(&spawn->list, &spawn->alg->cra_users); in crypto_remove_spawns()
260 INIT_LIST_HEAD(&alg->cra_users); in __crypto_register_alg()
712 list_add(&spawn->list, &alg->cra_users); in crypto_grab_spawn()
/linux-5.19.10/include/linux/
Dcrypto.h480 struct list_head cra_users; member