Name

ktime_before — Compare if a ktime_t value is smaller than another one.

Synopsis

bool ktime_before (const ktime_t cmp1,
 const ktime_t cmp2);
 

Arguments

cmp1

comparable1

cmp2

comparable2

Return

true if cmp1 happened before cmp2.