Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_radix.c130 if (rnode == NULL) in vm_radix_node_get()
139 vm_radix_node_store(&rnode->rn_child[rnode->rn_last - 1], in vm_radix_node_get()
146 return (rnode); in vm_radix_node_get()
431 vm_radix_addpage(rnode, index, rnode->rn_clev, page, in vm_radix_insert()
435 rnode = tmp; in vm_radix_insert()
496 rnode = vm_radix_node_load(&rnode->rn_child[slot], access); in _vm_radix_lookup()
638 rnode = child; in vm_radix_lookup_ge()
752 rnode = child; in vm_radix_lookup_le()
815 rnode = tmp; in vm_radix_remove()
875 rnode = tmp; in vm_radix_replace()
[all …]
/f-stack/freebsd/mips/mediatek/
H A Dfdt_reset.c55 phandle_t rnode; in assert_deassert_all() local
61 rnode = ofw_bus_get_node(consumer); in assert_deassert_all()
62 ncells = OF_getencprop_alloc_multi(rnode, "resets", sizeof(*resets), in assert_deassert_all()
/f-stack/freebsd/arm64/rockchip/
H A Drk805.c637 phandle_t rnode, child; in rk805_attach() local
665 rnode = ofw_bus_find_child(ofw_bus_get_node(dev), "regulators"); in rk805_attach()
666 if (rnode > 0) { in rk805_attach()
668 child = ofw_bus_find_child(rnode, in rk805_attach()
/f-stack/freebsd/arm/nvidia/
H A Das3722_regulators.c605 phandle_t child, rnode; in as3722_regulator_attach() local
608 rnode = ofw_bus_find_child(node, "regulators"); in as3722_regulator_attach()
609 if (rnode <= 0) { in as3722_regulator_attach()
620 child = ofw_bus_find_child(rnode, as3722s_def[i].name); in as3722_regulator_attach()
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dmax77620_regulators.c764 phandle_t child, rnode; in max77620_regulator_attach() local
767 rnode = ofw_bus_find_child(node, "regulators"); in max77620_regulator_attach()
768 if (rnode <= 0) { in max77620_regulator_attach()
780 child = ofw_bus_find_child(rnode, max77620s_def[i].name); in max77620_regulator_attach()
/f-stack/freebsd/arm/allwinner/
H A Daxp209.c1311 phandle_t rnode, child; in axp2xx_attach() local
1358 rnode = ofw_bus_find_child(ofw_bus_get_node(dev), "regulators"); in axp2xx_attach()
1359 if (rnode > 0) { in axp2xx_attach()
1361 child = ofw_bus_find_child(rnode, in axp2xx_attach()
H A Daxp81x.c1458 phandle_t rnode, child; in axp8xx_attach() local
1495 rnode = ofw_bus_find_child(ofw_bus_get_node(dev), "regulators"); in axp8xx_attach()
1496 if (rnode > 0) { in axp8xx_attach()
1519 child = ofw_bus_find_child(rnode, in axp8xx_attach()