Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/of/
Dunittest.c1906 static int overlay_first_id = -1; variable
1917 if (overlay_first_id < 0) in of_unittest_track_overlay()
1918 overlay_first_id = id; in of_unittest_track_overlay()
1919 id -= overlay_first_id; in of_unittest_track_overlay()
1928 if (overlay_first_id < 0) in of_unittest_untrack_overlay()
1930 id -= overlay_first_id; in of_unittest_untrack_overlay()
1940 if (overlay_first_id < 0) in of_unittest_destroy_tracked_overlays()
1951 ovcs_id = id + overlay_first_id; in of_unittest_destroy_tracked_overlays()
1955 __func__, id + overlay_first_id); in of_unittest_destroy_tracked_overlays()
1961 __func__, id + overlay_first_id); in of_unittest_destroy_tracked_overlays()