Searched refs:current_wq_worker (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dworkqueue_internal.h65 * current_wq_worker - return struct worker if %current is a workqueue worker
67 static inline struct worker *current_wq_worker(void) function
H A Dasync.c344 struct worker *worker = current_wq_worker();
H A Dworkqueue.c2264 worker = current_wq_worker();
3723 worker = current_wq_worker();
5808 struct worker *worker = current_wq_worker();
5824 struct worker *worker = current_wq_worker();
5915 struct worker *worker = current_wq_worker();

Completed in 180 milliseconds