/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-integrity.c | 659 unsigned *pl_index, unsigned *pl_offset) in page_list_location() 667 *pl_index = sector >> (PAGE_SHIFT - SECTOR_SHIFT); in page_list_location() 674 unsigned pl_index, pl_offset; in access_page_list() local 677 page_list_location(ic, section, offset, &pl_index, &pl_offset); in access_page_list() 682 va = lowmem_page_address(pl[pl_index].page); in access_page_list() 804 unsigned pl_index, pl_offset, section_index; in xor_journal() local 815 page_list_location(ic, section, 0, &pl_index, &pl_offset); in xor_journal() 821 section_index = pl_index; in xor_journal() 828 while (unlikely(pl_index == section_index)) { in xor_journal() 840 dst_page = target_pl[pl_index] in xor_journal() 658 page_list_location(struct dm_integrity_c *ic, unsigned section, unsigned offset, unsigned *pl_index, unsigned *pl_offset) page_list_location() argument 957 unsigned pl_index, pl_offset; rw_journal_sectors() local 1076 unsigned sector, pl_index, pl_offset; copy_from_journal() local 4322 unsigned sector, pl_index, pl_offset; dm_integrity_ctr() local [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-integrity.c | 732 unsigned int *pl_index, unsigned int *pl_offset) in page_list_location() 740 *pl_index = sector >> (PAGE_SHIFT - SECTOR_SHIFT); in page_list_location() 747 unsigned int pl_index, pl_offset; in access_page_list() local 750 page_list_location(ic, section, offset, &pl_index, &pl_offset); in access_page_list() 755 va = lowmem_page_address(pl[pl_index].page); in access_page_list() 898 unsigned int pl_index, pl_offset, section_index; in xor_journal() local 909 page_list_location(ic, section, 0, &pl_index, &pl_offset); in xor_journal() 915 section_index = pl_index; in xor_journal() 922 while (unlikely(pl_index == section_index)) { in xor_journal() 935 dst_page = target_pl[pl_index] in xor_journal() 731 page_list_location(struct dm_integrity_c *ic, unsigned int section, unsigned int offset, unsigned int *pl_index, unsigned int *pl_offset) page_list_location() argument 1056 unsigned int pl_index, pl_offset; rw_journal_sectors() local 1178 unsigned int sector, pl_index, pl_offset; copy_from_journal() local 4611 unsigned int sector, pl_index, pl_offset; dm_integrity_ctr() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/ |
H A D | kv_dpm.c | 3272 u32 pl_index = in kv_dpm_read_sensor() local 3283 if (pl_index < SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_read_sensor() 3285 pi->graphics_level[pl_index].SclkFrequency); in kv_dpm_read_sensor()
|
H A D | si_dpm.c | 7988 u32 pl_index = in si_dpm_read_sensor() local 7998 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor() 7999 sclk = ps->performance_levels[pl_index].sclk; in si_dpm_read_sensor() 8006 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor() 8007 mclk = ps->performance_levels[pl_index].mclk; in si_dpm_read_sensor()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | kv_dpm.c | 3260 u32 pl_index = in kv_dpm_read_sensor() local 3271 if (pl_index < SMU__NUM_SCLK_DPM_STATE) { in kv_dpm_read_sensor() 3273 pi->graphics_level[pl_index].SclkFrequency); in kv_dpm_read_sensor()
|
H A D | si_dpm.c | 8014 u32 pl_index = in si_dpm_read_sensor() local 8024 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor() 8025 sclk = ps->performance_levels[pl_index].sclk; in si_dpm_read_sensor() 8032 if (pl_index < ps->performance_level_count) { in si_dpm_read_sensor() 8033 mclk = ps->performance_levels[pl_index].mclk; in si_dpm_read_sensor()
|