Searched refs:xyz (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Djz4740-adc.h29 #define JZ_ADC_CONFIG_XYZ_OFFSET(dnum) ((xyz) << 13)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_custom_sec_handlers.c52 SEC("xyz/blah")
53 int xyz(void *ctx) function
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcustom_sec_handlers.c44 /* no auto-attach for SEC("xyz") and SEC("kprobe") */
140 ASSERT_EQ(bpf_program__type(skel->progs.xyz), BPF_PROG_TYPE_SYSCALL, "xyz_type");
154 skel->links.xyz = bpf_program__attach(skel->progs.kprobe1);
156 ASSERT_ERR_PTR(skel->links.xyz, "xyz_attach");
168 /* SEC("xyz") shouldn't be auto-attached */

Completed in 124 milliseconds