Searched refs:stack (Results 1 – 1 of 1) sorted by relevance
114 struct list_head *stack, in crypto_more_spawns() argument120 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns()127 if (list_is_last(&n->list, stack)) in crypto_more_spawns()172 LIST_HEAD(stack); in crypto_remove_spawns()197 list_move(&spawn->list, &stack); in crypto_remove_spawns()228 } while ((spawns = crypto_more_spawns(alg, &stack, &top, in crypto_remove_spawns()
Completed in 4 milliseconds