Structure - Used to present the set of scheduler limits associated with the host.
struct host_sched_info { integer_t min_timeout; integer_t min_quantum; }; typedef struct host_sched_info* host_sched_info_t;
The host_sched_info structure defines the limiting scheduling information available about a host.
Functions: host_info.
Data Structures: host_basic_info, host_load_info.