Lines Matching refs:wq
997 __field( void *, wq )
1006 __entry->wq = work->wq;
1015 __entry->work, __entry->normal_work, __entry->wq,
1067 TP_PROTO(struct __btrfs_workqueue *wq, const char *name, int high),
1069 TP_ARGS(wq, name, high),
1072 __field( void *, wq )
1078 __entry->wq = wq;
1086 __entry->wq)
1091 TP_PROTO(struct __btrfs_workqueue *wq, const char *name, int high),
1093 TP_ARGS(wq, name, high)
1098 TP_PROTO(struct __btrfs_workqueue *wq),
1100 TP_ARGS(wq),
1103 __field( void *, wq )
1107 __entry->wq = wq;
1110 TP_printk("wq=%p", __entry->wq)
1115 TP_PROTO(struct __btrfs_workqueue *wq),
1117 TP_ARGS(wq)