Home
last modified time | relevance | path

Searched refs:n_sdbt (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Dperf_cpum_sf.c1757 int i, n_sdbt; in aux_buffer_setup() local
1781 n_sdbt = DIV_ROUND_UP(nr_pages, CPUM_SF_SDB_PER_TABLE); in aux_buffer_setup()
1782 aux->sdbt_index = kmalloc_array(n_sdbt, sizeof(void *), GFP_KERNEL); in aux_buffer_setup()