Home
last modified time | relevance | path

Searched refs:_wq (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
A Dworkqueue.h771 struct workqueue_struct *_wq = (wq); \
773 if ((__builtin_constant_p(_wq == system_wq) && \
774 _wq == system_wq) || \
776 _wq == system_highpri_wq) || \
777 (__builtin_constant_p(_wq == system_long_wq) && \
778 _wq == system_long_wq) || \
780 _wq == system_unbound_wq) || \
782 _wq == system_freezable_wq) || \
784 _wq == system_power_efficient_wq) || \
786 _wq == system_freezable_power_efficient_wq)) \
[all …]
A Dclosure.h370 #define continue_at(_cl, _fn, _wq) \ argument
372 set_closure_fn(_cl, _fn, _wq); \
398 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument
400 set_closure_fn(_cl, _fn, _wq); \
/linux/drivers/net/ethernet/broadcom/asp2/
A Dbcmasp.h488 static inline void name##_wq(struct bcmasp_intf *intf, u64 val, u32 off)\
/linux/drivers/gpu/drm/i915/gt/uc/
A Dintel_guc_submission.c4898 struct intel_guc_tlb_wait _wq, *wq = &_wq; in guc_send_invalidate_tlb() local
4920 init_waitqueue_head(&_wq.wq); in guc_send_invalidate_tlb()

Completed in 22 milliseconds