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)NAMEktime_compare - Compares two ktime_t variables for less, greater or equalSYNOPSISint ktime_compare(const ktime_t cmp1, const ktime_t cmp2);ARGUMENTScmp1 comparable1 cmp2 comparable2DESCRIPTIONReturns ... cmp1 < cmp2: return <0 cmp1 == cmp2: return 0 cmp1 > cmp2: return >0COPYRIGHTKernel Hackers Manual 3.10 June 2014 KTIME_COMPARE(9)
Related Man Pages |
---|
del_timer_sync(9) - centos |
struct_sk_buff(9) - centos |
struct_usb_device_driver(9) - centos |
strncmp(3) - netbsd |
struct_sk_buff(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
How to increment version inside a file? |
Tar Command |
Shopt -s histappend |
[TIP] Processing YAML files with yq |