Searched refs:tot (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | telemetry.h | 65 uint32_t tot,
|
| H A D | telemetry.c | 1600 uint32_t tot, in telemetry_backtrace_to_string() argument 1605 for (uint32_t i = 0; i < tot; i++) { in telemetry_backtrace_to_string() 1610 telemetry_backtrace_add_kexts(buf + l, buflen - l, frames, tot); in telemetry_backtrace_to_string()
|
| /xnu-12377.81.4/tools/lldbmacros/core/ |
| H A D | iterators.py | 593 tot = 0 595 tot += n 596 print(xnu_format(fmt, sz, n, tot, n / self.buckets, tot / self.buckets))
|
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | mptcp_usrreq.c | 1153 user_ssize_t resid, tot; in mptcp_uiotombuf() local 1163 tot = MIN(resid, space); in mptcp_uiotombuf() 1165 tot = resid; in mptcp_uiotombuf() 1168 if (tot < 0 || tot > INT_MAX) { in mptcp_uiotombuf() 1172 len = (int)tot; in mptcp_uiotombuf() 1219 len = MIN((int)M_TRAILINGSPACE(mb), (int)(tot - progress)); in mptcp_uiotombuf() 1233 VERIFY(progress == tot); in mptcp_uiotombuf()
|
| /xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_route.c | 850 uint32_t i = 0, tot = 0; in flow_route_bucket_purge_common() local 858 ++tot; in flow_route_bucket_purge_common() 925 *resid = (tot - i); in flow_route_bucket_purge_common() 943 uint32_t i = 0, tot = 0; in flow_route_bucket_prune() local 948 ++tot; in flow_route_bucket_prune() 968 *resid = (tot - i); in flow_route_bucket_prune()
|
| /xnu-12377.81.4/tests/ |
| H A D | memorystatus_zone_test.c | 685 uint64_t cur, tot; in run_test() 687 query_zone_map_size(&cur, &tot); in run_test()
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | uipc_mbuf_mcache.c | 2920 unsigned int tot = 0; local 2936 tot = cslab_alloc(class, &list, 2951 return tot == num;
|