Re: [PATCH -mm 3/3] Freezer: Measure freezing time

From: Andrew Morton
Date: Wed Aug 01 2007 - 19:54:12 EST


On Wed, 1 Aug 2007 23:36:39 +0200
"Rafael J. Wysocki" <rjw@xxxxxxx> wrote:

> + do_gettimeofday(&end);
> + elapsed_csecs64 = timeval_to_ns(&end) - timeval_to_ns(&start);
> + do_div(elapsed_csecs64, NSEC_PER_SEC / 100);
> + elapsed_csecs = elapsed_csecs64;

I'd have thought that we had enough timeval library code by now to
not need to open-code things like this.

<looks around>

No, it seems that we don't. So people keep on open-coding the same
thing, or inventing private code which shouldn't be.

<notices net/dccp/dccp.h>

What the hell is all that stuff doing in there?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/