Searched refs:_wq (Results 1 – 2 of 2) sorted by relevance
625 struct workqueue_struct *_wq = (wq); \627 if ((__builtin_constant_p(_wq == system_wq) && \628 _wq == system_wq) || \630 _wq == system_highpri_wq) || \631 (__builtin_constant_p(_wq == system_long_wq) && \632 _wq == system_long_wq) || \634 _wq == system_unbound_wq) || \636 _wq == system_freezable_wq) || \638 _wq == system_power_efficient_wq) || \640 _wq == system_freezable_power_efficient_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); \
Completed in 6 milliseconds