Home
last modified time | relevance | path

Searched refs:moves (Results 1 – 1 of 1) sorted by relevance

/nscd/
A Dmem.c278 } *moves = NULL; in gc() local
349 if (moves == NULL) in gc()
350 moves = new_move->next = new_move; in gc()
353 new_move->next = moves->next; in gc()
354 moves = moves->next = new_move; in gc()
405 if (moves != NULL) in gc()
407 struct moveinfo *runp = moves->next; in gc()
421 while (runp != moves->next); in gc()
426 - ((char *) moves->to + moves->size - db->data)), in gc()
431 db->head->first_free = (char *) moves->to + moves->size - db->data; in gc()

Completed in 4 milliseconds