Home
last modified time | relevance | path

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

/mm/
Dswapfile.c720 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local
734 swap_slot_free_notify = in swap_range_free()
735 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()
737 swap_slot_free_notify = NULL; in swap_range_free()
740 if (swap_slot_free_notify) in swap_range_free()
741 swap_slot_free_notify(si->bdev, offset); in swap_range_free()