Home | History | Annotate | Download | only in src

Lines Matching refs:last_buf

1558     struct cam_list *last_buf, *insert_before_buf;
1596 last_buf = NULL;
1613 if ( NULL == last_buf ) {
1615 last_buf = pos;
1644 if ( last_buf ) {
1645 while ( last_buf != pos ) {
1646 node = member_of(last_buf, cam_node_t, list);
1655 last_buf = last_buf->next;
1668 ( NULL == last_buf ) ) {
1674 node = member_of(last_buf, cam_node_t, list);
1682 node = member_of(last_buf, cam_node_t, list);