Searched refs:swap_slot_free_notify (Results 1 – 5 of 5) sorted by relevance
117 if (disk->fops->swap_slot_free_notify) { in end_swap_bio_read()125 disk->fops->swap_slot_free_notify(sis->bdev, in end_swap_bio_read()
819 if (disk->fops->swap_slot_free_notify) in swap_entry_free()820 disk->fops->swap_slot_free_notify(p->bdev, in swap_entry_free()
405 void (*swap_slot_free_notify) (struct block_device *, unsigned long);418 swap_slot_free_notify: no (see below)423 swap_slot_free_notify is called with swap_lock and sometimes the page lock
1059 .swap_slot_free_notify = zram_slot_free_notify,
1615 void (*swap_slot_free_notify) (struct block_device *, unsigned long); member