Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 2 of 2) sorted by relevance

/kernel/time/
Dtimeconv.c53 int remainder; in time64_to_tm() local
55 days = div_s64_rem(totalsecs, SECS_PER_DAY, &remainder); in time64_to_tm()
56 rem = remainder; in time64_to_tm()
/kernel/events/
Dring_buffer.c575 unsigned long tocopy, remainder, len = 0; in perf_output_copy_aux() local
591 remainder = perf_output_copy(handle, addr, tocopy); in perf_output_copy_aux()
592 if (remainder) in perf_output_copy_aux()