| /xnu-12377.1.9/bsd/kern/ |
| H A D | stackshot.c | 174 stackshot_entitlement_do_report(bool have_entitlement, enum stackshot_progress progress, int testva… in stackshot_entitlement_do_report() argument 190 myser.ser_progress = (uint8_t)progress; in stackshot_entitlement_do_report() 528 enum stackshot_progress progress = STACKSHOT_NOT_ROOT; in stack_snapshot_with_config() local 534 progress = STACKSHOT_NOT_ENTITLED; in stack_snapshot_with_config() 544 progress = STACKSHOT_PERMITTED; in stack_snapshot_with_config() 565 progress = (error == 0) ? STACKSHOT_SUCCEEDED : STACKSHOT_ATTEMPTED; in stack_snapshot_with_config() 573 stackshot_entitlement_do_report(has_entitlement, progress, SSHOT_ENTITLEMENT_REPORT_NORMAL); in stack_snapshot_with_config()
|
| H A D | uipc_mbuf.c | 4354 int progress = 0, length, pktlen; in m_defrag_offset() local 4392 while (progress < pktlen) { in m_defrag_offset() 4393 length = pktlen - progress; in m_defrag_offset() 4413 m_copydata(m0, progress, length, mtod(m_new, caddr_t)); in m_defrag_offset() 4414 progress += length; in m_defrag_offset()
|
| /xnu-12377.1.9/libsyscall/mach/ |
| H A D | err_mach_ipc.sub | 41 /* 1 */ "(ipc/send) send in progress", 67 /* 1 */ "(ipc/rcv) receive in progress",
|
| H A D | err_kern.sub | 136 "(os/unix) operation is now in progress", 137 "(os/unix) operation is already in progress",
|
| H A D | err_ipc.sub | 46 "(ipc/send) notify in progress", /* -106 */
|
| /xnu-12377.1.9/doc/primitives/ |
| H A D | atomics.md | 69 perform_with_progress(int steps, long _Atomic *progress) 73 atomic_store_explicit(progress, i, memory_order_relaxed); 78 Into this, which obviously defeats the entire purpose of `progress`: 82 perform_with_progress(int steps, long _Atomic *progress) 87 atomic_store_explicit(progress, steps, memory_order_relaxed);
|
| /xnu-12377.1.9/doc/vm/ |
| H A D | pageout_scan.md | 113 allow the rest of the system to make forward progress. 115 `pageout_scan` can do, but the other VM threads may be able to make progress. 117 progress (reactivations or frees), block for 1ms. 177 of pages, then reclaim the page anyway to ensure forward progress is made.\*
|
| /xnu-12377.1.9/osfmk/console/art/ |
| H A D | progress.m | 2 //cc progress.m -framework AppKit -Wall; ./a.out >/tmp/xx.c; cc /tmp/xx.c -Wall; cat /tmp/xx.c
|
| /xnu-12377.1.9/bsd/netinet/ |
| H A D | mptcp_usrreq.c | 1152 int progress, len, error; in mptcp_uiotombuf() local 1215 progress = 0; in mptcp_uiotombuf() 1219 len = MIN((int)M_TRAILINGSPACE(mb), (int)(tot - progress)); in mptcp_uiotombuf() 1231 progress += len; in mptcp_uiotombuf() 1233 VERIFY(progress == tot); in mptcp_uiotombuf()
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | smr.c | 798 bool progress; in __smr_leave_stalled() local 804 progress = smrq_serialized_first(&pcpu->stall_queue, in __smr_leave_stalled() 811 if (progress) { in __smr_leave_stalled() 822 progress = pcpu->stall_waiter_goal != SMR_SEQ_INVALID; in __smr_leave_stalled() 825 if (progress) { in __smr_leave_stalled()
|
| /xnu-12377.1.9/doc/lifecycle/ |
| H A D | hibernation.md | 72 is in progress on this CPU.
|
| /xnu-12377.1.9/config/ |
| H A D | MASTER | 672 # vc_progress_white - make the progress gear white instead of black
|
| /xnu-12377.1.9/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 285 …rious types, with the goal of ensuring those threads make roughly equal progress over time. This i…
|
| /xnu-12377.1.9/tests/ |
| H A D | stackshot_tests.m | 1057 T_ASSERT_NE(cid1, cid2, "container IDs for in-progress exec are unique"); 3129 /* progress to the next kcdata item */
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | ntstat.c | 195 SYSCTL_PROC(_net_stats, OID_AUTO, progress,
|