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