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

/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c85 unsigned long *sdbt_index; /* SDBT address for fast lookup */ member in struct:aux_buffer
1502 base = aux->sdbt_index[head / CPUM_SF_SDB_PER_TABLE];
1717 free_page(aux->sdbt_index[i]);
1719 kfree(aux->sdbt_index);
1780 /* Allocate sdbt_index for fast reference */
1782 aux->sdbt_index = kmalloc_array(n_sdbt, sizeof(void *), GFP_KERNEL);
1783 if (!aux->sdbt_index)
1796 aux->sdbt_index[sfb->num_sdbt++] = (unsigned long)sfb->sdbt;
1808 aux->sdbt_index[sfb->num_sdbt++] = (unsigned long)new;
1839 free_page(aux->sdbt_index[
[all...]

Completed in 200 milliseconds