Home
last modified time | relevance | path

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

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h7060 struct module_attribute { struct
7062 ssize_t (*show)(struct module_attribute *, struct module_kobject *, char *); argument
7063 ssize_t (*store)(struct module_attribute *, struct module_kobject *, const char *, size_t); argument
7064 void (*setup)(struct module *, const char *);
7065 int (*test)(struct module *);
7066 void (*free)(struct module *);