Home
last modified time | relevance | path

Searched refs:UNROLL (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/progs/
H A Dprofiler1.c3 #define UNROLL macro
H A Dprofiler3.c4 #define UNROLL macro
H A Dprofiler.inc.h169 #ifdef UNROLL in get_var_spid_index()
185 #ifdef UNROLL in populate_ancestors()
212 #ifdef UNROLL in read_full_cgroup_path()
261 #ifdef UNROLL in populate_cgroup_info()
402 #ifdef UNROLL in trace_var_sys_kill()
482 #ifdef UNROLL in read_absolute_file_path_from_dentry()
508 #ifdef UNROLL in is_ancestor_in_allowed_inodes()
629 #ifdef UNROLL in raw_tracepoint__sched_process_exit()
/linux-6.15/include/linux/
H A Dunroll.h56 #define UNROLL(N, MACRO, args...) CONCATENATE(__UNROLL_, N)(MACRO, args) macro
/linux-6.15/lib/raid6/
H A DMakefile36 quiet_cmd_unroll = UNROLL $@
/linux-6.15/security/
H A Dsecurity.c49 UNROLL(MAX_LSM_COUNT, M, __VA_ARGS__) \
52 #define LSM_DEFINE_UNROLL(M, ...) UNROLL(MAX_LSM_COUNT, M, __VA_ARGS__)