Searched refs:buf_to_free (Results 1 – 1 of 1) sorted by relevance
581 void * buf_to_free = NULL; in kern_stack_snapshot_internal() local704 buf_to_free = kernel_stackshot_buf; in kern_stack_snapshot_internal()842 buf_to_free = (void *)((uint64_t)stackshotbuf + stackshotbuf_size - size_to_free); in kern_stack_snapshot_internal()868 if (buf_to_free != NULL) { in kern_stack_snapshot_internal()869 kmem_free(kernel_map, (vm_offset_t)buf_to_free, size_to_free); in kern_stack_snapshot_internal()