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

/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c54 * The maximum number of SDBs is increased by CPUM_SF_SDB_DIAG_FACTOR if
69 static unsigned long __read_mostly CPUM_SF_SDB_DIAG_FACTOR = 1; variable
381 CPUM_SF_SDB_DIAG_FACTOR = DIV_ROUND_UP(si.dsdes, si.bsdes);
386 return SAMPL_DIAG_MODE(hwc) ? CPUM_SF_MAX_SDB * CPUM_SF_SDB_DIAG_FACTOR
1762 if (nr_pages > CPUM_SF_MAX_SDB * CPUM_SF_SDB_DIAG_FACTOR) {
1767 } else if (nr_pages < CPUM_SF_MIN_SDB * CPUM_SF_SDB_DIAG_FACTOR) {
2198 CPUM_SF_MIN_SDB, CPUM_SF_MAX_SDB, CPUM_SF_SDB_DIAG_FACTOR);

Completed in 114 milliseconds