Home
last modified time | relevance | path

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

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