Searched refs:hnode (Results 1 – 1 of 1) sorted by relevance
223 struct objagg_hints_node *hnode) in objagg_obj_root_id_alloc() argument234 if (hnode) { in objagg_obj_root_id_alloc()235 min = hnode->root_id; in objagg_obj_root_id_alloc()236 max = hnode->root_id; in objagg_obj_root_id_alloc()263 struct objagg_hints_node *hnode) in objagg_obj_root_create() argument267 err = objagg_obj_root_id_alloc(objagg, objagg_obj, hnode); in objagg_obj_root_create()299 struct objagg_hints_node *hnode; in objagg_obj_init_with_hints() local303 hnode = objagg_hints_lookup(objagg->hints, objagg_obj->obj); in objagg_obj_init_with_hints()304 if (!hnode) { in objagg_obj_init_with_hints()310 if (!hnode->parent) in objagg_obj_init_with_hints()[all …]