Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler1.c3 #define UNROLL macro
H A Dprofiler3.c4 #define UNROLL macro
/linux/include/linux/
H A Dunroll.h12 #define UNROLL(N, MACRO, args...) CONCATENATE(__UNROLL_, N)(MACRO, args) macro