router_b           71 arch/mips/sgi-ip27/ip27-memory.c static void router_recurse(klrou_t *router_a, klrou_t *router_b, int depth)
router_b           95 arch/mips/sgi-ip27/ip27-memory.c 			if (router == router_b) {
router_b          100 arch/mips/sgi-ip27/ip27-memory.c 				router_recurse(router, router_b, depth + 1);
router_b          112 arch/mips/sgi-ip27/ip27-memory.c 	klrou_t *router, *router_a = NULL, *router_b = NULL;
router_b          149 arch/mips/sgi-ip27/ip27-memory.c 						router_b = router;
router_b          160 arch/mips/sgi-ip27/ip27-memory.c 	if (router_b == NULL) {
router_b          168 arch/mips/sgi-ip27/ip27-memory.c 	if (router_a == router_b)
router_b          172 arch/mips/sgi-ip27/ip27-memory.c 	router_recurse(router_a, router_b, 2);