Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/autofs/
H A Ddebug_alloc.c61 static struct alloc_list *halist = NULL; variable
82 if (halist == NULL) in add_alloc()
85 alist->next = halist; in add_alloc()
86 halist = alist; in add_alloc()
95 alist = halist; in drop_alloc()
98 if (alist == halist) in drop_alloc()
99 halist = halist->next; in drop_alloc()
380 alist = halist; in check_leaks()