Searched refs:sc_num_buffers (Results 1 – 1 of 1) sorted by relevance
325 size_t sc_num_buffers; member837 for (size_t buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in stackshot_best_buffer_alloc()1598 for (size_t buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in stackshot_push_duration_and_latency()1606 stackshot_ctx.sc_latency.buffer_count = stackshot_ctx.sc_num_buffers; in stackshot_push_duration_and_latency()2687 stackshot_ctx.sc_num_buffers = is_singlethreaded ? 1 : ml_get_cluster_count(); in kdp_snapshot_preflight_internal()2689 stackshot_ctx.sc_num_buffers = 1; in kdp_snapshot_preflight_internal()2691 size_t bufsz = args.buffer_size / stackshot_ctx.sc_num_buffers; in kdp_snapshot_preflight_internal()2692 for (int buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in kdp_snapshot_preflight_internal()