Home
last modified time | relevance | path

Searched refs:cleft (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_refcount.c541 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()
575 *agbno += cleft->rc_blockcount; in xfs_refcount_merge_left_extent()
707 *cleft = tmp; in xfs_refcount_find_left_extents()
720 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
721 cleft->rc_domain = domain; in xfs_refcount_find_left_extents()
729 cleft->rc_startblock = agbno; in xfs_refcount_find_left_extents()
730 cleft->rc_blockcount = aglen; in xfs_refcount_find_left_extents()
731 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
732 cleft->rc_domain = domain; in xfs_refcount_find_left_extents()
735 left, cleft, agbno); in xfs_refcount_find_left_extents()
[all …]
/openbmc/linux/drivers/media/platform/ti/omap/
H A Domap_vout_vrfb.c326 int offset = 0, ctop = 0, cleft = 0, line_length = 0; in omap_vout_calculate_vrfb_offset() local
355 cleft = (pix->width - crop->width) - crop->left; in omap_vout_calculate_vrfb_offset()
367 temp_ps * cleft + crop->top * temp_ps; in omap_vout_calculate_vrfb_offset()
370 cleft + crop->top * temp_ps + (line_length * in omap_vout_calculate_vrfb_offset()
381 (cleft / vr_ps) * ps; in omap_vout_calculate_vrfb_offset()
385 (cleft / vr_ps) * ps + (line_length * in omap_vout_calculate_vrfb_offset()
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene-core.c337 u32 cleft; in ngene_command_load_firmware() local
347 cleft = (size + 3) & ~3; in ngene_command_load_firmware()
348 if (cleft > FIRSTCHUNK) { in ngene_command_load_firmware()
350 cleft - FIRSTCHUNK); in ngene_command_load_firmware()
351 cleft = FIRSTCHUNK; in ngene_command_load_firmware()
353 ngcpyto(DATA_FIFO_AREA, ngene_fw, cleft); in ngene_command_load_firmware()
359 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware()
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c492 int stat, bleftend, cleft; in ctrl_cropw_max_get() local
499 cleft = cptr->hdw->cropl_val; in ctrl_cropw_max_get()
501 *width = cleft < bleftend ? bleftend-cleft : 0; in ctrl_cropw_max_get()