Home
last modified time | relevance | path

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

/xnu-11215/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.c7777 int progress = 0, length, pktlen; local
7815 while (progress < pktlen) {
7816 length = pktlen - progress;
7836 m_copydata(m0, progress, length, mtod(m_new, caddr_t));
7837 progress += length;
/xnu-11215/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-11215/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-11215/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-11215/bsd/netinet/
H A Dmptcp_usrreq.c1150 int progress, len, error; in mptcp_uiotombuf() local
1213 progress = 0; in mptcp_uiotombuf()
1217 len = MIN((int)M_TRAILINGSPACE(mb), (int)(tot - progress)); in mptcp_uiotombuf()
1229 progress += len; in mptcp_uiotombuf()
1231 VERIFY(progress == tot); in mptcp_uiotombuf()
/xnu-11215/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-11215/doc/lifecycle/
H A Dhibernation.md72 is in progress on this CPU.
/xnu-11215/config/
H A DMASTER668 # vc_progress_white - make the progress gear white instead of black
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md286 … of various types to ensure that all threads of the workload make equal progress aka "stir-the-pot…
/xnu-11215/tests/
H A Dstackshot_tests.m1000 T_ASSERT_NE(cid1, cid2, "container IDs for in-progress exec are unique");
2953 /* progress to the next kcdata item */
/xnu-11215/bsd/net/
H A Dntstat.c188 SYSCTL_PROC(_net_stats, OID_AUTO, progress,