1. NAME▲
ktime_equal - Compares two ktime_t variables to see if they are equal
2. SYNOPSIS ▲
int ktime_equal(const ktime_t cmp1 , const ktime_t cmp2 );
3. ARGUMENTS ▲
cmp1
comparable1
cmp2
comparable2
4. DESCRIPTION ▲
Compare two ktime_t variables, returns 1 if equal
5. COPYRIGHT ▲