phandle_ht        325 drivers/of/unittest.c static DEFINE_HASHTABLE(phandle_ht, 8);
phandle_ht        337 drivers/of/unittest.c 		hash_for_each_possible(phandle_ht, nh, node, np->phandle) {
phandle_ht        351 drivers/of/unittest.c 		hash_add(phandle_ht, &nh->node, np->phandle);
phandle_ht        358 drivers/of/unittest.c 	hash_for_each_safe(phandle_ht, i, tmp, nh, node) {