Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinit.h347 #define __setup(str, fn) \ macro
385 #define __setup(str, func) /* nothing */ macro
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c115 static void __setup(struct bpf_program *prog, bool hashmap) in __setup() function