Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c59 static struct alloc_list *halist = NULL; variable
80 if (halist == NULL) in add_alloc()
83 alist->next = halist; in add_alloc()
84 halist = alist; in add_alloc()
93 alist = halist; in drop_alloc()
96 if (alist == halist) in drop_alloc()
97 halist = halist->next; in drop_alloc()
378 alist = halist; in check_leaks()