Searched refs:progress (Results 1 – 14 of 14) sorted by relevance
| /xnu-11215/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 | 7777 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 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-11215/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-11215/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-11215/bsd/netinet/ |
| H A D | mptcp_usrreq.c | 1150 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 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-11215/doc/lifecycle/ |
| H A D | hibernation.md | 72 is in progress on this CPU.
|
| /xnu-11215/config/ |
| H A D | MASTER | 668 # vc_progress_white - make the progress gear white instead of black
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 286 … of various types to ensure that all threads of the workload make equal progress aka "stir-the-pot…
|
| /xnu-11215/tests/ |
| H A D | stackshot_tests.m | 1000 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 D | ntstat.c | 188 SYSCTL_PROC(_net_stats, OID_AUTO, progress,
|