A list of cores and threads which is used for scheduling. More...
#include <scheduler.h>
Data Fields | |
uint64_t | total_idle_tsc |
uint64_t | total_busy_tsc |
uint64_t | current_idle_tsc |
uint64_t | current_busy_tsc |
uint32_t | lcore |
uint32_t | threads_count |
bool | interrupt_mode |
struct spdk_scheduler_thread_info * | thread_infos |
bool | isolated |
A list of cores and threads which is used for scheduling.