Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c811 static int sdeb_first_idx = -1; /* invalid index ==> none created */ variable
6027 if (sdeb_first_idx < 0) { in fake_rw_store()
6032 idx = sdeb_first_idx; in fake_rw_store()
6969 sdeb_most_recent_idx = sdeb_first_idx; in sdebug_erase_all_stores()
6998 if (sdeb_first_idx < 0) in sdebug_add_store()
6999 sdeb_first_idx = n_idx; in sdebug_add_store()
7065 idx = (per_host_idx < 0) ? sdeb_first_idx : per_host_idx; in sdebug_add_host_helper()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c820 static int sdeb_first_idx = -1; /* invalid index ==> none created */ variable
6167 if (sdeb_first_idx < 0) { in fake_rw_store()
6172 idx = sdeb_first_idx; in fake_rw_store()
7105 sdeb_most_recent_idx = sdeb_first_idx; in sdebug_erase_all_stores()
7134 if (sdeb_first_idx < 0) in sdebug_add_store()
7135 sdeb_first_idx = n_idx; in sdebug_add_store()
7201 idx = (per_host_idx < 0) ? sdeb_first_idx : per_host_idx; in sdebug_add_host_helper()

Completed in 22 milliseconds