algo_list         641 net/xfrm/xfrm_algo.c 	const struct xfrm_algo_list *algo_list,
algo_list         645 net/xfrm/xfrm_algo.c 	struct xfrm_algo_desc *list = algo_list->algs;
algo_list         648 net/xfrm/xfrm_algo.c 	for (i = 0; i < algo_list->entries; i++) {
algo_list         658 net/xfrm/xfrm_algo.c 		status = crypto_has_alg(list[i].name, algo_list->type,
algo_list         659 net/xfrm/xfrm_algo.c 					algo_list->mask);
algo_list         295 sound/soc/intel/atom/sst-atom-controls.c 	list_for_each_entry(algo, &ids->algo_list, node) {
algo_list        1392 sound/soc/intel/atom/sst-atom-controls.c 		list_add_tail(&module->node, &ids->algo_list);
algo_list        1493 sound/soc/intel/atom/sst-atom-controls.c 			INIT_LIST_HEAD(&ids->algo_list);
algo_list         582 sound/soc/intel/atom/sst-atom-controls.h 	struct list_head algo_list;