Searched refs:_wq (Results 1 – 3 of 3) sorted by relevance
771 struct workqueue_struct *_wq = (wq); \773 if ((__builtin_constant_p(_wq == system_wq) && \774 _wq == system_wq) || \775 (__builtin_constant_p(_wq == system_highpri_wq) && \776 _wq == system_highpri_wq) || \777 (__builtin_constant_p(_wq == system_long_wq) && \778 _wq == system_long_wq) || \779 (__builtin_constant_p(_wq == system_unbound_wq) && \780 _wq == system_unbound_wq) || \781 (__builtin_constant_p(_wq == system_freezable_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); \
4959 struct intel_guc_tlb_wait _wq, *wq = &_wq; in guc_send_invalidate_tlb() local4981 init_waitqueue_head(&_wq.wq); in guc_send_invalidate_tlb()