Searched refs:policy (Results 51 - 60 of 60) sorted by relevance

123

/xnu-2782.1.97/osfmk/vm/
H A Dbsd_vm.c38 #include <mach/policy.h>
301 * Set thread scheduling priority and policy for the current thread
H A Dvm_apple_protect.c38 #include <mach/policy.h>
H A Dvm_pageout.c3444 uint32_t policy; local
3462 policy = THROTTLE_LEVEL_PAGEOUT_THROTTLED;
3465 policy = THROTTLE_LEVEL_PAGEOUT_UNTHROTTLED;
3469 proc_set_task_policy_thread(kernel_task, iq->pgo_tid, TASK_POLICY_EXTERNAL, TASK_POLICY_IO, policy);
3474 proc_set_task_policy_thread(kernel_task, eq->pgo_tid, TASK_POLICY_EXTERNAL, TASK_POLICY_IO, policy);
/xnu-2782.1.97/bsd/netinet/
H A Dip_output.c1230 /* check policy */
1231 switch (sp->policy) {
1251 /* acquire a policy */
1268 printf("ip_output: Invalid policy found. %d\n", sp->policy);
/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c1016 SYSCTL_PROC(_kern_tfp, KERN_TFP_POLICY, policy, CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_LOCKED,
1017 &tfp_policy, sizeof(uint32_t), &sysctl_settfp_policy ,"I","policy");
/xnu-2782.1.97/tools/lldbmacros/
H A Dprocess.py236 policy flags:
1491 """ Routine to print the proc UUID policy table
1617 @header("{: <20s} {: <20s} {: <15s} {:<5s} {:<5s} {: <20s}".format("waitq", "interlock", "policy", "members", "threads", "eventmask"))
1643 out_string += format_string.format(waitq, unsigned(waitq.wq_interlock.lock_data), policy, 0, 0, unsigned(waitq.wq_eventmask))
/xnu-2782.1.97/bsd/net/
H A Ddlil.c1224 thread_affinity_policy_data_t policy; local
1226 bzero(&policy, sizeof (policy));
1227 policy.affinity_tag = tag;
1229 (thread_policy_t)&policy, THREAD_AFFINITY_POLICY_COUNT));
/xnu-2782.1.97/security/
H A Dmac_base.c67 * Kernel and userland interface to the framework, policy registration
125 "TrustedBSD MAC policy controls");
163 * that if a dynamically loaded policy requests mbuf labels, it must
165 * were already in flight when the policy was loaded. Since the policy
181 * that if a dynamically loaded policy requests vnode labels, it must
183 * were already in flight when the policy was loaded. Since the policy
204 &mac_device_enforce, 0, "Enforce MAC policy on device operations");
208 &mac_pipe_enforce, 0, "Enforce MAC policy o
[all...]
/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c551 /* get a security policy for this packet */
567 /* check policy */
568 switch (sp->policy) {
585 /* acquire a policy */
598 printf("%s: Invalid policy found: %d\n", __func__, sp->policy);
/xnu-2782.1.97/osfmk/kern/
H A Dsched_prim.c71 #include <mach/policy.h>
2015 /* Reload precise timing global policy to thread-local policy */
2227 /* Reload precise timing global policy to thread-local policy */
3952 * Use affinity set policy hint.

Completed in 136 milliseconds

123