Searched refs:PQOS_MAX_CORES (Results 1 – 1 of 1) sorted by relevance
22 #define PQOS_MAX_CORES (PQOS_MAX_SOCKET_CORES * PQOS_MAX_SOCKETS) macro33 static struct cat_config m_config[PQOS_MAX_CORES];62 const unsigned num = PQOS_MAX_CORES; in parse_set()122 min = PQOS_MAX_CORES; in parse_set()141 if (min == PQOS_MAX_CORES) in parse_set()147 if (min == PQOS_MAX_CORES) in parse_set()153 min = PQOS_MAX_CORES; in parse_set()329 } while (*end != '\0' && idx < PQOS_MAX_CORES); in parse_l3ca()372 for (cpu_id = 0; cpu_id < PQOS_MAX_CORES; cpu_id++) { in check_cpus()693 char cpustr[PQOS_MAX_CORES * 3] = {0}; in print_cmd_line_config()[all …]