Searched refs:for_each_pwq (Results 1 – 2 of 2) sorted by relevance
| /linux/Documentation/RCU/ |
| H A D | lockdep.rst | 113 For example, the workqueue for_each_pwq() macro is intended to be used 117 #define for_each_pwq(pwq, wq)
|
| /linux/kernel/ |
| H A D | workqueue.c | 604 #define for_each_pwq(pwq, wq) \ macro 3893 for_each_pwq(pwq, wq) { in flush_workqueue_prep_pwqs() 4146 for_each_pwq(pwq, wq) { in drain_workqueue() 5675 for_each_pwq(pwq, wq) { in wq_adjust_max_active() 5923 for_each_pwq(pwq, wq) { in destroy_workqueue() 6355 for_each_pwq(pwq, wq) { in show_one_workqueue() 6366 for_each_pwq(pwq, wq) { in show_one_workqueue() 6864 for_each_pwq(pwq, wq) { in freeze_workqueues_busy()
|