Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dswapfile.c727 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local
741 swap_slot_free_notify = in swap_range_free()
742 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()
744 swap_slot_free_notify = NULL; in swap_range_free()
748 if (swap_slot_free_notify) in swap_range_free()
749 swap_slot_free_notify(si->bdev, offset); in swap_range_free()
/Linux-v6.1/Documentation/filesystems/
Dlocking.rst478 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
492 swap_slot_free_notify: no (see below)
495 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/Linux-v6.1/include/linux/
Dblkdev.h1413 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member
/Linux-v6.1/drivers/block/zram/
Dzram_drv.c1843 .swap_slot_free_notify = zram_slot_free_notify,