Searched refs:_wq (Results 1 – 2 of 2) sorted by relevance
624 struct workqueue_struct *_wq = (wq); \626 if ((__builtin_constant_p(_wq == system_wq) && \627 _wq == system_wq) || \628 (__builtin_constant_p(_wq == system_highpri_wq) && \629 _wq == system_highpri_wq) || \630 (__builtin_constant_p(_wq == system_long_wq) && \631 _wq == system_long_wq) || \632 (__builtin_constant_p(_wq == system_unbound_wq) && \633 _wq == system_unbound_wq) || \634 (__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); \