Home
last modified time | relevance | path

Searched refs:priority_info (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/osfmk/kern/
H A Dhost.c286 host_priority_info_t priority_info; in host_info() local
292 priority_info = (host_priority_info_t)info; in host_info()
294 priority_info->kernel_priority = MINPRI_KERNEL; in host_info()
295 priority_info->system_priority = MINPRI_KERNEL; in host_info()
296 priority_info->server_priority = MINPRI_RESERVED; in host_info()
297 priority_info->user_priority = BASEPRI_DEFAULT; in host_info()
298 priority_info->depress_priority = DEPRESSPRI; in host_info()
299 priority_info->idle_priority = IDLEPRI; in host_info()
300 priority_info->minimum_priority = MINPRI_USER; in host_info()
301 priority_info->maximum_priority = MAXPRI_RESERVED; in host_info()