Searched refs:copysize (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/soc/sof/intel/
H A Dhda-loader-skl.c393 unsigned int copysize,
400 unsigned int size = (bufsize == copysize) ? bufsize : copysize;
390 cl_skl_cldma_fill_buffer(struct snd_sof_dev *sdev, struct snd_dma_buffer *dmab, unsigned int bufsize, unsigned int copysize, const void *curr_pos, bool intr_enable) argument
/linux-master/fs/
H A Dnamespace.c4893 size_t copysize = min_t(size_t, s->bufsize, sizeof(*sm)); local
4899 sm->size = copysize + seq->count;
4900 if (copy_to_user(s->buf, sm, copysize))

Completed in 129 milliseconds