Searched refs:per_store_ap (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | scsi_debug.c | 819 static struct xarray *per_store_ap = &per_store_arr; variable 884 lsip = xa_load(per_store_ap, 0); /* should never be NULL */ in lba2fake_store() 3001 return xa_load(per_store_ap, devip->sdbg_host->si_idx); in devip2sip() 5965 if (!xa_empty(per_store_ap)) { in scsi_debug_show_info() 5982 xa_for_each(per_store_ap, l_idx, sip) { in scsi_debug_show_info() 5983 niu = xa_get_mark(per_store_ap, l_idx, in scsi_debug_show_info() 6173 xa_clear_mark(per_store_ap, idx, in fake_rw_store() 6180 xa_set_mark(per_store_ap, sdhp->si_idx, in fake_rw_store() 6497 xa_for_each_marked(per_store_ap, idx, sip, in add_host_store() 6603 if (sdebug_fake_rw == 0 && !xa_empty(per_store_ap)) { in map_show() [all …]
|