Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dstackshot.c174 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 Duipc_mbuf.c4354 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 Derr_mach_ipc.sub41 /* 1 */ "(ipc/send) send in progress",
67 /* 1 */ "(ipc/rcv) receive in progress",
H A Derr_kern.sub136 "(os/unix) operation is now in progress",
137 "(os/unix) operation is already in progress",
H A Derr_ipc.sub46 "(ipc/send) notify in progress", /* -106 */
/xnu-12377.1.9/doc/primitives/
H A Datomics.md69 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 Dpageout_scan.md113 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 Dprogress.m2 //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 Dmptcp_usrreq.c1152 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 Dsmr.c798 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 Dhibernation.md72 is in progress on this CPU.
/xnu-12377.1.9/config/
H A DMASTER672 # vc_progress_white - make the progress gear white instead of black
/xnu-12377.1.9/doc/scheduler/
H A Dsched_clutch_edge.md285 …rious types, with the goal of ensuring those threads make roughly equal progress over time. This i…
/xnu-12377.1.9/tests/
H A Dstackshot_tests.m1057 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 Dntstat.c195 SYSCTL_PROC(_net_stats, OID_AUTO, progress,