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

/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c84 unsigned long *sdb_index; /* SDB address for fast lookup */ member in struct:aux_buffer
1410 sdb = aux->sdb_index[index];
1505 cpuhw->lsctl.dear = virt_to_phys((void *)aux->sdb_index[head]);
1720 kfree(aux->sdb_index);
1786 /* Allocate sdb_index for fast reference */
1787 aux->sdb_index = kmalloc_array(nr_pages, sizeof(void *), GFP_KERNEL);
1788 if (!aux->sdb_index)
1815 aux->sdb_index[i] = (unsigned long)pages[i];
1840 kfree(aux->sdb_index);

Completed in 122 milliseconds