Searched hist:"84 b233adcca3cacd5cfa8013a5feda7a3db4a9af" (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | async.h | diff 84b233adcca3cacd5cfa8013a5feda7a3db4a9af Fri Jan 18 23:05:56 CET 2013 Tejun Heo <tj@kernel.org> workqueue: implement current_is_async()
This function queries whether %current is an async worker executing an async item. This will be used to implement warning on synchronous request_module() from async workers.
Signed-off-by: Tejun Heo <tj@kernel.org>
|
/linux/kernel/ |
H A D | workqueue_internal.h | diff 84b233adcca3cacd5cfa8013a5feda7a3db4a9af Fri Jan 18 23:05:56 CET 2013 Tejun Heo <tj@kernel.org> workqueue: implement current_is_async()
This function queries whether %current is an async worker executing an async item. This will be used to implement warning on synchronous request_module() from async workers.
Signed-off-by: Tejun Heo <tj@kernel.org>
|
H A D | async.c | diff 84b233adcca3cacd5cfa8013a5feda7a3db4a9af Fri Jan 18 23:05:56 CET 2013 Tejun Heo <tj@kernel.org> workqueue: implement current_is_async()
This function queries whether %current is an async worker executing an async item. This will be used to implement warning on synchronous request_module() from async workers.
Signed-off-by: Tejun Heo <tj@kernel.org>
|