Lines Matching refs:cur
1029 struct list_head *cur, *end;1052 cur = end->next;1053 while (cur != mode_list) {1055 if (drm_mode_compare(list, cur) > 0) {1058 list_del(cur);1059 p_node->next = cur;1060 list->prev = cur;1061 cur->next = list;1062 cur->prev = p_node;1064 cur = end->next;1068 end = cur;1069 cur = end->next;