Searched refs:psets (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/lsmp.tproj/
H A Dlsmp.c112 processor_set_name_array_t psets; local
117 ret = host_processor_sets(mach_host_self(), &psets, &psetCount);
128 ret = host_processor_set_priv(mach_host_self(), psets[0], &pset_priv);
133 mach_port_deallocate(mach_task_self(), psets[0]); local
134 vm_deallocate(mach_task_self(), (vm_address_t)psets, (vm_size_t)psetCount * sizeof(mach_port_t));
/macosx-10.10/system_cmds-643.1.1/vm_purgeable_stat.tproj/
H A Dvm_purgeable_stat.c76 processor_set_name_array_t psets; local
86 ret = host_processor_sets(mach_host_self(), &psets, &psetCount);
97 ret = host_processor_set_priv(mach_host_self(), psets[0], &pset_priv);
102 mach_port_deallocate(mach_task_self(), psets[0]); local
103 vm_deallocate(mach_task_self(), (vm_address_t)psets, (vm_size_t)psetCount * sizeof(mach_port_t));
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dprocessor.h113 processor_set_t pset_list; /* chain of associated psets */
120 processor_set_t psets; /* list of associated psets */ member in struct:pset_node
274 #define next_pset(p) (((p)->pset_list != PROCESSOR_SET_NULL)? (p)->pset_list: (p)->node->psets)
H A Dprocessor.c121 pset_node0.psets = &pset0;
233 /* multiq scheduler is not currently compatible with multiple psets */
245 prev = &node->psets;
/macosx-10.10/top-100.1.2/
H A Dlibtop.c1248 processor_set_name_array_t psets; local
1254 kr = host_processor_sets(libtop_port, &psets, &pcnt);
1262 kr = host_processor_set_priv(libtop_port, psets[i], &pset);
1302 kr = mach_port_deallocate(mach_task_self(), psets[i]);
1305 kr = mach_vm_deallocate(mach_task_self(), (mach_vm_address_t)(uintptr_t)psets, pcnt * sizeof(*psets));
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmm-util.el876 (let ((systems mm-coding-system-priorities) csets psets curset)
886 psets (latin-unity-representations-present-region begin end))
911 (if (latin-unity-maybe-remap begin end curset csets psets t)

Completed in 123 milliseconds