Lines Matching refs:prev_link
1529 struct ring_elt *prev_link; in allocate_buffer_ring() local
1561 prev_link = NULL; in allocate_buffer_ring()
1626 temp_link->next = prev_link; in allocate_buffer_ring()
1627 prev_link = temp_link; in allocate_buffer_ring()
1696 struct ring_elt *prev_link; in allocate_exs_buffer_ring() local
1770 prev_link = first_link + width - 1; in allocate_exs_buffer_ring()
1808 prev_link->next = temp_link; in allocate_exs_buffer_ring()
1809 prev_link = temp_link; in allocate_exs_buffer_ring()
1840 struct ring_elt *prev_link; in alloc_sendfile_buf_ring() local
1933 prev_link = NULL; in alloc_sendfile_buf_ring()
1968 temp_link->next = prev_link; in alloc_sendfile_buf_ring()
1969 prev_link = temp_link; in alloc_sendfile_buf_ring()