Searched defs:sclp_core_info (Results 1 – 1 of 1) sorted by relevance
42 struct sclp_core_info { struct43 unsigned int configured;44 unsigned int standby;45 unsigned int combined;69 int sclp_get_core_info(struct sclp_core_info *info); argument