Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/of/
Dbase.c135 static struct device_node **phandle_cache; variable
146 if (!phandle_cache) in __of_free_phandle_cache()
150 of_node_put(phandle_cache[k]); in __of_free_phandle_cache()
152 kfree(phandle_cache); in __of_free_phandle_cache()
153 phandle_cache = NULL; in __of_free_phandle_cache()
185 if (phandle_cache) { in __of_free_phandle_cache_entry()
186 np = phandle_cache[masked_handle]; in __of_free_phandle_cache_entry()
189 phandle_cache[masked_handle] = NULL; in __of_free_phandle_cache_entry()
215 phandle_cache = kcalloc(cache_entries, sizeof(*phandle_cache), in of_populate_phandle_cache()
217 if (!phandle_cache) in of_populate_phandle_cache()
[all …]