Lines Matching defs:core
388 /* Governor returns core freqs in kHz, we want MHz. */
577 uint32_t core, index, num;
590 SPDK_ENV_FOREACH_CORE(core) {
592 spdk_json_write_named_uint32(w, "lcore_id", core);
596 num = governor->get_core_avail_freqs(core, freqs, SPDK_MAX_LCORE_FREQS);
604 spdk_json_write_named_uint32(w, "current_frequency", governor->get_core_curr_freq(core));
652 "Scheduling core cannot be included in isolated core mask.\n");
657 "Invalid isolated core mask\n");
664 "Invalid scheduling core.\n");