Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dkern_stackshot.c330 size_t sc_num_buffers; member
842 for (size_t buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in stackshot_best_buffer_alloc()
1614 for (size_t buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in stackshot_push_duration_and_latency()
1622 stackshot_ctx.sc_latency.buffer_count = stackshot_ctx.sc_num_buffers; in stackshot_push_duration_and_latency()
2706 stackshot_ctx.sc_num_buffers = is_singlethreaded ? 1 : ml_get_cluster_count(); in kdp_snapshot_preflight_internal()
2708 stackshot_ctx.sc_num_buffers = 1; in kdp_snapshot_preflight_internal()
2710 size_t bufsz = args.buffer_size / stackshot_ctx.sc_num_buffers; in kdp_snapshot_preflight_internal()
2711 for (int buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in kdp_snapshot_preflight_internal()