Home
last modified time | relevance | path

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

/Linux-v6.6/mm/
Dswapfile.c728 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local
742 swap_slot_free_notify = in swap_range_free()
743 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()
745 swap_slot_free_notify = NULL; in swap_range_free()
749 if (swap_slot_free_notify) in swap_range_free()
750 swap_slot_free_notify(si->bdev, offset); in swap_range_free()
/Linux-v6.6/Documentation/filesystems/
Dlocking.rst489 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
503 swap_slot_free_notify: no (see below)
506 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/Linux-v6.6/include/linux/
Dblkdev.h1392 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member
/Linux-v6.6/drivers/block/zram/
Dzram_drv.c2123 .swap_slot_free_notify = zram_slot_free_notify,