Lines Matching refs:name
1635 TP_PROTO(const struct btrfs_workqueue *wq, const char *name),
1637 TP_ARGS(wq, name),
1641 __string( name, name )
1646 __assign_str(name, name);
1649 TP_printk_btrfs("name=%s wq=%p", __get_str(name),
1655 TP_PROTO(const struct btrfs_workqueue *wq, const char *name),
1657 TP_ARGS(wq, name)
2378 #define DEFINE_BTRFS_LOCK_EVENT(name) \
2379 DEFINE_EVENT(btrfs_locking_events, name, \