Lines Matching refs:rmap_item
132 TP_PROTO(unsigned long pfn, void *rmap_item, void *mm, int err),
134 TP_ARGS(pfn, rmap_item, mm, err),
138 __field(void *, rmap_item)
145 __entry->rmap_item = rmap_item;
151 __entry->pfn, __entry->rmap_item, __entry->mm, __entry->err)
167 TP_PROTO(void *ksm_page, unsigned long pfn, void *rmap_item, void *mm, int err),
169 TP_ARGS(ksm_page, pfn, rmap_item, mm, err),
174 __field(void *, rmap_item)
182 __entry->rmap_item = rmap_item;
189 __entry->pfn, __entry->rmap_item, __entry->mm, __entry->err)
228 TP_PROTO(unsigned long pfn, void *rmap_item, void *mm),
230 TP_ARGS(pfn, rmap_item, mm),
234 __field(void *, rmap_item)
240 __entry->rmap_item = rmap_item;
245 __entry->pfn, __entry->rmap_item, __entry->mm)