Searched refs:cleft (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_refcount.c | 458 struct xfs_refcount_irec *cleft, in xfs_refcount_merge_left_extent() argument 466 cur->bc_private.a.agno, left, cleft); in xfs_refcount_merge_left_extent() 469 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent() 470 error = xfs_refcount_lookup_le(cur, cleft->rc_startblock, in xfs_refcount_merge_left_extent() 491 left->rc_blockcount += cleft->rc_blockcount; in xfs_refcount_merge_left_extent() 496 *agbno += cleft->rc_blockcount; in xfs_refcount_merge_left_extent() 497 *aglen -= cleft->rc_blockcount; in xfs_refcount_merge_left_extent() 573 struct xfs_refcount_irec *cleft, in xfs_refcount_find_left_extents() argument 582 left->rc_startblock = cleft->rc_startblock = NULLAGBLOCK; in xfs_refcount_find_left_extents() 615 *cleft = tmp; in xfs_refcount_find_left_extents() [all …]
|
/Linux-v4.19/drivers/media/platform/omap/ |
D | omap_vout_vrfb.c | 329 int offset = 0, ctop = 0, cleft = 0, line_length = 0; in omap_vout_calculate_vrfb_offset() local 358 cleft = (pix->width - crop->width) - crop->left; in omap_vout_calculate_vrfb_offset() 370 temp_ps * cleft + crop->top * temp_ps; in omap_vout_calculate_vrfb_offset() 373 cleft + crop->top * temp_ps + (line_length * in omap_vout_calculate_vrfb_offset() 384 (cleft / vr_ps) * ps; in omap_vout_calculate_vrfb_offset() 388 (cleft / vr_ps) * ps + (line_length * in omap_vout_calculate_vrfb_offset()
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene-core.c | 350 u32 cleft; in ngene_command_load_firmware() local 360 cleft = (size + 3) & ~3; in ngene_command_load_firmware() 361 if (cleft > FIRSTCHUNK) { in ngene_command_load_firmware() 363 cleft - FIRSTCHUNK); in ngene_command_load_firmware() 364 cleft = FIRSTCHUNK; in ngene_command_load_firmware() 366 ngcpyto(DATA_FIFO_AREA, ngene_fw, cleft); in ngene_command_load_firmware() 372 com.cmd.FWLoadFinish.Length = (unsigned short)cleft; in ngene_command_load_firmware()
|
/Linux-v4.19/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 500 int stat, bleftend, cleft; in ctrl_cropw_max_get() local 507 cleft = cptr->hdw->cropl_val; in ctrl_cropw_max_get() 509 *width = cleft < bleftend ? bleftend-cleft : 0; in ctrl_cropw_max_get()
|