Home
last modified time | relevance | path

Searched refs: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) { in create_maplist()
650 maplist_head = maplist_tail = newmap; in create_maplist()
652 maplist_tail->next = newmap; in create_maplist()
653 maplist_tail = newmap; in create_maplist()
1111 maplist_head = maplist_tail = NULL; in main()