Lines Matching refs:next
299 if (!element->next) {
303 element = element->next;
383 allocation->next = mem_list->list_head;
390 allocation->next = element->next;
393 if (element->next) {
394 (element->next)->previous = allocation;
397 element->next = allocation;
452 (allocation->previous)->next = allocation->next;
454 mem_list->list_head = allocation->next;
457 if (allocation->next) {
458 (allocation->next)->previous = allocation->previous;
687 element = element->next;