Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dkern_stackshot.c331 size_t sc_num_buffers; member
843 for (size_t buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in stackshot_best_buffer_alloc()
1624 for (size_t buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in stackshot_push_duration_and_latency()
1632 stackshot_ctx.sc_latency.buffer_count = stackshot_ctx.sc_num_buffers; in stackshot_push_duration_and_latency()
2724 stackshot_ctx.sc_num_buffers = is_singlethreaded ? 1 : ml_get_cluster_count(); in kdp_snapshot_preflight_internal()
2726 stackshot_ctx.sc_num_buffers = 1; in kdp_snapshot_preflight_internal()
2728 size_t bufsz = args.buffer_size / stackshot_ctx.sc_num_buffers; in kdp_snapshot_preflight_internal()
2729 for (int buf_idx = 0; buf_idx < stackshot_ctx.sc_num_buffers; buf_idx++) { in kdp_snapshot_preflight_internal()