Home
last modified time | relevance | path

Searched refs:linux_kernver (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_elf.c513 if (linux_kernver(td) >= LINUX_KERNVER(2,4,0)) in __linuxN()
527 if (linux_kernver(td) >= LINUX_KERNVER(2,6,30)) in __linuxN()
529 if (linux_kernver(td) >= LINUX_KERNVER(2,6,26) && imgp->execpathp != 0) in __linuxN()
533 if (linux_kernver(td) >= LINUX_KERNVER(5,13,0)) in __linuxN()
H A Dlinux_mib.h45 int linux_kernver(struct thread *td);
H A Dlinux_mib.c526 linux_kernver(struct thread *td) in linux_kernver() function
H A Dlinux_signal.c779 if (linux_kernver(td) >= LINUX_KERNVER(2,6,39)) { in lsiginfo_to_siginfo()
H A Dlinux_misc.c419 #define CONVTCK(r) (linux_kernver(td) >= LINUX_KERNVER(2,4,0) ? \
844 if (linux_kernver(td) >= LINUX_KERNVER(5,4,0) && args->id == 0) { in linux_waitid()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c717 if (linux_kernver(td) >= LINUX_KERNVER(2,6,33)) { in linprocfs_dostat()
719 } else if (linux_kernver(td) >= LINUX_KERNVER(2,6,24)) { in linprocfs_dostat()
721 } else if (linux_kernver(td) >= LINUX_KERNVER(2,6,11)) { in linprocfs_dostat()
723 } else if (linux_kernver(td) >= LINUX_KERNVER(2,5,41)) { in linprocfs_dostat()