Home
last modified time | relevance | path

Searched refs:hnode (Results 1 – 2 of 2) sorted by relevance

/lib/
A Dobjagg.c237 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 …]
/lib/zstd/compress/
A Dhuf_compress.c82 static size_t showHNodeSymbols(const nodeElt* hnode, size_t size) in showHNodeSymbols() argument
86 RAWLOG(6, " %u", hnode[u].byte); (void)hnode; in showHNodeSymbols()
92 static size_t showHNodeBits(const nodeElt* hnode, size_t size) in showHNodeBits() argument
96 RAWLOG(6, " %u", hnode[u].nbBits); (void)hnode; in showHNodeBits()

Completed in 9 milliseconds