Searched defs:__setup (Results 1 – 3 of 3) sorted by relevance
322 #define __setup(str, fn) \ macro358 #define __setup(str, func) /* nothing */ macro
351 #define __setup(str, fn) \ macro389 #define __setup(str, func) /* nothing */ macro
115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup() function