Searched refs:u_probe_in (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dcore_read_macros.c28 struct callback_head u_probe_in; local
41 u_probe_in.next = &u_probe_in;
42 u_probe_in.func = (void *)(long)0x5678;
43 bss->u_probe_in = &u_probe_in;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_core_read_macros.c19 struct callback_head *u_probe_in = 0; variable in typeref:struct:callback_head
46 u_probe_out = (long)BPF_PROBE_READ_USER(u_probe_in, next, next, func);

Completed in 127 milliseconds