We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4c171 commit 61a182aCopy full SHA for 61a182a
include/linux/cpuset.h
@@ -121,11 +121,6 @@ static inline int cpuset_do_page_mem_spread(void)
121
return task_spread_page(current);
122
}
123
124
-static inline int cpuset_do_slab_mem_spread(void)
125
-{
126
- return task_spread_slab(current);
127
-}
128
-
129
extern bool current_cpuset_is_being_rebound(void);
130
131
extern void rebuild_sched_domains(void);
@@ -264,11 +259,6 @@ static inline int cpuset_do_page_mem_spread(void)
264
259
return 0;
265
260
266
261
267
268
269
- return 0;
270
271
272
262
static inline bool current_cpuset_is_being_rebound(void)
273
263
{
274
return false;
0 commit comments