Home
last modified time | relevance | path

Searched defs:to_clone (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/cxlflash/
H A Dvlun.c307 static int ba_clone(struct ba_lun *ba_lun, u64 to_clone) in ba_clone()
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs2806 let to_clone = unsafe { this.get_unchecked(src) }; in spec_extend_from_within() localVariable