Searched refs:new_boundary (Results 1 – 2 of 2) sorted by relevance
269 unsigned int new_boundary = recalculate_boundary(runtime); in snd_pcm_ioctl_hw_params_compat() local270 if (new_boundary) in snd_pcm_ioctl_hw_params_compat()271 runtime->boundary = new_boundary; in snd_pcm_ioctl_hw_params_compat()
2356 struct boundary *new_boundary, struct forest *forest) in make_segment() argument2389 memcpy(&(forest->boundaries[index]), new_boundary, sizeof(struct boundary)); in make_segment()2392 segment_sizes[height] = new_boundary->levels[height]; in make_segment()2467 struct boundary new_boundary, *old_boundary = NULL; in make_forest() local2475 entries, &new_boundary); in make_forest()2488 result = make_segment(old_forest, new_pages, &new_boundary, forest); in make_forest()