Searched refs:buf_to_free (Results 1 – 1 of 1) sorted by relevance
1021 void * buf_to_free = NULL; in kern_stack_snapshot_internal() local1145 buf_to_free = kernel_stackshot_buf; in kern_stack_snapshot_internal()1300 buf_to_free = (void *)((uint64_t)stackshotbuf + stackshotbuf_size - size_to_free); in kern_stack_snapshot_internal()1328 if (buf_to_free != NULL) { in kern_stack_snapshot_internal()1329 kmem_free(kernel_map, (vm_offset_t)buf_to_free, size_to_free); in kern_stack_snapshot_internal()