diff options
| author | James Smart <[email protected]> | 2017-06-15 22:56:45 -0700 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2017-06-19 21:40:10 -0400 |
| commit | 966bb5b7119607cf3d9a0d668eb67af67c2bab45 (patch) | |
| tree | e5c220c32903cb65cf898ab2d71eb5b7de8c9b6f /tools/perf/scripts/python/bin | |
| parent | 810ffa4789c8453caf0b876619c428bf64fef304 (diff) | |
scsi: lpfc: Break up IO ctx list into a separate get and put list
Since unsol rcv ISR and command cmpl ISR both access/lock this list,
separate get/put lists will reduce contention.
Replaced
struct list_head lpfc_nvmet_ctx_list;
with
struct list_head lpfc_nvmet_ctx_get_list;
struct list_head lpfc_nvmet_ctx_put_list;
and all correpsonding locks and counters.
Signed-off-by: Dick Kennedy <[email protected]>
Signed-off-by: James Smart <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions