Home
last modified time | relevance | path

Searched refs:collected (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/libkern/os/
H A Dlog_queue.c291 size_t collected = 0; in log_dispatch_prepare() local
299 buf[collected++] = lqe; in log_dispatch_prepare()
302 if (collected == requested) { in log_dispatch_prepare()
303 return collected; in log_dispatch_prepare()
306 assert(collected < requested); in log_dispatch_prepare()
315 buf[collected++] = lqe; in log_dispatch_prepare()
316 if (collected == requested) { in log_dispatch_prepare()
321 return collected; in log_dispatch_prepare()
/xnu-12377.81.4/doc/building/
H A Dbound_checks.md184 The expectation is that, once the telemetry is collected, you will change the
193 period, failing bounds checks create telemetry events that are collected by
/xnu-12377.81.4/doc/debugging/
H A Dextensible_paniclog.md28 …ake an IOExtensiblePaniclog instance active or inactive. An instance is collected and put into the…
75 …ake an IOExtensiblePaniclog instance active or inactive. An instance is collected and put into the…
/xnu-12377.81.4/doc/vm/
H A Dsanitize.md302 The output of all trials in one test is collected as `results_t`, storing the
309 After each test the collected results are processed. Normally this means