Home
last modified time | relevance | path

Searched refs:child_ids (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/base/
H A Dswnode.c21 struct ida child_ids; member
619 ida_simple_remove(&swnode->parent->child_ids, swnode->id); in software_node_release()
629 ida_destroy(&swnode->child_ids); in software_node_release()
651 ret = ida_simple_get(parent ? &parent->child_ids : &swnode_root_ids, in swnode_register()
665 ida_init(&swnode->child_ids); in swnode_register()
/kernel/linux/linux-6.6/drivers/base/
H A Dswnode.c23 struct ida child_ids; member
753 ida_simple_remove(&swnode->parent->child_ids, swnode->id); in software_node_release()
762 ida_destroy(&swnode->child_ids); in software_node_release()
782 ret = ida_simple_get(parent ? &parent->child_ids : &swnode_root_ids, in swnode_register()
795 ida_init(&swnode->child_ids); in swnode_register()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_acceleration_structure.c725 uint32_t child_ids[4]; in build_bvh() local
730 child_ids[c] = id; in build_bvh()
751 node->children[c] = child_ids[c]; in build_bvh()

Completed in 7 milliseconds