Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dflock.c2145 graph_t *gp_alloc = NULL; in flk_get_lock_graph() local
2159 gp_alloc = kmem_zalloc(sizeof (graph_t), KM_SLEEP); in flk_get_lock_graph()
2163 gp_alloc->active_locks.l_next = in flk_get_lock_graph()
2164 gp_alloc->active_locks.l_prev = in flk_get_lock_graph()
2165 (lock_descriptor_t *)ACTIVE_HEAD(gp_alloc); in flk_get_lock_graph()
2166 gp_alloc->sleeping_locks.l_next = in flk_get_lock_graph()
2167 gp_alloc->sleeping_locks.l_prev = in flk_get_lock_graph()
2168 (lock_descriptor_t *)SLEEPING_HEAD(gp_alloc); in flk_get_lock_graph()
2169 gp_alloc->index = index; in flk_get_lock_graph()
2170 mutex_init(&gp_alloc->gp_mutex, NULL, MUTEX_DEFAULT, NULL); in flk_get_lock_graph()
[all …]