Searched refs:UNROLL (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | profiler1.c | 3 #define UNROLL macro
|
| H A D | profiler3.c | 4 #define UNROLL macro
|
| H A D | profiler.inc.h | 169 #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/include/linux/ |
| H A D | unroll.h | 54 #define UNROLL(N, MACRO, args...) CONCATENATE(__UNROLL_, N)(MACRO, args) macro
|
| /linux/lib/raid6/ |
| H A D | Makefile | 37 quiet_cmd_unroll = UNROLL $@
|
| /linux/drivers/vhost/ |
| H A D | vhost.h | 321 UNROLL(VIRTIO_FEATURES_U64S, \
|
| /linux/security/ |
| H A D | security.c | 100 UNROLL(MAX_LSM_COUNT, M, __VA_ARGS__) \ 103 #define LSM_DEFINE_UNROLL(M, ...) UNROLL(MAX_LSM_COUNT, M, __VA_ARGS__)
|