Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/kvm/
Dpv.c407 const u64 increment_len = uv_info.conf_dump_storage_state_len; in kvm_s390_pv_dump_stor_state() local
425 !IS_ALIGNED(buff_user_len, increment_len)) in kvm_s390_pv_dump_stor_state()
452 size_done += increment_len; in kvm_s390_pv_dump_stor_state()
453 uvcb.dump_area_origin += increment_len; in kvm_s390_pv_dump_stor_state()
454 buff_user_len -= increment_len; in kvm_s390_pv_dump_stor_state()
/linux-6.1.9/rust/alloc/vec/
Dmod.rs2404 local_len.increment_len(1); in extend_with()
2410 local_len.increment_len(1); in extend_with()