Lines Matching full:prev_link
1233 struct ring_elt *prev_link;
1264 prev_link = NULL;
1324 temp_link->next = prev_link;
1325 prev_link = temp_link;
1395 struct ring_elt *prev_link;
1467 prev_link = first_link + width - 1;
1505 prev_link->next = temp_link;
1506 prev_link = temp_link;
1538 struct sendfile_ring_elt *prev_link;
1636 prev_link = NULL;
1669 temp_link->next = prev_link;
1670 prev_link = temp_link;