Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
e54f8188
Commit
e54f8188
authored
Nov 29, 2006
by
Roland Dreier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IB: Convert kmem_cache_t -> struct kmem_cache
Signed-off-by:
Roland Dreier
<
rolandd@cisco.com
>
parent
53533e16
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/infiniband/core/mad.c
drivers/infiniband/core/mad.c
+1
-1
drivers/infiniband/hw/amso1100/c2.h
drivers/infiniband/hw/amso1100/c2.h
+1
-1
drivers/infiniband/ulp/iser/iscsi_iser.h
drivers/infiniband/ulp/iser/iscsi_iser.h
+1
-1
No files found.
drivers/infiniband/core/mad.c
View file @
e54f8188
...
...
@@ -46,7 +46,7 @@ MODULE_DESCRIPTION("kernel IB MAD API");
MODULE_AUTHOR
(
"Hal Rosenstock"
);
MODULE_AUTHOR
(
"Sean Hefty"
);
static
kmem_cache_t
*
ib_mad_cache
;
static
struct
kmem_cache
*
ib_mad_cache
;
static
struct
list_head
ib_mad_port_list
;
static
u32
ib_mad_client_id
=
0
;
...
...
drivers/infiniband/hw/amso1100/c2.h
View file @
e54f8188
...
...
@@ -302,7 +302,7 @@ struct c2_dev {
unsigned
long
pa
;
/* PA device memory */
void
**
qptr_array
;
kmem_cache_t
*
host_msg_cache
;
struct
kmem_cache
*
host_msg_cache
;
struct
list_head
cca_link
;
/* adapter list */
struct
list_head
eh_wakeup_list
;
/* event wakeup list */
...
...
drivers/infiniband/ulp/iser/iscsi_iser.h
View file @
e54f8188
...
...
@@ -283,7 +283,7 @@ struct iser_global {
struct
mutex
connlist_mutex
;
struct
list_head
connlist
;
/* all iSER IB connections */
kmem_cache_t
*
desc_cache
;
struct
kmem_cache
*
desc_cache
;
};
extern
struct
iser_global
ig
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment