Searched refs:thislength (Results 1 – 3 of 3) sorted by relevance
3818 int thislength; local3937 thislength = pos - (buffer + offset);3938 …NTK(debug_procinfo, KERN_DEBUG "aha152x_proc_info: length=%d thislength=%d\n", length, thislength);3940 if(thislength<0) {3946 thislength = thislength<length ? thislength : length;3948 DPRINTK(debug_procinfo, KERN_DEBUG "aha152x_proc_info: return %d\n", thislength);3951 return thislength < length ? thislength : length;
1530 int thislength; in nsp32_proc_info() local1617 thislength = pos - (buffer + offset); in nsp32_proc_info()1619 if(thislength < 0) { in nsp32_proc_info()1625 thislength = MIN(thislength, length); in nsp32_proc_info()1628 return thislength; in nsp32_proc_info()
1480 int thislength; in nsp_proc_info() local1574 thislength = pos - (buffer + offset); in nsp_proc_info()1576 if(thislength < 0) { in nsp_proc_info()1582 thislength = MIN(thislength, length); in nsp_proc_info()1585 return thislength; in nsp_proc_info()