Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/
H A Dscsi_debug.c7514 if (!xa_empty(per_store_ap)) { in scsi_debug_show_info()
7531 xa_for_each(per_store_ap, l_idx, sip) { in scsi_debug_show_info()
7532 niu = xa_get_mark(per_store_ap, l_idx, in scsi_debug_show_info()
7722 xa_clear_mark(per_store_ap, idx, in fake_rw_store()
7729 xa_set_mark(per_store_ap, sdhp->si_idx, in fake_rw_store()
8629 xa_destroy(per_store_ap); in scsi_debug_exit()
8650 if (xa_empty(per_store_ap)) in sdebug_erase_store()
8652 sip = xa_load(per_store_ap, idx); in sdebug_erase_store()
8659 xa_erase(per_store_ap, idx); in sdebug_erase_store()
8669 xa_for_each(per_store_ap, idx, sip) { in sdebug_erase_all_stores()
[all …]