centos man page for ktime_compare

Query: ktime_compare

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KTIME_COMPARE(9)						   Driver Basics						  KTIME_COMPARE(9)

NAME
ktime_compare - Compares two ktime_t variables for less, greater or equal
SYNOPSIS
int ktime_compare(const ktime_t cmp1, const ktime_t cmp2);
ARGUMENTS
cmp1 comparable1 cmp2 comparable2
DESCRIPTION
Returns ... cmp1 < cmp2: return <0 cmp1 == cmp2: return 0 cmp1 > cmp2: return >0
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 KTIME_COMPARE(9)
Related Man Pages
trace_printk(9) - centos
wait_event_interruptible_exclusive_locked_irq(9) - centos
strcmp(3) - netbsd
strncmp(3) - netbsd
struct_hrtimer(9) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
Set hard block limit for user using quota
Unsure why access time on a directory change isn't changing
Please Welcome Dave Munro to the Moderator Team!