sdbt_index 84 arch/s390/kernel/perf_cpum_sf.c unsigned long *sdbt_index; /* SDBT address for fast lookup */ sdbt_index 1447 arch/s390/kernel/perf_cpum_sf.c base = aux->sdbt_index[head / CPUM_SF_SDB_PER_TABLE]; sdbt_index 1656 arch/s390/kernel/perf_cpum_sf.c free_page(aux->sdbt_index[i]); sdbt_index 1658 arch/s390/kernel/perf_cpum_sf.c kfree(aux->sdbt_index); sdbt_index 1722 arch/s390/kernel/perf_cpum_sf.c aux->sdbt_index = kmalloc_array(n_sdbt, sizeof(void *), GFP_KERNEL); sdbt_index 1723 arch/s390/kernel/perf_cpum_sf.c if (!aux->sdbt_index) sdbt_index 1736 arch/s390/kernel/perf_cpum_sf.c aux->sdbt_index[sfb->num_sdbt++] = (unsigned long)sfb->sdbt; sdbt_index 1748 arch/s390/kernel/perf_cpum_sf.c aux->sdbt_index[sfb->num_sdbt++] = (unsigned long)new; sdbt_index 1780 arch/s390/kernel/perf_cpum_sf.c free_page(aux->sdbt_index[i]); sdbt_index 1783 arch/s390/kernel/perf_cpum_sf.c kfree(aux->sdbt_index);