Files
open-cas-linux/modules/cas_cache
Robert Baldyga 2a35bd09be Introduce lazy helper thread abstraction to avoid hung task
Some helper threads are created at the very beginning of cache start/stop
operations, but they are used only after OCF start/stop finishes, which
may take significant amount of time. Kernel by default creates threads
that wait for the first wake up in uninterruptible state, which may trigger
hung task warning if the first wake up is called more than 120 seconds
after thread creation. To mitigate this problem we create lazy thread
abstraction that waits for a wake up in interruptible state.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
2021-07-13 10:07:25 +02:00
..
2021-06-21 21:57:10 +02:00
2021-07-07 18:52:22 +02:00
2019-03-29 08:45:50 +01:00
2021-05-13 17:02:05 +02:00
2021-03-22 08:26:55 +01:00
2021-06-21 21:57:10 +02:00
2021-07-07 18:52:22 +02:00
2021-01-21 13:15:38 +01:00
2021-01-21 13:15:38 +01:00
2021-03-22 08:26:55 +01:00
2021-05-13 17:02:05 +02:00
2021-01-21 13:15:38 +01:00
2021-06-21 21:57:10 +02:00
2021-06-21 21:57:10 +02:00
2021-06-21 21:57:10 +02:00
2021-06-21 21:57:10 +02:00