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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dusbvideo.c145 int rql, toread; local
150 rql = RingQueue_GetLength(rq);
151 if(!rql)
155 if(len > rql)
156 len = rql;

Completed in 91 milliseconds