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