Searched refs:_wq (Results 1 – 2 of 2) sorted by relevance
778 struct workqueue_struct *_wq = (wq); \780 if ((__builtin_constant_p(_wq == system_wq) && \781 _wq == system_wq) || \783 _wq == system_highpri_wq) || \784 (__builtin_constant_p(_wq == system_long_wq) && \785 _wq == system_long_wq) || \787 _wq == system_unbound_wq) || \789 _wq == system_freezable_wq) || \791 _wq == system_power_efficient_wq) || \793 _wq == system_freezable_power_efficient_wq)) \[all …]
370 #define continue_at(_cl, _fn, _wq) \ argument372 set_closure_fn(_cl, _fn, _wq); \398 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument400 set_closure_fn(_cl, _fn, _wq); \
Completed in 6 milliseconds