Lines Matching refs:shr
183 TP_PROTO(struct shrinker *shr, struct shrink_control *sc,
188 TP_ARGS(shr, sc, nr_objects_to_shrink, pgs_scanned, lru_pgs,
192 __field(struct shrinker *, shr)
205 __entry->shr = shr;
206 __entry->shrink = shr->scan_objects;
219 __entry->shr,
231 TP_PROTO(struct shrinker *shr, int nid, int shrinker_retval,
234 TP_ARGS(shr, nid, shrinker_retval, unused_scan_cnt, new_scan_cnt,
238 __field(struct shrinker *, shr)
248 __entry->shr = shr;
250 __entry->shrink = shr->scan_objects;
259 __entry->shr,