Lines Matching refs:cache
263 TP_PROTO(struct swap_slots_cache *cache, unsigned int type,
265 TP_ARGS(cache, type, free_slots, skip), 1);
267 TP_PROTO(struct swap_slots_cache *cache, unsigned int type,
269 TP_ARGS(cache, type, free_slots, skip));
271 TP_PROTO(struct swap_slots_cache *cache, int *ret, bool *skip),
272 TP_ARGS(cache, ret, skip), 1);
274 TP_PROTO(struct swap_slots_cache *cache, int *ret, bool *skip),
275 TP_ARGS(cache, ret, skip));
277 TP_PROTO(swp_entry_t entry, struct swap_slots_cache *cache, bool *skip),
278 TP_ARGS(entry, cache, skip), 1);
280 TP_PROTO(swp_entry_t entry, struct swap_slots_cache *cache, bool *skip),
281 TP_ARGS(entry, cache, skip));
284 struct swap_slots_cache *cache, bool *found),
285 TP_ARGS(page, entry, cache, found), 1);
288 struct swap_slots_cache *cache, bool *found),
289 TP_ARGS(page, entry, cache, found));