Searched refs:hnode (Results 1 – 2 of 2) sorted by relevance
237 if (hnode) { in objagg_obj_root_id_alloc()238 min = hnode->root_id; in objagg_obj_root_id_alloc()239 max = hnode->root_id; in objagg_obj_root_id_alloc()307 if (!hnode) { in objagg_obj_init_with_hints()313 if (!hnode->parent) in objagg_obj_init_with_hints()660 hnode = kzalloc(sizeof(*hnode) + obj_size, GFP_KERNEL); in objagg_hints_node_create()661 if (!hnode) in objagg_hints_node_create()683 return hnode; in objagg_hints_node_create()686 kfree(hnode); in objagg_hints_node_create()698 kfree(hnode); in objagg_hints_flush()[all …]
82 static size_t showHNodeSymbols(const nodeElt* hnode, size_t size) in showHNodeSymbols() argument86 RAWLOG(6, " %u", hnode[u].byte); (void)hnode; in showHNodeSymbols()92 static size_t showHNodeBits(const nodeElt* hnode, size_t size) in showHNodeBits() argument96 RAWLOG(6, " %u", hnode[u].nbBits); (void)hnode; in showHNodeBits()
Completed in 9 milliseconds