Scroll to navigation

KTIME_EQUAL(9) Driver Basics KTIME_EQUAL(9)

NAME

ktime_equal - Compares two ktime_t variables to see if they are equal

SYNOPSIS

int ktime_equal(const ktime_t cmp1, const ktime_t cmp2);

ARGUMENTS

cmp1
comparable1
cmp2
comparable2

DESCRIPTION

Compare two ktime_t variables.

RETURN

1 if equal.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16