Searched refs:link_stack (Results 1 – 1 of 1) sorted by relevance
2640 lock_descriptor_t *link_stack; in cleanlocks() local2642 STACK_INIT(link_stack); in cleanlocks()2676 STACK_PUSH(link_stack, lock, l_stack); in cleanlocks()2682 while ((lock = STACK_TOP(link_stack)) != NULL) { in cleanlocks()2683 STACK_POP(link_stack, l_stack); in cleanlocks()