forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 05e59e5fb0064c97a1c10921ecd549f2d4a58565
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 {