]>
Commit | Line | Data |
---|---|---|
13fec989 A |
1 | <h2>host_sched_info</h2> |
2 | <hr> | |
3 | <p> | |
4 | <strong>Structure</strong> - Used to present the set of scheduler limits associated | |
5 | with the host. | |
6 | <h3>SYNOPSIS</h3> | |
7 | <pre> | |
8 | <strong>struct host_sched_info</strong> | |
9 | <strong>{</strong> | |
10 | <strong>integer_t</strong> <var>min_timeout</var><strong>;</strong> | |
11 | <strong>integer_t</strong> <var>min_quantum</var><strong>;</strong> | |
12 | <strong>};</strong> | |
13 | ||
14 | <strong>typedef struct host_sched_info* host_sched_info_t;</strong> | |
15 | </pre> | |
16 | <h3>FIELDS</h3> | |
17 | <dl> | |
18 | <dt> <var>min_timeout</var> | |
19 | <dd> | |
20 | Minimum time-out, in milliseconds | |
21 | <p> | |
22 | <dt> <var>min_quantum</var> | |
23 | <dd> | |
24 | Minimum quantum (period for which a thread can be scheduled if | |
25 | uninterrupted), in milliseconds | |
26 | </dl> | |
27 | <h3>DESCRIPTION</h3> | |
28 | <p> | |
29 | The <strong>host_sched_info</strong> structure defines the limiting | |
30 | scheduling information | |
31 | available about a host. | |
32 | <h3>RELATED INFORMATION</h3> | |
33 | <p> | |
34 | Functions: | |
35 | <a href="host_info.html"><strong>host_info</strong></a>. | |
36 | <p> | |
37 | Data Structures: | |
38 | <a href="host_basic_info.html"><strong>host_basic_info</strong></a>, | |
39 | <a href="host_load_info.html"><strong>host_load_info</strong></a>. |