Searched refs:phandle_cache (Results 1 – 3 of 3) sorted by relevance
142 static struct device_node *phandle_cache[OF_PHANDLE_CACHE_SZ]; variable162 np = phandle_cache[handle_hash]; in __of_phandle_cache_inv_entry()164 phandle_cache[handle_hash] = NULL; in __of_phandle_cache_inv_entry()182 if (np->phandle && !phandle_cache[of_phandle_cache_hash(np->phandle)]) in of_core_init()183 phandle_cache[of_phandle_cache_hash(np->phandle)] = np; in of_core_init()1230 if (phandle_cache[handle_hash] && in of_find_node_by_phandle()1231 handle == phandle_cache[handle_hash]->phandle) in of_find_node_by_phandle()1232 np = phandle_cache[handle_hash]; in of_find_node_by_phandle()1238 phandle_cache[handle_hash] = np; in of_find_node_by_phandle()
163478 ffff800012157f48 b phandle_cache
Completed in 336 milliseconds