Searched refs:priority_info_map (Results 1 – 3 of 3) sorted by relevance
3728 static splay_tree priority_info_map; variable3772 priority_info_map = splay_tree_new (splay_tree_compare_ints, in start_static_storage_duration_function()3839 n = splay_tree_lookup (priority_info_map, in get_priority_info()3848 splay_tree_insert (priority_info_map, in get_priority_info()5139 if (priority_info_map) in c_parse_final_cleanups()5140 splay_tree_foreach (priority_info_map, in c_parse_final_cleanups()5151 if (priority_info_map) in c_parse_final_cleanups()5152 splay_tree_delete (priority_info_map); in c_parse_final_cleanups()
3984 static splay_tree priority_info_map; variable4028 priority_info_map = splay_tree_new (splay_tree_compare_ints, in start_static_storage_duration_function()4095 n = splay_tree_lookup (priority_info_map, in get_priority_info()4104 splay_tree_insert (priority_info_map, in get_priority_info()5413 if (priority_info_map) in c_parse_final_cleanups()5414 splay_tree_foreach (priority_info_map, in c_parse_final_cleanups()5424 if (priority_info_map) in c_parse_final_cleanups()5425 splay_tree_delete (priority_info_map); in c_parse_final_cleanups()
5196 (priority_info_map): Likewise.