Home
last modified time | relevance | path

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

/linux-6.12.1/rust/kernel/block/mq/
Dgen_disk.rs125 swap_slot_free_notify: None, in build()
/linux-6.12.1/mm/
Dswapfile.c964 void (*swap_slot_free_notify)(struct block_device *, unsigned long); in swap_range_free() local
984 swap_slot_free_notify = in swap_range_free()
985 si->bdev->bd_disk->fops->swap_slot_free_notify; in swap_range_free()
987 swap_slot_free_notify = NULL; in swap_range_free()
990 if (swap_slot_free_notify) in swap_range_free()
991 swap_slot_free_notify(si->bdev, offset); in swap_range_free()
/linux-6.12.1/Documentation/filesystems/
Dlocking.rst492 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
506 swap_slot_free_notify: no (see below)
509 swap_slot_free_notify is called with swap_lock and sometimes the page lock
/linux-6.12.1/include/linux/
Dblkdev.h1486 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member
/linux-6.12.1/drivers/block/zram/
Dzram_drv.c2264 .swap_slot_free_notify = zram_slot_free_notify,