Searched refs:root_entry (Results 1 – 1 of 1) sorted by relevance
412 int root_entry, src_entry; in clock_set_src() local418 root_entry = select(clock_id); in clock_set_src()419 if (root_entry < 0) in clock_set_src()422 src_entry = src_supported(root_entry, clock_src); in clock_set_src()438 int root_entry; in clock_get_src() local448 root_entry = select(clock_id); in clock_get_src()449 if (root_entry < 0) in clock_get_src()452 p = &root_array[root_entry]; in clock_get_src()460 int root_entry; in clock_set_prediv() local467 root_entry = select(clock_id); in clock_set_prediv()[all …]