kernel/include/linux/cgroup-defs.h
.. .. @@ -21,6 +21,7 @@ 21 21 #include <linux/workqueue.h> 22 22 #include <linux/bpf-cgroup.h> 23 23 #include <linux/psi_types.h> 24 +#include <linux/swork.h>24 25 25 26 #ifdef CONFIG_CGROUPS 26 27 .. .. @@ -166,6 +167,7 @@ 166 167 167 168 /* percpu_ref killing and RCU release */ 168 169 struct work_struct destroy_work; 170 + struct swork_event destroy_swork;169 171 struct rcu_work destroy_rwork; 170 172 171 173 /*