sdb_index 83 arch/s390/kernel/perf_cpum_sf.c unsigned long *sdb_index; /* SDB address for fast lookup */ sdb_index 1358 arch/s390/kernel/perf_cpum_sf.c sdb = aux->sdb_index[index]; sdb_index 1450 arch/s390/kernel/perf_cpum_sf.c cpuhw->lsctl.dear = aux->sdb_index[head]; sdb_index 1659 arch/s390/kernel/perf_cpum_sf.c kfree(aux->sdb_index); sdb_index 1727 arch/s390/kernel/perf_cpum_sf.c aux->sdb_index = kmalloc_array(nr_pages, sizeof(void *), GFP_KERNEL); sdb_index 1728 arch/s390/kernel/perf_cpum_sf.c if (!aux->sdb_index) sdb_index 1755 arch/s390/kernel/perf_cpum_sf.c aux->sdb_index[i] = (unsigned long)pages[i]; sdb_index 1781 arch/s390/kernel/perf_cpum_sf.c kfree(aux->sdb_index);