Home
last modified time | relevance | path

Searched refs:KERNEL_VERSION (Results 1 – 23 of 23) sorted by relevance

/external/ltp/testcases/kdump/lib/crasher/
Dcrasher.c40 #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/
Dtest_perf_event.cc31 #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)
Dtest_bpf_table.cc94 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
176 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
Dtest_array_table.cc98 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 6, 0)
Dtest_hash_table.cc94 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,6,0)
/external/ltp/testcases/kernel/syscalls/swapon/
Dswaponoff.h10 #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/
DnlsTest.c59 #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/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
Dvideo_dummy.c36 cap->version = KERNEL_VERSION(0, 0, 1); in vidioc_querycap()
52 #if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 19)
/external/grpc-grpc/src/core/lib/iomgr/
Dport.h64 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)
86 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)
Dinternal_errqueue.cc29 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0) in kernel_supports_errqueue()
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh93 KERNEL_VERSION=1
635 --version "${KERNEL_VERSION}" \
709 KERNEL_VERSION=$(sed -n 's#^kernel_version=\(.*\)#\1#pg' ${VERSION_FILE})
712 echo "Using kernel version: ${KERNEL_VERSION}"
/external/kernel-headers/original/uapi/linux/
Dversion.h2 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/external/adeb/
Dandrodeb233 KERNEL_VERSION="$KERNEL_MAJOR.$KERNEL_MINOR"
234 PREBUILT_HEADERS_FILE=headers-$ARCH-$KERNEL_VERSION.tar.gz.zip
242 …die 10 "Failed to download kernel headers. Kernel $KERNEL_VERSION for $ARCH may not be supported o…
/external/syzkaller/docs/linux/
Dsetup_ubuntu-host_odroid-c2-board_arm64-kernel.md220 KERNEL_VERSION=`cat ./include/config/kernel.release`
221 cp ./uImage $MOUNT_PATH/boot/uImage-$KERNEL_VERSION
223 …4/boot/dts/amlogic/meson-gxbb-odroidc2.dtb $MOUNT_PATH/boot/meson-gxbb-odroidc2-$KERNEL_VERSION.dtb
224 cp .config $MOUNT_PATH/boot/config-$KERNEL_VERSION
237 # Set version to $KERNEL_VERSION
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
Dltp_tbio.c484 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0)
491 #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 10, 0) in tbio_release()
/external/u-boot/include/linux/
Dcompat.h105 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/external/strace/
Dfilter_qualify.c413 if (os_release >= KERNEL_VERSION(4, 16, 0)) in qualify_kvm()
Dstrace.c1549 if (rel >= KERNEL_VERSION(1, 0, 0)) in get_os_release()
1554 if (rel >= KERNEL_VERSION(0, 1, 0)) { in get_os_release()
2578 if (os_release >= KERNEL_VERSION(3, 0, 0)) in dispatch_event()
Ddefs.h435 #undef KERNEL_VERSION
436 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) macro
Dsocketutils.c264 os_release < KERNEL_VERSION(4, 4, 4) ? NLM_F_DUMP : 0; in unix_send_query()
DChangeLog6745 bpf: print kern_version in the form of KERNEL_VERSION macro.
6747 union bpf_attr.kern_version in the form of KERNEL_VERSION macro call.
46824 * defs.h: Declare os_release and KERNEL_VERSION.
46825 * strace.c: Make os_release non-static, remove KERNEL_VERSION define.
48509 (get_os_release): Parse uname.release to KERNEL_VERSION
48511 (init): Convert kernel version check to KERNEL_VERSION.
/external/e2fsprogs/misc/
Dmke2fs.c29 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
187 return KERNEL_VERSION(major, minor, rev); in parse_version_number()
205 return linux_version_code < (int) KERNEL_VERSION(major, minor, rev); in is_before_linux_ver()
/external/libcxx/src/filesystem/
Doperations.cpp31 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33)