Lines Matching defs:idx
133 void *ptr_list_nth_entry(struct ptr_list *list, unsigned int idx)143 if (idx < nr)144 return list->list[idx];146 idx -= nr;446 int idx;457 idx = tail->nr;466 if (idx >= LIST_NODE_NR) {471 prev->nr = idx;472 idx = 0;474 tail->list[idx++] = ptr;482 tail->nr = idx;