Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_sf.c360 unsigned long n_sdb, freq, factor; in allocate_buffers() local
390 n_sdb = DIV_ROUND_UP(freq, factor * ((PAGE_SIZE-64) / sample_size)); in allocate_buffers()
391 if (n_sdb < CPUM_SF_MIN_SDB) in allocate_buffers()
392 n_sdb = CPUM_SF_MIN_SDB; in allocate_buffers()
402 sfb_init_allocs(n_sdb, hwc); in allocate_buffers()
409 SAMPL_RATE(hwc), freq, n_sdb, sfb_max_limit(hwc), in allocate_buffers()