Home
last modified time | relevance | path

Searched refs:oldest_index (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/freesync/
H A Dfreesync.c1040 unsigned int oldest_index = plane->time.index + 1; in mod_freesync_handle_preflip() local
1042 if (oldest_index >= DC_PLANE_UPDATE_TIMES_MAX) in mod_freesync_handle_preflip()
1043 oldest_index = 0; in mod_freesync_handle_preflip()
1054 plane->time.time_elapsed_in_us[oldest_index]; in mod_freesync_handle_preflip()
/kernel/linux/linux-5.10/kernel/sched/
H A Dwalt.c376 int oldest_index = 0; in get_subtraction_index() local
386 oldest_index = i; in get_subtraction_index()
390 create_subtraction_entry(rq, ws, oldest_index); in get_subtraction_index()
391 return oldest_index; in get_subtraction_index()
/kernel/linux/linux-6.6/kernel/sched/
H A Dwalt.c377 int oldest_index = 0; in get_subtraction_index() local
387 oldest_index = i; in get_subtraction_index()
391 create_subtraction_entry(rq, ws, oldest_index); in get_subtraction_index()
392 return oldest_index; in get_subtraction_index()

Completed in 8 milliseconds