Go to the documentation of this file.
23 #include <linux/list.h>
24 #include <linux/slab.h>
36 kref_init(&gang->
kref);
39 INIT_LIST_HEAD(&gang->
list);
46 static void destroy_spu_gang(
struct kref *
kref)
56 kref_get(&gang->
kref);
62 return kref_put(&gang->
kref, &destroy_spu_gang);