Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Ddisk_accounting.c539 u64 dst_v[BCH_ACCOUNTING_MAX_COUNTERS]; in bch2_gc_accounting_done() local
542 bch2_accounting_mem_read_counters(acc, idx, dst_v, nr, false); in bch2_gc_accounting_done()
545 if (memcmp(dst_v, src_v, nr * sizeof(u64))) { in bch2_gc_accounting_done()
552 prt_printf(&buf, " %llu", dst_v[j]); in bch2_gc_accounting_done()
559 src_v[j] -= dst_v[j]; in bch2_gc_accounting_done()
H A Dbtree_iter.h606 static inline void __bkey_val_copy(void *dst_v, unsigned dst_size, struct bkey_s_c src_k) in __bkey_val_copy() argument
609 memcpy(dst_v, src_k.v, b); in __bkey_val_copy()
611 memset(dst_v + b, 0, dst_size - b); in __bkey_val_copy()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_display.c1690 u32 src_v = 1, dst_v = 1; in radeon_crtc_scaling_mode_fixup() local
1716 dst_v = radeon_crtc->native_mode.vdisplay; in radeon_crtc_scaling_mode_fixup()
1737 dst_v = crtc->mode.vdisplay - (radeon_crtc->v_border * 2); in radeon_crtc_scaling_mode_fixup()
1758 b.full = dfixed_const(dst_v); in radeon_crtc_scaling_mode_fixup()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c1446 u32 src_v = 1, dst_v = 1; in amdgpu_display_crtc_scaling_mode_fixup() local
1471 dst_v = amdgpu_crtc->native_mode.vdisplay; in amdgpu_display_crtc_scaling_mode_fixup()
1491 dst_v = crtc->mode.vdisplay - (amdgpu_crtc->v_border * 2); in amdgpu_display_crtc_scaling_mode_fixup()
1500 b.full = dfixed_const(dst_v); in amdgpu_display_crtc_scaling_mode_fixup()