Re: [patch] smptimers, old BH removal, tq-cleanup, 2.5.39

Jeff Garzik (jgarzik@pobox.com)
Sun, 29 Sep 2002 14:50:10 -0400


Jeff Garzik wrote:
> 3) Maybe this is an improvement worth considering, maybe not: I think
> it would be useful to have "process context timers." What I mean by
> this is, make it easier to implement code that can be boiled down to:
> run in process context
> sleep for a little while
> Sure I can do this by implementing a timer that does nothing more than
> call schedule_task(), but that seems a little redundant if done in
> multiple places :)

To sum, I guess I want something to "run schedule_task() [at least] NN
usecs from now." schedule_task_future() ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/