Searched refs:collected (Results 1 – 4 of 4) sorted by relevance
291 size_t collected = 0; in log_dispatch_prepare() local299 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()
184 The expectation is that, once the telemetry is collected, you will change the193 period, failing bounds checks create telemetry events that are collected by
28 …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…
302 The output of all trials in one test is collected as `results_t`, storing the309 After each test the collected results are processed. Normally this means