Searched refs:link_stack (Results 1 – 1 of 1) sorted by relevance
2935 lock_descriptor_t *link_stack; in cleanlocks() local2937 STACK_INIT(link_stack); in cleanlocks()2971 STACK_PUSH(link_stack, lock, l_stack); in cleanlocks()2977 while ((lock = STACK_TOP(link_stack)) != NULL) { in cleanlocks()2978 STACK_POP(link_stack, l_stack); in cleanlocks()