Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/linux/
Dinit.h37 #define __setup(str, fn) \ macro
/linux-6.12.1/include/linux/
Dinit.h350 #define __setup(str, fn) \ macro
388 #define __setup(str, func) /* nothing */ macro
/linux-6.12.1/tools/testing/selftests/bpf/benchs/
Dbench_local_storage.c115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup() function