Searched refs:_phandle_hash (Results 1 – 1 of 1) sorted by relevance
32 static struct rt_ofw_node **_phandle_hash = RT_NULL; variable46 rt_size_t size = sizeof(*_phandle_hash) * (max - min); in ofw_phandle_hash_reset()48 if (!_phandle_hash) in ofw_phandle_hash_reset()54 hash_ptr = rt_realloc(_phandle_hash, size); in ofw_phandle_hash_reset()60 rt_memset(&hash_ptr[old_max], 0, sizeof(_phandle_hash) * (max - old_max)); in ofw_phandle_hash_reset()74 _phandle_hash = hash_ptr; in ofw_phandle_hash_reset()667 np = _phandle_hash[poff]; in rt_ofw_find_node_by_phandle()675 _phandle_hash[poff] = np; in rt_ofw_find_node_by_phandle()
Completed in 10 milliseconds