Lines Matching refs:list
31 struct list_head list; member
49 list_for_each_entry(node, &alg_types, list) { in alg_get_type()
68 list_for_each_entry(node, &alg_types, list) { in af_alg_register_type()
82 list_add(&node->list, &alg_types); in af_alg_register_type()
98 list_for_each_entry(node, &alg_types, list) { in af_alg_unregister_type()
102 list_del(&node->list); in af_alg_unregister_type()
612 sgl = list_entry(ctx->tsgl_list.prev, struct af_alg_tsgl, list); in af_alg_alloc_tsgl()
629 list_add_tail(&sgl->list, &ctx->tsgl_list); in af_alg_alloc_tsgl()
657 list_for_each_entry(sgl, &ctx->tsgl_list, list) { in af_alg_count_tsgl()
713 list); in af_alg_pull_tsgl()
755 list_del(&sgl->list); in af_alg_pull_tsgl()
780 list_for_each_entry_safe(rsgl, tmp, &areq->rsgl_list, list) { in af_alg_free_areq_sgls()
783 list_del(&rsgl->list); in af_alg_free_areq_sgls()
1001 struct af_alg_tsgl, list); in af_alg_sendmsg()
1036 list); in af_alg_sendmsg()
1266 list_add_tail(&rsgl->list, &areq->rsgl_list); in af_alg_get_rsgl()