calling kthread_create() from interrupt thread

From: Dean Nelson
Date: Tue Jun 15 2004 - 12:46:09 EST


I'm working on a driver that needs to create threads that can sleep/block
for an indefinite period of time.

. Can kthread_create() be called from an interrupt handler?

. Is the cost of a kthread's creation/demise low enough so that one
can, as often as needed, create a kthread that performs a simple
function and exits? Or is the cost too high for this?

Thanks,
Dean
-
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/