Commit 348d3c5
sched_ext: Use kvfree_rcu() to release per-cpu ksyncs object
The free_kick_syncs_rcu() rcu-callback only invoke kvfree() to
release per-cpu ksyncs object, this can use kvfree_rcu() replace
call_rcu() to release per-cpu ksyncs object in the free_kick_syncs().
Signed-off-by: Zqiang <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>1 parent 1dcb98b commit 348d3c5
1 file changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4161 | 4161 | | |
4162 | 4162 | | |
4163 | 4163 | | |
4164 | | - | |
4165 | | - | |
4166 | | - | |
4167 | | - | |
4168 | | - | |
4169 | | - | |
4170 | | - | |
4171 | 4164 | | |
4172 | 4165 | | |
4173 | 4166 | | |
| |||
4178 | 4171 | | |
4179 | 4172 | | |
4180 | 4173 | | |
4181 | | - | |
| 4174 | + | |
4182 | 4175 | | |
4183 | 4176 | | |
4184 | 4177 | | |
| |||
0 commit comments