Home
last modified time | relevance | path

Searched refs:tot (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dtelemetry.h65 uint32_t tot,
H A Dtelemetry.c1600 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.1.9/tools/lldbmacros/core/
H A Diterators.py593 tot = 0
595 tot += n
596 print(xnu_format(fmt, sz, n, tot, n / self.buckets, tot / self.buckets))
/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_usrreq.c1153 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.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c850 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.1.9/tests/
H A Dmemorystatus_zone_test.c685 uint64_t cur, tot; in run_test()
687 query_zone_map_size(&cur, &tot); in run_test()
/xnu-12377.1.9/bsd/kern/
H A Duipc_mbuf_mcache.c2920 unsigned int tot = 0; local
2936 tot = cslab_alloc(class, &list,
2951 return tot == num;