/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 43 #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 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()
|
/third_party/ltp/testcases/kernel/syscalls/swapon/ |
H A D | swaponoff.h | 10 #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 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)
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ktls.h | 13 # 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 D | ktls.h | 13 # 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 D | video_dummy.c | 36 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 D | plustek-pp_sysdep.h | 320 #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 D | plustek-pp_procfs.c | 69 #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 D | libbpf_probes.c | 50 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 D | bpf_helpers.h | 65 * 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 D | linux_kernel_version.rs | 1 //! 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 D | support.h | 53 #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,32)
|
/third_party/alsa-utils/alsa-info/ |
H A D | alsa-info.sh | 419 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 D | e_afalg.c | 31 #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 D | e_afalg.c | 31 #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 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()
|
/third_party/nghttp2/bpf/ |
H A D | reuseport_kern.c | 243 if (LINUX_KERNEL_VERSION < KERNEL_VERSION(5, 10, 0)) { in InvSubBytes()
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 157 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1638 pub {const} fn KERNEL_VERSION(a: u32, b: u32, c: u32) -> u32 {
|