Searched refs:pl_index (Results 1 – 3 of 3) sorted by relevance
/drivers/md/ |
D | dm-integrity.c | 642 unsigned *pl_index, unsigned *pl_offset) in page_list_location() argument 650 *pl_index = sector >> (PAGE_SHIFT - SECTOR_SHIFT); in page_list_location() 657 unsigned pl_index, pl_offset; in access_page_list() local 660 page_list_location(ic, section, offset, &pl_index, &pl_offset); in access_page_list() 665 va = lowmem_page_address(pl[pl_index].page); in access_page_list() 787 unsigned pl_index, pl_offset, section_index; in xor_journal() local 798 page_list_location(ic, section, 0, &pl_index, &pl_offset); in xor_journal() 804 section_index = pl_index; in xor_journal() 811 while (unlikely(pl_index == section_index)) { in xor_journal() 823 dst_page = target_pl[pl_index].page; in xor_journal() [all …]
|
/drivers/gpu/drm/amd/amdgpu/ |
D | kv_dpm.c | 3286 u32 pl_index = in kv_dpm_read_sensor() local 3297 if (pl_index < SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_read_sensor() 3299 pi->graphics_level[pl_index].SclkFrequency); in kv_dpm_read_sensor()
|
D | si_dpm.c | 7991 u32 pl_index = in si_dpm_read_sensor() local 8001 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor() 8002 sclk = ps->performance_levels[pl_index].sclk; in si_dpm_read_sensor() 8009 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor() 8010 mclk = ps->performance_levels[pl_index].mclk; in si_dpm_read_sensor()
|