Add two ktime_t variables
ktime_t ktime_add(const ktime_t add1, const ktime_t add2);
add1
addend1
add2
addend2
The sum of add1 and add2.