1 <h2>host_sched_info
</h2>
<hr>
<p>
<strong>Structure
</strong> - Used to present the set of scheduler limits associated
with the host.
<h3>SYNOPSIS
</h3>
<pre>
<strong>struct host_sched_info
</strong>
<strong>{
</strong>
<strong>integer_t
</strong> <var>min_timeout
</var><strong>;
</strong>
<strong>integer_t
</strong> <var>min_quantum
</var><strong>;
</strong>
<strong>};
</strong>
<strong>typedef struct host_sched_info* host_sched_info_t;
</strong>
</pre>
<h3>FIELDS
</h3>
<dl>
<dt> <var>min_timeout
</var>
<dd>
Minimum time-out, in milliseconds
<p>
<dt> <var>min_quantum
</var>
<dd>
Minimum quantum (period for which a thread can be scheduled if
uninterrupted), in milliseconds
</dl>
<h3>DESCRIPTION
</h3>
<p>
The
<strong>host_sched_info
</strong> structure defines the limiting
scheduling information
available about a host.
<h3>RELATED INFORMATION
</h3>
<p>
Functions:
<a href=
"host_info.html"><strong>host_info
</strong></a>.
<p>
Data Structures:
<a href=
"host_basic_info.html"><strong>host_basic_info
</strong></a>,
<a href=
"host_load_info.html"><strong>host_load_info
</strong></a>.