Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dalgapi.c128 return &n->inst->alg.cra_users; in crypto_more_spawns()
148 BUG_ON(!list_empty(&inst->alg.cra_users)); in crypto_remove_instance()
167 spawns = &alg->cra_users; in crypto_remove_spawns()
200 spawns = &inst->alg.cra_users; in crypto_remove_spawns()
230 list_move(&spawn->list, &spawn->alg->cra_users); in crypto_remove_spawns()
303 INIT_LIST_HEAD(&alg->cra_users); in __crypto_register_alg()
704 list_add(&spawn->list, &alg->cra_users); in crypto_grab_spawn()
/linux-6.12.1/include/linux/
Dcrypto.h345 struct list_head cra_users; member