Home
last modified time | relevance | path

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

/linux/mm/
A Dpage_io.c53 static void swap_slot_free_notify(struct page *page) in swap_slot_free_notify() function
90 if (disk->fops->swap_slot_free_notify && __swap_count(entry) == 1) { in swap_slot_free_notify()
96 disk->fops->swap_slot_free_notify(sis->bdev, in swap_slot_free_notify()
116 swap_slot_free_notify(page); in end_swap_bio_read()
394 swap_slot_free_notify(page); in swap_readpage()
A Dswapfile.c721 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local
735 swap_slot_free_notify = in swap_range_free()
736 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()
738 swap_slot_free_notify = NULL; in swap_range_free()
742 if (swap_slot_free_notify) in swap_range_free()
743 swap_slot_free_notify(si->bdev, offset); in swap_range_free()
/linux/Documentation/filesystems/
A Dlocking.rst481 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
495 swap_slot_free_notify: no (see below)
498 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/linux/drivers/block/zram/
A Dzram_drv.c1851 .swap_slot_free_notify = zram_slot_free_notify,
1860 .swap_slot_free_notify = zram_slot_free_notify,
/linux/include/linux/
A Dblkdev.h1210 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member
/linux/
A DSystem.map7497 ffff8000101f5a34 t swap_slot_free_notify
A D.tmp_System.map7497 ffff8000101f5a34 t swap_slot_free_notify

Completed in 326 milliseconds