Home
last modified time | relevance | path

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

/third_party/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()
/third_party/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)
/third_party/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)
/third_party/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)
/third_party/skia/third_party/externals/microhttpd/m4/
Dax_have_epoll.m457 # if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,45)
85 # if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,19)
/third_party/grpc/src/core/lib/iomgr/
Dport.h60 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 0, 0)
/third_party/openssl/engines/
De_afalg.c28 #if LINUX_VERSION_CODE < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2) || \
783 if (KERNEL_VERSION(kver[0], kver[1], kver[2]) in IMPLEMENT_DYNAMIC_BIND_FN()
784 < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2)) { in IMPLEMENT_DYNAMIC_BIND_FN()
/third_party/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()
/third_party/grpc/test/cpp/interop/
Dgrpclb_fallback_test.cc73 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)
/third_party/alsa-utils/alsa-info/
Dalsa-info.sh418 KERNEL_VERSION=$(uname -r)
536 echo "Kernel release: $KERNEL_VERSION" >> $FILE
/third_party/boost/libs/asio/include/boost/asio/detail/
Dconfig.hpp1364 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,45)
1371 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22)
/third_party/boost/boost/asio/detail/
Dconfig.hpp1364 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,45)
1371 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,22)
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codecvp8dec.c30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
34 #define V4L2_MIN_KERNEL_VERSION KERNEL_VERSION(V4L2_MIN_KERNEL_VER_MAJOR, V4L2_MIN_KERNEL_VER_MINOR…
Dgstv4l2codecmpeg2dec.c31 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
36 KERNEL_VERSION(V4L2_MIN_KERNEL_VER_MAJOR, V4L2_MIN_KERNEL_VER_MINOR, 0)
Dgstv4l2codech264dec.c30 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
34 #define V4L2_MIN_KERNEL_VERSION KERNEL_VERSION(V4L2_MIN_KERNEL_VER_MAJOR, V4L2_MIN_KERNEL_VER_MINOR…
/third_party/e2fsprogs/misc/
Dmke2fs.c29 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
188 return KERNEL_VERSION(major, minor, rev); in parse_version_number()
206 return linux_version_code < (int) KERNEL_VERSION(major, minor, rev); in is_before_linux_ver()