hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/kernel/bpf/percpu_freelist.h
....@@ -1,8 +1,5 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /* 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.
63 */
74 #ifndef __PERCPU_FREELIST_H__
85 #define __PERCPU_FREELIST_H__
....@@ -16,6 +13,7 @@
1613
1714 struct pcpu_freelist {
1815 struct pcpu_freelist_head __percpu *freelist;
16
+ struct pcpu_freelist_head extralist;
1917 };
2018
2119 struct pcpu_freelist_node {