Searched refs:_wq (Results 1 – 2 of 2) sorted by relevance
623 struct workqueue_struct *_wq = (wq); \625 if ((__builtin_constant_p(_wq == system_wq) && \626 _wq == system_wq) || \627 (__builtin_constant_p(_wq == system_highpri_wq) && \628 _wq == system_highpri_wq) || \629 (__builtin_constant_p(_wq == system_long_wq) && \630 _wq == system_long_wq) || \631 (__builtin_constant_p(_wq == system_unbound_wq) && \632 _wq == system_unbound_wq) || \633 (__builtin_constant_p(_wq == system_freezable_wq) && \[all …]
315 #define continue_at(_cl, _fn, _wq) \ argument317 set_closure_fn(_cl, _fn, _wq); \341 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument343 set_closure_fn(_cl, _fn, _wq); \