Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c3292 const size_t ioc_size = _IOC_SIZE(cmd); in video_usercopy() local
3296 if (ioc_size <= sizeof(sbuf)) { in video_usercopy()
3300 mbuf = kmalloc(ioc_size, GFP_KERNEL); in video_usercopy()