Home
last modified time | relevance | path

Searched refs:MY_TV_NSEC (Results 1 – 2 of 2) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_vmlinux.c10 #define MY_TV_NSEC 1337 macro
29 tv_nsec != MY_TV_NSEC) in handle__tp()
47 tv_nsec != MY_TV_NSEC) in BPF_PROG()
65 tv_nsec != MY_TV_NSEC) in BPF_PROG()
76 if (tim == MY_TV_NSEC) in BPF_KPROBE()
85 if (tim == MY_TV_NSEC) in BPF_PROG()
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dvmlinux.c8 #define MY_TV_NSEC 1337 macro
12 struct timespec ts = { .tv_nsec = MY_TV_NSEC }; in nsleep()