Home
last modified time | relevance | path

Searched defs:zpool_driver (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h39056 struct zpool_driver { struct
39057 char *type;
39058 struct module *owner;
39059 atomic_t refcount;
39060 struct list_head list;
39061 void * (*create)(const char *, gfp_t, const struct zpool_ops *, struct zpool *);
39062 void (*destroy)(void *);
39063 bool malloc_support_movable;
39064 int (*malloc)(void *, size_t, gfp_t, long unsigned int *);
39065 void (*free)(void *, long unsigned int);
[all …]