Home
last modified time | relevance | path

Searched refs:lxt_old (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Dvlun.c509 struct sisl_lxt_entry *lxt = NULL, *lxt_old = NULL; in grow_lxt() local
538 lxt_old = rhte->lxt_start; in grow_lxt()
553 memcpy(lxt, lxt_old, (sizeof(*lxt) * rhte->lxt_cnt)); in grow_lxt()
555 lxt = lxt_old; in grow_lxt()
599 if (lxt != lxt_old) in grow_lxt()
600 kfree(lxt_old); in grow_lxt()
627 struct sisl_lxt_entry *lxt, *lxt_old; in shrink_lxt() local
640 lxt_old = rhte->lxt_start; in shrink_lxt()
655 memcpy(lxt, lxt_old, in shrink_lxt()
660 lxt = lxt_old; in shrink_lxt()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Dvlun.c509 struct sisl_lxt_entry *lxt = NULL, *lxt_old = NULL; in grow_lxt() local
538 lxt_old = rhte->lxt_start; in grow_lxt()
553 memcpy(lxt, lxt_old, (sizeof(*lxt) * rhte->lxt_cnt)); in grow_lxt()
555 lxt = lxt_old; in grow_lxt()
599 if (lxt != lxt_old) in grow_lxt()
600 kfree(lxt_old); in grow_lxt()
627 struct sisl_lxt_entry *lxt, *lxt_old; in shrink_lxt() local
640 lxt_old = rhte->lxt_start; in shrink_lxt()
655 memcpy(lxt, lxt_old, in shrink_lxt()
660 lxt = lxt_old; in shrink_lxt()
[all...]

Completed in 3 milliseconds