Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/lightnvm/
Dcore.c40 int *lun_offs; member
119 int *lun_offs = ch_map->lun_offs; in nvm_remove_tgt_dev() local
124 int lun = j + lun_offs[j]; in nvm_remove_tgt_dev()
132 kfree(ch_map->lun_offs); in nvm_remove_tgt_dev()
179 int *lun_roffs = ch_rmap->lun_offs; in nvm_create_tgt_dev()
181 int *lun_offs; in nvm_create_tgt_dev() local
191 lun_offs = kcalloc(luns_in_chnl, sizeof(int), GFP_KERNEL); in nvm_create_tgt_dev()
192 if (!lun_offs) in nvm_create_tgt_dev()
200 lun_offs[j] = blun; in nvm_create_tgt_dev()
204 ch_map->lun_offs = lun_offs; in nvm_create_tgt_dev()
[all …]