Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c1784 int power_cond, want_stop, stopped_state; in resp_start_stop() local
1792 want_stop = !(cmd[4] & 1); in resp_start_stop()
1807 if (want_stop) { in resp_start_stop()
1815 changing = (stopped_state != want_stop); in resp_start_stop()
1817 atomic_xchg(&devip->stopped, want_stop); in resp_start_stop()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_debug.c1793 int power_cond, want_stop, stopped_state; in resp_start_stop() local
1801 want_stop = !(cmd[4] & 1); in resp_start_stop()
1816 if (want_stop) { in resp_start_stop()
1824 changing = (stopped_state != want_stop); in resp_start_stop()
1826 atomic_xchg(&devip->stopped, want_stop); in resp_start_stop()

Completed in 20 milliseconds