Home
last modified time | relevance | path

Searched refs:prev_link (Results 1 – 1 of 1) sorted by relevance

/external/netperf/
Dnetlib.c1220 struct ring_elt *prev_link; in allocate_buffer_ring() local
1251 prev_link = NULL; in allocate_buffer_ring()
1311 temp_link->next = prev_link; in allocate_buffer_ring()
1312 prev_link = temp_link; in allocate_buffer_ring()
1381 struct ring_elt *prev_link; in allocate_exs_buffer_ring() local
1453 prev_link = first_link + width - 1; in allocate_exs_buffer_ring()
1491 prev_link->next = temp_link; in allocate_exs_buffer_ring()
1492 prev_link = temp_link; in allocate_exs_buffer_ring()
1523 struct sendfile_ring_elt *prev_link; in alloc_sendfile_buf_ring() local
1621 prev_link = NULL; in alloc_sendfile_buf_ring()
[all …]