Home | History | Annotate | Download | only in src

Lines Matching refs:last_buf

1561     struct cam_list *last_buf, *insert_before_buf;
1599 last_buf = NULL;
1616 if ( NULL == last_buf ) {
1618 last_buf = pos;
1647 if ( last_buf ) {
1648 while ( last_buf != pos ) {
1649 node = member_of(last_buf, cam_node_t, list);
1658 last_buf = last_buf->next;
1671 ( NULL == last_buf ) ) {
1677 node = member_of(last_buf, cam_node_t, list);
1685 node = member_of(last_buf, cam_node_t, list);