X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..b7266188b87f3620ec3f9f717e57194a7dd989fe:/osfmk/man/policy_rr_info.html diff --git a/osfmk/man/policy_rr_info.html b/osfmk/man/policy_rr_info.html index a1c44df58..c6e5b9a88 100755 --- a/osfmk/man/policy_rr_info.html +++ b/osfmk/man/policy_rr_info.html @@ -1 +1,81 @@ -

policy_rr_info


Structure - Specifies information associated with the system's Round Robin scheduling policy.

SYNOPSIS

struct policy_rr_limit
{
       int          max_priority;
};

struct policy_rr_base
{
       int         base_priority;
       int               quantum;
};

struct policy_rr_info
{
       int          max_priority;
       int         base_priority;
       int               quantum;
       boolean_t       depressed;
       int      depress_priority;
};

FIELDS

max_priority
Maximum scheduling priority

base_priority
Scheduling priority

quantum
Scheduling quantum (in milliseconds)

depressed
True if scheduling priority is depressed

depress_priority
Scheduling priority from which depressed

DESCRIPTION

The policy_rr_info structure defines the round-robin scheduling policy information. Round-robin threads have two priorities associated with them by the system:

RELATED INFORMATION

Functions: thread_info, task_info, processor_set_info, processor_set_policy_control, processor_set_policy_disable, processor_set_policy_enable, task_policy, thread_policy, thread_set_policy.

Data Structures: policy_fifo_info, policy_timeshare_info. \ No newline at end of file +

policy_rr_info

+
+

+Structure - Specifies information associated with the system's Round Robin scheduling policy. +

SYNOPSIS

+
+struct policy_rr_limit
+{
+       int          max_priority;
+};
+
+struct policy_rr_base
+{
+       int         base_priority;
+       int               quantum;
+};
+
+struct policy_rr_info
+{
+       int          max_priority;
+       int         base_priority;
+       int               quantum;
+       boolean_t       depressed;
+       int      depress_priority;
+};
+
+

FIELDS

+
+
max_priority +
+Maximum scheduling priority +

+

base_priority +
+Scheduling priority +

+

quantum +
+Scheduling quantum (in milliseconds) +

+

depressed +
+True if scheduling priority is depressed +

+

depress_priority +
+Scheduling priority from which depressed +
+

DESCRIPTION

+

+The policy_rr_info structure defines the round-robin +scheduling policy information. +Round-robin threads have two priorities associated with them by the system: +

+

RELATED INFORMATION

+

+Functions: +thread_info, +task_info, +processor_set_info, +processor_set_policy_control, +processor_set_policy_disable, +processor_set_policy_enable, +task_policy, +thread_policy, +thread_set_policy. +

+Data Structures: +policy_fifo_info, +policy_timeshare_info.