Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_compat.c269 unsigned int new_boundary = recalculate_boundary(runtime); in snd_pcm_ioctl_hw_params_compat() local
270 if (new_boundary) in snd_pcm_ioctl_hw_params_compat()
271 runtime->boundary = new_boundary; in snd_pcm_ioctl_hw_params_compat()
/linux/drivers/md/dm-vdo/
H A Dblock-map.c2335 struct boundary *new_boundary, struct forest *forest) in make_segment() argument
2368 memcpy(&(forest->boundaries[index]), new_boundary, sizeof(struct boundary)); in make_segment()
2371 segment_sizes[height] = new_boundary->levels[height]; in make_segment()
2445 struct boundary new_boundary, *old_boundary = NULL; in make_forest() local
2453 entries, &new_boundary); in make_forest()
2466 result = make_segment(old_forest, new_pages, &new_boundary, forest); in make_forest()