Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c842 int my_cluster; in stackshot_best_buffer_alloc() local
852 my_cluster = cpu_cluster_id(); in stackshot_best_buffer_alloc()
853 ret = stackshot_buffer_alloc(size, &stackshot_ctx.sc_buffers[my_cluster], &err); in stackshot_best_buffer_alloc()
858 if ((buf_idx == my_cluster) || (stackshot_ctx.sc_buffers[buf_idx].ssb_ptr == NULL)) { in stackshot_best_buffer_alloc()