Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c821 static int sdeb_first_idx = -1; /* invalid index ==> none created */ variable
6246 if (sdeb_first_idx < 0) { in fake_rw_store()
6251 idx = sdeb_first_idx; in fake_rw_store()
7206 sdeb_most_recent_idx = sdeb_first_idx; in sdebug_erase_all_stores()
7235 if (sdeb_first_idx < 0) in sdebug_add_store()
7236 sdeb_first_idx = n_idx; in sdebug_add_store()
7302 idx = (per_host_idx < 0) ? sdeb_first_idx : per_host_idx; in sdebug_add_host_helper()