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

/linux-master/mm/
H A Dswapfile.c729 void (*swap_slot_free_notify)(struct block_device *, unsigned long);
741 swap_slot_free_notify =
742 si->bdev->bd_disk->fops->swap_slot_free_notify;
744 swap_slot_free_notify = NULL;
747 if (swap_slot_free_notify)
748 swap_slot_free_notify(si->bdev, offset);
/linux-master/include/linux/
H A Dblkdev.h1421 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member in struct:block_device_operations
/linux-master/drivers/block/zram/
H A Dzram_drv.c2119 .swap_slot_free_notify = zram_slot_free_notify,

Completed in 146 milliseconds