Home
last modified time | relevance | path

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

/linux/mm/
H A Dswapfile.c1129 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local
1142 swap_slot_free_notify = in swap_range_free()
1143 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()
1145 swap_slot_free_notify = NULL; in swap_range_free()
1148 if (swap_slot_free_notify) in swap_range_free()
1149 swap_slot_free_notify(si->bdev, offset); in swap_range_free()
/linux/Documentation/filesystems/
H A Dlocking.rst497 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
511 swap_slot_free_notify: no (see below)
514 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/linux/include/linux/
H A Dblkdev.h1539 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member
/linux/drivers/block/zram/
H A Dzram_drv.c2498 .swap_slot_free_notify = zram_slot_free_notify,