Searched refs:FN (Results 1 – 2 of 2) sorted by relevance
/tools/include/uapi/linux/ |
D | bpf.h | 4886 #define __BPF_FUNC_MAPPER(FN) \ argument 4887 FN(unspec), \ 4888 FN(map_lookup_elem), \ 4889 FN(map_update_elem), \ 4890 FN(map_delete_elem), \ 4891 FN(probe_read), \ 4892 FN(ktime_get_ns), \ 4893 FN(trace_printk), \ 4894 FN(get_prandom_u32), \ 4895 FN(get_smp_processor_id), \ [all …]
|
/tools/testing/selftests/bpf/ |
D | test_maps.c | 1350 #define run_parallel(N, FN, DATA) \ argument 1351 printf("Fork %u tasks to '" #FN "'\n", N); \ 1352 __run_parallel(N, FN, DATA)
|