Searched refs:_wq (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | workqueue.h | 645 struct workqueue_struct *_wq = (wq); \ 647 if ((__builtin_constant_p(_wq == system_wq) && \ 648 _wq == system_wq) || \ 649 (__builtin_constant_p(_wq == system_highpri_wq) && \ 650 _wq == system_highpri_wq) || \ 651 (__builtin_constant_p(_wq == system_long_wq) && \ 652 _wq == system_long_wq) || \ 653 (__builtin_constant_p(_wq == system_unbound_wq) && \ 654 _wq == system_unbound_wq) || \ 655 (__builtin_constant_p(_wq == system_freezable_wq) && \ [all …]
|
/openbmc/linux/drivers/md/bcache/ |
H A 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); \
|
/openbmc/linux/drivers/net/ethernet/broadcom/asp2/ |
H A D | bcmasp.h | 472 static inline void name##_wq(struct bcmasp_intf *intf, u64 val, u32 off)\
|