Searched refs:for_each_pwq (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/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-6.15/kernel/ |
| H A D | workqueue.c | 598 #define for_each_pwq(pwq, wq) \ macro 3864 for_each_pwq(pwq, wq) { in flush_workqueue_prep_pwqs() 4117 for_each_pwq(pwq, wq) { in drain_workqueue() 5643 for_each_pwq(pwq, wq) { in wq_adjust_max_active() 5880 for_each_pwq(pwq, wq) { in destroy_workqueue() 6314 for_each_pwq(pwq, wq) { in show_one_workqueue() 6325 for_each_pwq(pwq, wq) { in show_one_workqueue() 6848 for_each_pwq(pwq, wq) { in freeze_workqueues_busy()
|