Searched defs:trie_store_nodes_size (Results 1 - 2 of 2) sorted by relevance

/systemd/src/hwdb/
H A Dhwdb.c294 static void trie_store_nodes_size(struct trie_f *trie, struct trie_node *node) { function
298 trie_store_nodes_size(trie, node->children[i].child);
382 trie_store_nodes_size(&t, trie->root);
/systemd/src/udev/
H A Dudevadm-hwdb.c275 static void trie_store_nodes_size(struct trie_f *trie, struct trie_node *node) { function
279 trie_store_nodes_size(trie, node->children[i].child);
363 trie_store_nodes_size(&t, trie->root);

Completed in 22 milliseconds