Searched refs:_ii_lsthead_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw.c | 133 extern _ii_lsthead_t *_ii_cluster_top; 134 extern _ii_lsthead_t *_ii_group_top; 171 extern int _ii_gc_list(intptr_t, int, int *, kmutex_t *, _ii_lsthead_t *);
|
H A D | dsw_dev.c | 88 _ii_lsthead_t *_ii_cluster_top; 89 _ii_lsthead_t *_ii_group_top; 158 static int _ii_ll_add(_ii_info_t *, kmutex_t *, _ii_lsthead_t **, char *, 160 static int _ii_ll_remove(_ii_info_t *, kmutex_t *, _ii_lsthead_t **, char **); 2291 _ii_lsthead_t *oldhead, **head; in _ii_disable() 2391 kmem_free(oldhead, sizeof (_ii_lsthead_t)); in _ii_disable() 3283 _ii_lsthead_t **cp, *xcp; in _ii_suspend_cluster() 3334 kmem_free(xcp, sizeof (_ii_lsthead_t)); in _ii_suspend_cluster() 4234 _ii_lsthead_t *lst) in _ii_gc_list() 4243 _ii_lsthead_t *cp; in _ii_gc_list() [all …]
|
H A D | dsw_dev.h | 430 } _ii_lsthead_t; typedef
|