linux_kernver
if (linux_kernver(td) >= LINUX_KERNVER(2,6,33)) {
} else if (linux_kernver(td) >= LINUX_KERNVER(2,6,24)) {
} else if (linux_kernver(td) >= LINUX_KERNVER(2,6,11)) {
} else if (linux_kernver(td) >= LINUX_KERNVER(2,5,41)) {
if (linux_kernver(td) >= LINUX_KERNVER(2,4,0))
if (linux_kernver(td) >= LINUX_KERNVER(2,6,30))
if (linux_kernver(td) >= LINUX_KERNVER(2,6,26) && imgp->execpathp != 0)
if (linux_kernver(td) >= LINUX_KERNVER(5,13,0))
int linux_kernver(struct thread *td);
#define CONVTCK(r) (linux_kernver(td) >= LINUX_KERNVER(2,4,0) ? \
if (linux_kernver(td) >= LINUX_KERNVER(5,4,0) && args->id == 0) {
if (linux_kernver(td) >= LINUX_KERNVER(2,6,39)) {