Home
last modified time | relevance | path

Searched refs:swap_slots_cache (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/mm/
H A Dswap_slots.c38 static DEFINE_PER_CPU(struct swap_slots_cache, swp_slots);
126 struct swap_slots_cache *cache; in alloc_swap_slot_cache()
190 struct swap_slots_cache *cache; in drain_slots_cache_cpu()
286 static int refill_swap_slots_cache(struct swap_slots_cache *cache) in refill_swap_slots_cache()
301 struct swap_slots_cache *cache; in free_swap_slot()
339 struct swap_slots_cache *cache; in get_swap_page()
/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dmm.h46 struct swap_slots_cache;
230 TP_PROTO(struct swap_slots_cache *cache, unsigned int type,
234 TP_PROTO(struct swap_slots_cache *cache, unsigned int type,
238 TP_PROTO(struct swap_slots_cache *cache, int *ret, bool *skip),
241 TP_PROTO(struct swap_slots_cache *cache, int *ret, bool *skip),
244 TP_PROTO(swp_entry_t entry, struct swap_slots_cache *cache, bool *skip),
247 TP_PROTO(swp_entry_t entry, struct swap_slots_cache *cache, bool *skip),
251 struct swap_slots_cache *cache, bool *found),
255 struct swap_slots_cache *cache, bool *found),
/OK3568_Linux_fs/kernel/include/linux/
H A Dswap_slots.h13 struct swap_slots_cache { struct
/OK3568_Linux_fs/kernel/drivers/android/
H A Dvendor_hooks.c488 const struct swap_slots_cache *GKI_struct_swap_slots_cache;