Home | History | Annotate | Download | only in src

Lines Matching refs:ring_elt

789 int netperf_sendfile(SOCKET send_socket, struct ring_elt *send_ring) {
1538 struct ring_elt *
1542 struct ring_elt *first_link = NULL;
1543 struct ring_elt *temp_link = NULL;
1544 struct ring_elt *prev_link;
1579 temp_link = (struct ring_elt *)malloc(sizeof(struct ring_elt));
1583 (unsigned int)sizeof(struct ring_elt));
1706 struct ring_elt *
1710 struct ring_elt *first_link;
1711 struct ring_elt *temp_link;
1712 struct ring_elt *prev_link;
1779 first_link = (struct ring_elt *) malloc (width * sizeof (struct ring_elt));
1781 printf ("malloc(%d) failed!\n", width * sizeof (struct ring_elt));
1847 struct ring_elt *
1855 struct ring_elt *first_link = NULL;
1856 struct ring_elt *temp_link = NULL;
1857 struct ring_elt *prev_link;
1956 temp_link = (struct ring_elt *)
1957 malloc(sizeof(struct ring_elt));
1961 (unsigned int) sizeof(struct ring_elt));