mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-21 07:24:22 +00:00
More performance and scalability improvements
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3222 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+4
-3
@@ -1713,6 +1713,8 @@ struct scst_cmd {
|
||||
|
||||
struct scst_session *sess; /* corresponding session */
|
||||
|
||||
atomic_t *cpu_cmd_counter;
|
||||
|
||||
/* Cmd state, one of SCST_CMD_STATE_* constants */
|
||||
int state;
|
||||
|
||||
@@ -2066,6 +2068,8 @@ struct scst_mgmt_cmd {
|
||||
|
||||
struct scst_session *sess;
|
||||
|
||||
atomic_t *cpu_cmd_counter;
|
||||
|
||||
/* Mgmt cmd state, one of SCST_MCMD_STATE_* constants */
|
||||
int state;
|
||||
|
||||
@@ -3891,9 +3895,6 @@ unsigned long scst_random(void);
|
||||
|
||||
void scst_set_resp_data_len(struct scst_cmd *cmd, int resp_data_len);
|
||||
|
||||
void scst_get(void);
|
||||
void scst_put(void);
|
||||
|
||||
void scst_cmd_get(struct scst_cmd *cmd);
|
||||
void scst_cmd_put(struct scst_cmd *cmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user