.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /* Copyright (c) 2016 Facebook |
---|
2 | | - * |
---|
3 | | - * This program is free software; you can redistribute it and/or |
---|
4 | | - * modify it under the terms of version 2 of the GNU General Public |
---|
5 | | - * License as published by the Free Software Foundation. |
---|
6 | 3 | */ |
---|
7 | 4 | #ifndef __PERCPU_FREELIST_H__ |
---|
8 | 5 | #define __PERCPU_FREELIST_H__ |
---|
.. | .. |
---|
16 | 13 | |
---|
17 | 14 | struct pcpu_freelist { |
---|
18 | 15 | struct pcpu_freelist_head __percpu *freelist; |
---|
| 16 | + struct pcpu_freelist_head extralist; |
---|
19 | 17 | }; |
---|
20 | 18 | |
---|
21 | 19 | struct pcpu_freelist_node { |
---|