X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..HEAD:/osfmk/man/host_sched_info.html diff --git a/osfmk/man/host_sched_info.html b/osfmk/man/host_sched_info.html old mode 100755 new mode 100644 index 581af5261..4cdbc4d98 --- a/osfmk/man/host_sched_info.html +++ b/osfmk/man/host_sched_info.html @@ -1 +1,39 @@ -
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. \ No newline at end of file +
+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.