Searched refs:link_stack (Results 1 – 1 of 1) sorted by relevance
2937 lock_descriptor_t *link_stack; in cleanlocks() local2939 STACK_INIT(link_stack); in cleanlocks()2973 STACK_PUSH(link_stack, lock, l_stack); in cleanlocks()2979 while ((lock = STACK_TOP(link_stack)) != NULL) { in cleanlocks()2980 STACK_POP(link_stack, l_stack); in cleanlocks()