Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/eth/
H A Dmcs7830.c530 int rc, wantlen, gotlen; in mcs7830_recv_common() local
536 wantlen = MCS7830_RX_URB_SIZE; in mcs7830_recv_common()
539 &buf[0], wantlen, &gotlen, in mcs7830_recv_common()
542 __func__, wantlen, gotlen, rc); in mcs7830_recv_common()
547 if (gotlen > wantlen) { in mcs7830_recv_common()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_alloc.c321 xfs_extlen_t wantlen, /* target length */ in xfs_alloc_compute_diff() argument
336 ASSERT(freelen >= wantlen); in xfs_alloc_compute_diff()
338 wantend = wantbno + wantlen; in xfs_alloc_compute_diff()
355 newlen1 = XFS_EXTLEN_MIN(wantlen, freeend - newbno1); in xfs_alloc_compute_diff()
359 newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2); in xfs_alloc_compute_diff()
371 newbno1 = roundup(freeend - wantlen, alignment); in xfs_alloc_compute_diff()
372 if (newbno1 > freeend - wantlen && in xfs_alloc_compute_diff()
378 newbno1 = freeend - wantlen; in xfs_alloc_compute_diff()