Searched refs:_wq (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | workqueue.h | 637 struct workqueue_struct *_wq = (wq); \ 639 if ((__builtin_constant_p(_wq == system_wq) && \ 640 _wq == system_wq) || \ 641 (__builtin_constant_p(_wq == system_highpri_wq) && \ 642 _wq == system_highpri_wq) || \ 643 (__builtin_constant_p(_wq == system_long_wq) && \ 644 _wq == system_long_wq) || \ 645 (__builtin_constant_p(_wq == system_unbound_wq) && \ 646 _wq == system_unbound_wq) || \ 647 (__builtin_constant_p(_wq == system_freezable_wq) && \ [all …]
|
/Linux-v6.6/drivers/md/bcache/ |
D | closure.h | 315 #define continue_at(_cl, _fn, _wq) \ argument 317 set_closure_fn(_cl, _fn, _wq); \ 341 #define continue_at_nobarrier(_cl, _fn, _wq) \ argument 343 set_closure_fn(_cl, _fn, _wq); \
|
/Linux-v6.6/drivers/net/ethernet/broadcom/asp2/ |
D | bcmasp.h | 472 static inline void name##_wq(struct bcmasp_intf *intf, u64 val, u32 off)\
|