Searched refs:overlay_first_id (Results 1 – 1 of 1) sorted by relevance
1117 static int overlay_first_id = -1; variable1121 if (overlay_first_id < 0) in of_unittest_track_overlay()1122 overlay_first_id = id; in of_unittest_track_overlay()1123 id -= overlay_first_id; in of_unittest_track_overlay()1132 if (overlay_first_id < 0) in of_unittest_untrack_overlay()1134 id -= overlay_first_id; in of_unittest_untrack_overlay()1143 if (overlay_first_id < 0) in of_unittest_destroy_tracked_overlays()1154 ret = of_overlay_destroy(id + overlay_first_id); in of_unittest_destroy_tracked_overlays()1158 __func__, id + overlay_first_id); in of_unittest_destroy_tracked_overlays()