Home
last modified time | relevance | path

Searched refs:wantlen (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/media/video/
Dc-qcam.c366 size_t wantlen, outptr = 0; in qc_capture() local
410 wantlen = lines * pixelsperline * 24 / 8; in qc_capture()
412 while (wantlen) in qc_capture()
415 s = (wantlen > BUFSZ)?BUFSZ:wantlen; in qc_capture()
425 wantlen -= t; in qc_capture()
434 if (wantlen) in qc_capture()
/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.c143 xfs_extlen_t wantlen, /* target length */ in xfs_alloc_compute_diff() argument
156 ASSERT(freelen >= wantlen); in xfs_alloc_compute_diff()
158 wantend = wantbno + wantlen; in xfs_alloc_compute_diff()
168 newlen1 = XFS_EXTLEN_MIN(wantlen, freeend - newbno1); in xfs_alloc_compute_diff()
172 newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2); in xfs_alloc_compute_diff()
184 newbno1 = roundup(freeend - wantlen, alignment); in xfs_alloc_compute_diff()
185 if (newbno1 > freeend - wantlen && in xfs_alloc_compute_diff()
191 newbno1 = freeend - wantlen; in xfs_alloc_compute_diff()