Searched refs:rsgl_list (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/crypto/
H A Dif_alg.h87 * @rsgl_list: Track RX SGs
100 struct list_head rsgl_list; member in struct:af_alg_async_req
/linux-master/crypto/
H A Daf_alg.c780 list_for_each_entry_safe(rsgl, tmp, &areq->rsgl_list, list) {
1213 INIT_LIST_HEAD(&areq->rsgl_list);
1253 if (list_empty(&areq->rsgl_list)) {
1266 list_add_tail(&rsgl->list, &areq->rsgl_list);

Completed in 211 milliseconds