Searched refs:LINUX_VERSION_CODE (Results 1 – 20 of 20) sorted by relevance
/external/ltp/testcases/kdump/lib/crasher/ |
D | crasher.c | 40 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) 51 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) 95 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,32) 110 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,32) in crasher_init()
|
/external/bcc/tests/cc/ |
D | test_perf_event.cc | 31 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 13, 0) 78 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0) 92 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0) 128 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 15, 0)
|
D | test_bpf_table.cc | 94 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0) 176 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
|
D | test_array_table.cc | 98 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
|
D | test_hash_table.cc | 94 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,6,0)
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | port.h | 63 #ifdef LINUX_VERSION_CODE 64 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) 85 #ifdef LINUX_VERSION_CODE 86 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)
|
D | internal_errqueue.cc | 28 #ifdef LINUX_VERSION_CODE in kernel_supports_errqueue() 29 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) in kernel_supports_errqueue()
|
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | swaponoff.h | 10 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 18) 12 #elif LINUX_VERSION_CODE > KERNEL_VERSION(2, 4, 10)
|
/external/ltp/testcases/kernel/device-drivers/nls/ |
D | nlsTest.c | 59 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28) 86 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28) 96 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28) 106 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 28)
|
/external/kernel-headers/original/uapi/linux/ |
D | version.h | 1 #define LINUX_VERSION_CODE 327683 macro
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | dev_cgroup.c | 60 __u32 _version SEC("version") = LINUX_VERSION_CODE;
|
D | netcnt_prog.c | 71 __u32 _version SEC("version") = LINUX_VERSION_CODE;
|
/external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/ |
D | video_dummy.c | 52 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
|
/external/adeb/addons/ |
D | bashrc.common | 13 vers_line=$(grep LINUX_VERSION_CODE /kernel-headers/include/generated/uapi/linux/version.h)
|
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/ |
D | ltp_tbio.c | 484 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0) 491 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0) in tbio_release()
|
/external/iputils/Modules/ |
D | pg3.c | 723 #if LINUX_VERSION_CODE > 0x20118
|
/external/strace/ |
D | strace.spec.in | 54 kver="$(printf '%%s\n%%s\n' '#include <linux/version.h>' 'LINUX_VERSION_CODE' | gcc -E -P -)"
|
D | ChangeLog | 37109 * time.c (tprint_timex) [LINUX_VERSION_CODE < 66332]: Remove.
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 31 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33)
|
/external/bcc/docs/ |
D | reference_guide.md | 1577 By default, BCC stores the `LINUX_VERSION_CODE` in the generated eBPF object
|