Lines Matching refs:node
18 TP_PROTO(struct mmu_rb_node *node),
19 TP_ARGS(node),
24 TP_fast_assign(__entry->addr = node->addr;
25 __entry->len = node->len;
26 __entry->refcount = kref_read(&node->refcount);
28 TP_printk("MMU node addr 0x%lx, len %lu, refcount %u",
36 TP_PROTO(struct mmu_rb_node *node),
37 TP_ARGS(node));
48 TP_printk("MMU node addr 0x%lx, len %lu",
55 TP_PROTO(struct mmu_rb_node *node),
56 TP_ARGS(node));
59 TP_PROTO(struct mmu_rb_node *node),
60 TP_ARGS(node));
63 TP_PROTO(struct mmu_rb_node *node),
64 TP_ARGS(node));