Home
last modified time | relevance | path

Searched refs:KERNEL_VERSION (Results 1 - 20 of 20) sorted by relevance

/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h43 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0)
47 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
51 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,20,0)
55 #if LINUX_VERSION_CODE >= KERNEL_VERSION(5,6,0)
59 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
63 #if LINUX_VERSION_CODE >= KERNEL_VERSION(5,1,0)
87 #if LINUX_VERSION_CODE == KERNEL_VERSION(2,6,32)
96 #if LINUX_VERSION_CODE <= KERNEL_VERSION(4,4,0)
/third_party/ltp/testcases/kdump/lib/crasher/
H A 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/
H A 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/
H A 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/node/deps/openssl/openssl/include/internal/
H A Dktls.h13 # if LINUX_VERSION_CODE < KERNEL_VERSION(4, 13, 0)
205 # if LINUX_VERSION_CODE < KERNEL_VERSION(4, 17, 0)
213 # if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 1, 0)
216 # if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 2, 0)
218 # if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 11, 0)
/third_party/openssl/include/internal/
H A Dktls.h13 # if LINUX_VERSION_CODE < KERNEL_VERSION(4, 13, 0)
205 # if LINUX_VERSION_CODE < KERNEL_VERSION(4, 17, 0)
213 # if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 1, 0)
216 # if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 2, 0)
218 # if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 11, 0)
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
H A 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/backends/backend/
H A Dplustek-pp_sysdep.h320 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)
323 #elif LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
331 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,26)
354 #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,13) */
355 #endif /* LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,15) */
H A Dplustek-pp_procfs.c69 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27)
352 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27) in ProcFsInitialize()
383 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,27) in ProcFsShutdown()
/third_party/libbpf/src/
H A Dlibbpf_probes.c50 return KERNEL_VERSION(major, minor, patch); in get_ubuntu_kernel_version()
77 return KERNEL_VERSION(major, minor, patch); in get_debian_kernel_version()
100 return KERNEL_VERSION(major, minor, patch); in get_kernel_version()
H A Dbpf_helpers.h65 * commonly-used macros like NULL and KERNEL_VERSION aren't available through
73 #ifndef KERNEL_VERSION
74 #define KERNEL_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + ((c) > 255 ? 255 : (c))) macro
/third_party/rust/crates/libc/libc-test/test/
H A Dlinux_kernel_version.rs1 //! Compare libc's KERNEL_VERSION macro against a specific kernel version.
14 assert_eq!(libc::KERNEL_VERSION(6, 0, 0), 393216); in test_kernel_version()
/third_party/rust/crates/linux-raw-sys/gen/include/
H A Dsupport.h53 #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,32)
/third_party/alsa-utils/alsa-info/
H A Dalsa-info.sh419 read -r KERNEL_VERSION < <(uname -v)
420 if [[ "$KERNEL_VERSION" = *SMP* ]]; then KERNEL_SMP=Yes; else KERNEL_SMP=No; fi
534 echo "Kernel release: $KERNEL_VERSION" >> $FILE
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c31 #if LINUX_VERSION_CODE < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2) || \
845 if (KERNEL_VERSION(kver[0], kver[1], kver[2]) in afalg_chk_platform()
846 < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2)) { in afalg_chk_platform()
/third_party/openssl/engines/
H A De_afalg.c31 #if LINUX_VERSION_CODE < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2) || \
845 if (KERNEL_VERSION(kver[0], kver[1], kver[2]) in afalg_chk_platform()
846 < KERNEL_VERSION(K_MAJ, K_MIN1, K_MIN2)) { in afalg_chk_platform()
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A 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/nghttp2/bpf/
H A Dreuseport_kern.c243 if (LINUX_KERNEL_VERSION < KERNEL_VERSION(5, 10, 0)) { in InvSubBytes()
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c157 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1638 pub {const} fn KERNEL_VERSION(a: u32, b: u32, c: u32) -> u32 {

Completed in 17 milliseconds