Searched defs:maplist_tail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c245 mapnode_t *maplist_tail = NULL; variable
649 if (maplist_tail == NULL) {
650 maplist_head = maplist_tail = newmap;
652 maplist_tail->next = newmap;
653 maplist_tail = newmap;
1108 maplist_head = maplist_tail = NULL;

Completed in 173 milliseconds