xref: /xnu-8020.121.3/osfmk/man/host_sched_info.html (revision fdd8201d7b966f0c3ea610489d29bd841d358941)
1*fdd8201dSApple OSS Distributions<h2>host_sched_info</h2>
2*fdd8201dSApple OSS Distributions<hr>
3*fdd8201dSApple OSS Distributions<p>
4*fdd8201dSApple OSS Distributions<strong>Structure</strong> - Used to present the set of scheduler limits associated
5*fdd8201dSApple OSS Distributions  with the host.
6*fdd8201dSApple OSS Distributions<h3>SYNOPSIS</h3>
7*fdd8201dSApple OSS Distributions<pre>
8*fdd8201dSApple OSS Distributions<strong>struct host_sched_info</strong>
9*fdd8201dSApple OSS Distributions<strong>{</strong>
10*fdd8201dSApple OSS Distributions       <strong>integer_t</strong>       <var>min_timeout</var><strong>;</strong>
11*fdd8201dSApple OSS Distributions       <strong>integer_t</strong>       <var>min_quantum</var><strong>;</strong>
12*fdd8201dSApple OSS Distributions<strong>};</strong>
13*fdd8201dSApple OSS Distributions
14*fdd8201dSApple OSS Distributions<strong>typedef struct host_sched_info* host_sched_info_t;</strong>
15*fdd8201dSApple OSS Distributions</pre>
16*fdd8201dSApple OSS Distributions<h3>FIELDS</h3>
17*fdd8201dSApple OSS Distributions<dl>
18*fdd8201dSApple OSS Distributions<dt> <var>min_timeout</var>
19*fdd8201dSApple OSS Distributions<dd>
20*fdd8201dSApple OSS DistributionsMinimum time-out, in milliseconds
21*fdd8201dSApple OSS Distributions<p>
22*fdd8201dSApple OSS Distributions<dt> <var>min_quantum</var>
23*fdd8201dSApple OSS Distributions<dd>
24*fdd8201dSApple OSS DistributionsMinimum quantum (period for which a thread can be scheduled if
25*fdd8201dSApple OSS Distributionsuninterrupted), in milliseconds
26*fdd8201dSApple OSS Distributions</dl>
27*fdd8201dSApple OSS Distributions<h3>DESCRIPTION</h3>
28*fdd8201dSApple OSS Distributions<p>
29*fdd8201dSApple OSS DistributionsThe <strong>host_sched_info</strong> structure defines the limiting
30*fdd8201dSApple OSS Distributionsscheduling information
31*fdd8201dSApple OSS Distributionsavailable about a host.
32*fdd8201dSApple OSS Distributions<h3>RELATED INFORMATION</h3>
33*fdd8201dSApple OSS Distributions<p>
34*fdd8201dSApple OSS DistributionsFunctions:
35*fdd8201dSApple OSS Distributions<a href="host_info.html"><strong>host_info</strong></a>.
36*fdd8201dSApple OSS Distributions<p>
37*fdd8201dSApple OSS DistributionsData Structures:
38*fdd8201dSApple OSS Distributions<a href="host_basic_info.html"><strong>host_basic_info</strong></a>,
39*fdd8201dSApple OSS Distributions<a href="host_load_info.html"><strong>host_load_info</strong></a>.
40