Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dworkqueue.h624 struct workqueue_struct *_wq = (wq); \
626 if ((__builtin_constant_p(_wq == system_wq) && \
627 _wq == system_wq) || \
628 (__builtin_constant_p(_wq == system_highpri_wq) && \
629 _wq == system_highpri_wq) || \
630 (__builtin_constant_p(_wq == system_long_wq) && \
631 _wq == system_long_wq) || \
632 (__builtin_constant_p(_wq == system_unbound_wq) && \
633 _wq == system_unbound_wq) || \
634 (__builtin_constant_p(_wq == system_freezable_wq) && \
[all …]
/Linux-v6.1/drivers/md/bcache/
Dclosure.h315 #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); \