Searched refs:ioc_size (Results 1 – 1 of 1) sorted by relevance
3347 const size_t ioc_size = _IOC_SIZE(cmd); in video_usercopy() local3351 if (ioc_size <= sizeof(sbuf)) { in video_usercopy()3355 mbuf = kmalloc(ioc_size, GFP_KERNEL); in video_usercopy()