Home
last modified time | relevance | path

Searched refs:_license (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/samples/bpf/
Dsockex1_kern.c29 char _license[] SEC("license") = "GPL"; variable
Dtracex1_kern.c49 char _license[] SEC("license") = "GPL"; variable
Dtracex4_kern.c53 char _license[] SEC("license") = "GPL"; variable
Dtracex2_kern.c85 char _license[] SEC("license") = "GPL"; variable
Dtracex3_kern.c88 char _license[] SEC("license") = "GPL"; variable
Dtcbpf1_kern.c67 char _license[] SEC("license") = "GPL"; variable
Dsockex2_kern.c221 char _license[] SEC("license") = "GPL"; variable
/linux-4.1.27/include/linux/
Dmodule.h124 #define MODULE_LICENSE(_license) MODULE_INFO(license, _license) argument