Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
4f9c1bc7
Commit
4f9c1bc7
authored
May 21, 2019
by
Paul E. McKenney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rcu/nocb: Remove obsolete nocb_gp_head and nocb_gp_tail fields
Signed-off-by:
Paul E. McKenney
<
paulmck@linux.ibm.com
>
parent
2a777de7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
kernel/rcu/tree.h
kernel/rcu/tree.h
+2
-4
No files found.
kernel/rcu/tree.h
View file @
4f9c1bc7
...
...
@@ -201,10 +201,8 @@ struct rcu_data {
struct
timer_list
nocb_timer
;
/* Enforce finite deferral. */
/* The following fields are used by GP kthread, hence own cacheline. */
struct
rcu_head
*
nocb_gp_head
____cacheline_internodealigned_in_smp
;
/* CBs waiting for GP. */
struct
rcu_head
**
nocb_gp_tail
;
bool
nocb_gp_sleep
;
/* Is the nocb GP thread asleep? */
bool
nocb_gp_sleep
____cacheline_internodealigned_in_smp
;
/* Is the nocb GP thread asleep? */
struct
swait_queue_head
nocb_gp_wq
;
/* For nocb kthreads to sleep on. */
bool
nocb_cb_sleep
;
/* Is the nocb CB thread asleep? */
struct
task_struct
*
nocb_cb_kthread
;
...
...
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