Home
last modified time | relevance | path

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

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