| /xnu-11215/osfmk/kern/ |
| H A D | task_policy.c | 648 info->requested = 0; in task_policy_get() 914 if (requested.trp_int_darwinbg || requested.trp_ext_darwinbg || in task_policy_update_internal_locked() 970 if (requested.trp_sup_lowpri_cpu && requested.trp_boosted == 0) { in task_policy_update_internal_locked() 993 if (requested.trp_sup_disk && requested.trp_boosted == 0) { in task_policy_update_internal_locked() 1008 if (requested.trp_ext_iopassive || requested.trp_int_iopassive) { in task_policy_update_internal_locked() 1015 if (requested.trp_sup_active && requested.trp_boosted == 0) { in task_policy_update_internal_locked() 1026 if (requested.trp_sup_timer && requested.trp_boosted == 0) { in task_policy_update_internal_locked() 1048 if (requested.trp_sup_throughput && requested.trp_boosted == 0) { in task_policy_update_internal_locked() 1063 if (requested.trp_sup_cpu && requested.trp_boosted == 0) { in task_policy_update_internal_locked() 1631 requested.trp_role = value; in proc_set_task_policy_locked() [all …]
|
| H A D | thread_policy.c | 1474 info->requested = 0; in thread_policy_get() 1722 if (requested.thrp_int_darwinbg || requested.thrp_ext_darwinbg) { in thread_policy_update_internal_spinlocked() 1726 if (requested.thrp_pidbind_bg) { in thread_policy_update_internal_spinlocked() 1793 if (requested.thrp_ext_iopassive || in thread_policy_update_internal_spinlocked() 1794 requested.thrp_int_iopassive || in thread_policy_update_internal_spinlocked() 2100 requested.thrp_pidbind_bg = value; in thread_set_requested_policy_spinlocked() 2122 requested.thrp_qos = value; in thread_set_requested_policy_spinlocked() 2153 requested.thrp_terminated = value; in thread_set_requested_policy_spinlocked() 2276 value = requested.thrp_qos; in thread_get_requested_policy_spinlocked() 2297 value = requested.thrp_qos; in thread_get_requested_policy_spinlocked() [all …]
|
| H A D | coalition.c | 2880 struct coalition_requested_policy requested = coal->j.c_requested_policy; in jetsam_coalition_policy_update_locked() local 2884 next.cep_darwinbg = requested.crp_darwinbg; in jetsam_coalition_policy_update_locked() 2972 struct coalition_requested_policy requested = coal->j.c_requested_policy; in jetsam_coalition_set_policy() local 2980 requested.crp_darwinbg = value; in jetsam_coalition_set_policy() 2987 coal->j.c_requested_policy = requested; in jetsam_coalition_set_policy() 3018 struct coalition_requested_policy requested = coal->j.c_requested_policy; in jetsam_coalition_get_policy() local 3022 *value = requested.crp_darwinbg; in jetsam_coalition_get_policy()
|
| H A D | sched_prim.c | 7656 requested.pcs_online_cores != effective.pcs_online_cores || in sched_needs_update_requested_powered_cores() 7657 requested.pcs_tempdown_cores != effective.pcs_tempdown_cores) { in sched_needs_update_requested_powered_cores() 9101 cpumap_t newly_online_cores = (requested.pcs_online_cores ^ in sched_update_powered_cores_drops_lock() 9102 effective.pcs_online_cores) & requested.pcs_online_cores; in sched_update_powered_cores_drops_lock() 9105 cpumap_t newly_offline_cores = (requested.pcs_online_cores ^ in sched_update_powered_cores_drops_lock() 9106 effective.pcs_online_cores) & ~requested.pcs_online_cores; in sched_update_powered_cores_drops_lock() 9114 cpumap_t newly_temporary_cores = (requested.pcs_tempdown_cores ^ in sched_update_powered_cores_drops_lock() 9115 effective.pcs_tempdown_cores) & requested.pcs_tempdown_cores; in sched_update_powered_cores_drops_lock() 9117 cpumap_t newly_nontemporary_cores = (requested.pcs_tempdown_cores ^ in sched_update_powered_cores_drops_lock() 9118 effective.pcs_tempdown_cores) & ~requested.pcs_tempdown_cores; in sched_update_powered_cores_drops_lock() [all …]
|
| H A D | debug.c | 244 #define INJECT_NESTED_PANIC_IF_REQUESTED(requested) … argument 246 …if ((panic_test_case & requested) && panic_test_action_count) { …
|
| /xnu-11215/tools/lockstat/ |
| H A D | lockstat.c | 70 void print_spin(int requested, lockgroup_info_t *lockgroup); 73 void print_mutex(int requested, lockgroup_info_t *lockgroup); 76 void print_rw(int requested, lockgroup_info_t *lockgroup); 293 print_spin(int requested, lockgroup_info_t *lockgroup) in print_spin() argument 295 lockgroup_info_t *curptr = &lockgroup[requested]; in print_spin() 326 print_mutex(int requested, lockgroup_info_t *lockgroup) in print_mutex() argument 328 lockgroup_info_t *curptr = &lockgroup[requested]; in print_mutex() 359 print_rw(int requested, lockgroup_info_t *lockgroup) in print_rw() argument 361 lockgroup_info_t *curptr = &lockgroup[requested]; in print_rw()
|
| /xnu-11215/libkern/os/ |
| H A D | log_queue.c | 253 log_dispatch_prepare(log_queue_t lq, size_t requested, log_queue_entry_t *buf) in log_dispatch_prepare() argument 267 if (collected == requested) { in log_dispatch_prepare() 271 assert(collected < requested); in log_dispatch_prepare() 281 if (collected == requested) { in log_dispatch_prepare()
|
| /xnu-11215/osfmk/mach/ |
| H A D | thread_policy_private.h | 43 integer_t requested; member
|
| H A D | task_policy_private.h | 129 uint64_t requested; member
|
| /xnu-11215/bsd/net/ |
| H A D | if_loop.c | 250 boolean_t requested; in lo_tx_compl() local 252 error = mbuf_get_timestamp_requested(m, &requested); in lo_tx_compl() 253 if (requested) { in lo_tx_compl()
|
| H A D | ntstat.c | 7120 struct nstat_progress_req requested; in ntstat_progress_indicators() local 7128 if (req->newlen < sizeof(requested)) { in ntstat_progress_indicators() 7131 error = SYSCTL_IN(req, &requested, sizeof(requested)); in ntstat_progress_indicators() 7135 …interface((unsigned int)requested.np_ifindex, requested.np_recentflow_maxduration, (uint32_t)reque… in ntstat_progress_indicators() 7148 struct tcpprobereq requested; in ntstat_tcp_progress_enable() local 7156 if (req->newlen < sizeof(requested)) { in ntstat_tcp_progress_enable() 7159 error = SYSCTL_IN(req, &requested, sizeof(requested)); in ntstat_tcp_progress_enable() 7163 …robe_enable_for_interface((unsigned int)requested.ifindex, (uint32_t)requested.filter_flags, (uint… in ntstat_tcp_progress_enable()
|
| /xnu-11215/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 67 parameter contains the number of directory entries requested and returned. 150 This may be smaller than the number that you requested. 304 You requested an invalid attribute. 307 You requested volume attributes.
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_iokit.sub | 155 "(iokit/firewire) can't find requested entry in config ROM", // 001 164 "(iokit/firewire) requested isoch channel is in use", // 00A
|
| H A D | err_libkern.sub | 78 "(libkern/kext) requested architecture/executable not found", /* 0xf */
|
| H A D | err_kern.sub | 149 "(os/unix) can't assign requested address",
|
| /xnu-11215/bsd/kern/ |
| H A D | kpi_mbuf.c | 73 SYSCTL_QUAD(_kern_ipc_mbtxcf, OID_AUTO, requested, 1884 mbuf_get_timestamp_requested(mbuf_t m, boolean_t *requested) in mbuf_get_timestamp_requested() argument 1891 *requested = FALSE; in mbuf_get_timestamp_requested() 1893 *requested = TRUE; in mbuf_get_timestamp_requested()
|
| /xnu-11215/bsd/skywalk/packet/ |
| H A D | packet_kern.c | 410 boolean_t *requested) in kern_packet_get_timestamp_requested() argument 412 return __packet_get_timestamp_requested(ph, requested); in kern_packet_get_timestamp_requested()
|
| H A D | packet_common.h | 1701 __packet_get_timestamp_requested(const uint64_t ph, boolean_t *requested) in __packet_get_timestamp_requested() argument 1705 *requested = TRUE; in __packet_get_timestamp_requested() 1707 *requested = FALSE; in __packet_get_timestamp_requested()
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOMemoryDescriptor.iig | 119 * kIOMemoryMapFixedAddress map at the address requested
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 170 Initializes kdebug and kperf and starts tracing if requested with boot-args.
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | process.py | 2262 requested="" 2265 requested+=value[1] + ": " + str(t.requested_policy.__getattr__(value[0])) + " " 2267 requested+="" 2312 print("requested: " + requested)
|
| /xnu-11215/bsd/sys/ |
| H A D | kpi_mbuf.h | 1920 extern errno_t mbuf_get_timestamp_requested(mbuf_t mbuf, boolean_t *requested);
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 83 6. `vm_sanitize_err_compat_<kind>` applies any requested error code rewrite 84 and sends any requested telemetry.
|
| /xnu-11215/bsd/netinet/ |
| H A D | tcp_log.c | 546 ECN_STATE_TO_STRING(requested, "Requested") in tcp_connection_server_accurate_ecn_state_to_string()
|
| /xnu-11215/doc/primitives/ |
| H A D | atomics.md | 114 correspond to the requested memory ordering (using
|